summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-03make sure optimized fog params get updatedRoland Scheidegger1-0/+2
2007-05-18fix STATE_HALF_VECTOR value (bug 10987)Brian1-8/+8
2007-03-07update commentsBrian1-7/+5
2007-02-24add missing code for newer STATE_INTERNAL itemsBrian1-16/+44
2007-02-23add some missing cases in _mesa_program_state_string()Brian1-0/+8
2007-02-23remove dead codeBrian1-8/+0
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-46/+25
2007-02-21more minor changes to STATE_ indexingBrian1-42/+57
2007-02-21adjustments to STATE_ token layout/format so token[1] is always the array indexBrian1-54/+75
2007-01-23fix g++ warnings/errorsBrian1-1/+1
2007-01-09clean up a bunch of program parameter stuffBrian1-3/+3
2006-12-14Split the program.[ch] files into several new files.Brian1-0/+783