summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.c
AgeCommit message (Expand)Author
2008-11-28mesa: fix default switch case in append_token(), see bug 18734Brian Paul
2008-11-27mesa: remove an assertion (see bug 18734)Brian Paul
2008-11-26mesa: add some missing switch cases for generating state var stringsBrian Paul
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-21mesa: remove unneeded #includeBrian Paul
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle
2008-05-18additional fog/color matrix changes from gallium-0.1Brian Paul
2008-05-18add state vars for color matrix, pixel transfer scale&biasBrian Paul
2008-05-18mesa: added internal post color matrix scale/bias varsBrian Paul
2008-05-18added div by zero check for Fog.End/Start (from gallium-0.1)Brian Paul
2008-04-22revert part of the previous cleanup - it only appliesAlan Hourihane
2008-04-22correct the return valueAlan Hourihane
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger
2008-03-01state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian
2007-10-11remove unneeded castBrian
2007-05-22make sure optimized fog params get updatedRoland Scheidegger
2007-05-18fix STATE_HALF_VECTOR value (bug 10987)Brian
2007-03-07update commentsBrian
2007-02-24add missing code for newer STATE_INTERNAL itemsBrian
2007-02-23add some missing cases in _mesa_program_state_string()Brian
2007-02-23remove dead codeBrian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian
2007-02-21more minor changes to STATE_ indexingBrian
2007-02-21adjustments to STATE_ token layout/format so token[1] is always the array indexBrian
2007-01-23fix g++ warnings/errorsBrian
2007-01-09clean up a bunch of program parameter stuffBrian
2006-12-14Split the program.[ch] files into several new files.Brian