aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_statevars.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-5/+5
* mesa: pre-swizzle normal scale state valueKeith Whitwell2008-05-241-1/+5
* mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell2008-05-231-8/+34
* Fix some bugs in material, depth range stateBrian Paul2008-05-181-4/+4
* gallium: fix potential divide by zero in fog computationBrian Paul2008-04-231-3/+5
* mesa: added internal post color matrix scale/bias varsBrian Paul2008-04-161-0/+12
* more additions for COLOR_MATRIX, etcBrian2007-10-301-0/+12
* add state vars for color matrix, pixel transfer scale&biasBrian2007-10-301-0/+16
* disable the NeedFlush assertion for nowBrian2007-10-171-1/+1
* Assert that there's no outstanding current state that needs to be flushed fro...Brian2007-10-171-0/+2
* make sure optimized fog params get updatedRoland Scheidegger2007-05-221-0/+2
* fix STATE_HALF_VECTOR value (bug 10987)Brian2007-05-181-8/+8
* update commentsBrian2007-03-071-7/+5
* add missing code for newer STATE_INTERNAL itemsBrian2007-02-241-16/+44
* add some missing cases in _mesa_program_state_string()Brian2007-02-231-0/+8
* remove dead codeBrian2007-02-231-8/+0
* replace GLint with gl_state_indexBrian2007-02-231-2/+2
* Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian2007-02-221-46/+25
* more minor changes to STATE_ indexingBrian2007-02-211-42/+57
* adjustments to STATE_ token layout/format so token[1] is always the array indexBrian2007-02-211-54/+75
* fix g++ warnings/errorsBrian2007-01-231-1/+1
* clean up a bunch of program parameter stuffBrian2007-01-091-3/+3
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+783