summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-07mesa: use a more logical flag in _mesa_set_vp_override()Brian Paul1-1/+1
2009-08-03texenv: Add missing dependency on VP changes.Eric Anholt1-1/+2
2009-07-16texenv: Calculate whether we need to do secondary color on our own.Eric Anholt1-1/+1
2009-07-14Fix state flag dependencies for fixed function fragment program updates.Eric Anholt1-1/+1
2009-07-07Cap array elements at 0 when passed an invalid pointer for an array object.Eric Anholt1-0/+10
2009-05-22mesa: add missing update_min() call in update_arrays()Brian Paul1-1/+1
2009-05-22Merge branch 'mesa_7_5_branch'Brian Paul1-2/+2
2009-05-22mesa: fix loop over generic attribs in update_arrays()Brian Paul1-1/+1
2009-05-21mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElementBrian Paul1-1/+1
2009-05-07mesa: Compute gl_client_array->_MaxElement during array validationBrian Paul1-27/+61
2009-05-07mesa: use local var to make code a bit more conciseBrian Paul1-36/+37
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul1-1/+35
2009-04-15mesa: Update texenv program when _NEW_ARRAYS is updated as well.Eric Anholt1-1/+2
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+1
2009-03-03mesa: fix sw fallback state validation bugBrian Paul1-10/+28
2009-03-02mesa: add ctx->Stencil._Enabled fieldBrian Paul1-1/+1
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul1-2/+62
2009-02-10mesa: another fix for program/texture state validationBrian Paul1-6/+36
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul1-1/+1
2009-02-10mesa: fix/change state validation order for program/texture stateBrian Paul1-13/+12
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-11/+0
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-11/+0
2008-12-18mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul1-4/+2
2008-12-17mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul1-4/+2
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane1-43/+41
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane1-43/+41
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-3/+26
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul1-3/+26
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-6/+0
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-1/+41
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-1/+37
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell1-0/+4
2008-09-26mesa: remove invalid assertions that programs have parametersBrian Paul1-6/+0
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-2/+0
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-0/+4
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-796/+7
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul1-2/+3
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul1-0/+1
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul1-4/+4
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell1-32/+66
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-4/+4
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul1-4/+4
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul1-4/+4
2008-09-12mesa: get fixed-function program generation working againKeith Whitwell1-20/+42
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-806/+37
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger1-0/+17
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger1-0/+17
2008-06-25mesa: point size arraysBrian Paul1-1/+1
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-0/+4