summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-20mesa: add new internal state var for window sizeBrian Paul1-0/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+2
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul1-4/+4
2008-12-30mesa: comments for some state varsBrian Paul1-4/+4
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell1-0/+1
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell1-2/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-1/+1
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-3/+5
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol1-1/+1
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle1-2/+3
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-1/+1
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell1-2/+4
2008-05-18add state vars for color matrix, pixel transfer scale&biasBrian Paul1-0/+1
2008-05-18mesa: added internal post color matrix scale/bias varsBrian Paul1-0/+4
2008-04-16mesa: added internal post color matrix scale/bias varsBrian Paul1-0/+2
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian1-2/+6
2007-10-30add state vars for color matrix, pixel transfer scale&biasBrian1-0/+3
2007-02-23replace GLint with gl_state_indexBrian1-2/+2
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian1-3/+1
2007-02-22merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZEDBrian1-0/+2
2007-02-21more minor changes to STATE_ indexingBrian1-1/+3
2007-02-21adjustments to STATE_ token layout/format so token[1] is always the array indexBrian1-6/+9
2007-01-09get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIBBrian1-2/+0
2007-01-09clean up a bunch of program parameter stuffBrian1-2/+9
2007-01-09Implement vertex attribute binding.Brian1-0/+2
2006-12-14Split the program.[ch] files into several new files.Brian1-0/+117