summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-30mesa: comments for some state varsBrian Paul1-4/+4
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-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle1-2/+3
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
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian1-2/+6
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