summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul2008-12-181-4/+2
* mesa: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-151-3/+26
|\
| * mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-101-3/+26
* | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-6/+0
|\ \
| * | mesa: remove invalid assertions that programs have parametersBrian Paul2008-09-261-6/+0
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-1/+41
|\ \ \ | | |/ | |/|
| * | mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-071-1/+1
| * | mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-031-1/+37
| * | mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-031-0/+4
| * | mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
* | | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-2/+0
|\ \ \ | | |/ | |/|
| * | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-0/+4
| * | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-09-211-796/+7
| * | mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-09-211-2/+3
| * | mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-09-211-0/+1
| * | mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul2008-09-211-4/+4
| * | mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-211-32/+66
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-09-181-4/+4
|\| |
| * | mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
* | | mesa: get fixed-function program generation working againKeith Whitwell2008-09-121-20/+42
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-806/+37
|\ \ \ | |/ / |/| / | |/
| * mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-0/+17
| * mesa: point size arraysBrian Paul2008-06-251-1/+1
| * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-0/+4
| * mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-06-091-796/+7
| * mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-06-091-2/+3
| * mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-06-091-0/+1
| * mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul2008-06-051-4/+4
| * mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell2008-05-241-12/+14
| * alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul2008-05-181-4/+4
| * gallium: implement full reference counting for vertex/fragment programsBrian2008-05-061-12/+20
| * Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-041-1/+0
| * Finish up ATI_separate_stencilBrian2008-04-041-0/+4
| * more flags for MaintainTnlProgram case, update #includesBrian2007-10-311-2/+4
| * Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-1/+1
| * Rewrite update_program() to use _mesa_get_fixed_func_fragment/vertex_program().Brian2007-10-291-52/+74
* | mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-0/+17
* | implement full reference counting for vertex/fragment programsBrian2008-05-061-9/+19
* | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger2008-04-011-1/+1
* | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger2007-11-091-4/+4
* | Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2007-10-301-1/+0
* | Finish up ATI_separate_stencilBrian2007-10-301-0/+4
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-271-0/+38
|/
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-2/+2
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-6/+6
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-0/+5
* Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian2007-04-261-3/+3
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-3/+3
* Restore the UseTexEnvProgram logic.Brian2007-03-271-0/+10