summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)Author
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul
2009-03-03mesa: fix sw fallback state validation bugBrian Paul
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10mesa: another fix for program/texture state validationBrian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2009-02-10mesa: fix/change state validation order for program/texture stateBrian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2008-12-18mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-12-17mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-09-26mesa: remove invalid assertions that programs have parametersBrian Paul
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-09-12mesa: get fixed-function program generation working againKeith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-25mesa: point size arraysBrian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-06-09mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-06-05mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell
2008-05-18alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-05-06gallium: implement full reference counting for vertex/fragment programsBrian
2008-04-04Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2008-04-04Finish up ATI_separate_stencilBrian
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger
2007-10-31more flags for MaintainTnlProgram case, update #includesBrian