aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_statevars.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-2/+3
|\
| * mesa: fix default switch case in append_token(), see bug 18734Brian Paul2008-11-281-2/+3
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-281-10/+33
|\|
| * mesa: remove an assertion (see bug 18734)Brian Paul2008-11-271-1/+0
| * mesa: add some missing switch cases for generating state var stringsBrian Paul2008-11-261-10/+34
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-2/+2
| * mesa: remove unneeded #includeBrian Paul2008-09-211-1/+0
| * mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-211-9/+38
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-6/+6
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-0/+27
|\ \
| * | mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-031-0/+8
| * | mesa: add missing state dependencies for various tracked constantsKeith Whitwell2008-10-031-0/+20
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+1
|\| |
| * | mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol2008-09-051-1/+1
* | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-18/+46
|\| | | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-6/+6
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-07-151-4/+4
| * mesa: remove unneeded #includeBrian Paul2008-06-121-1/+0
| * 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
* | mesa: Silence compiler warnings on Windows.Brian Paul2008-07-291-5/+5
* | r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle2008-07-271-5/+23
* | additional fog/color matrix changes from gallium-0.1Brian Paul2008-05-181-3/+12
* | add state vars for color matrix, pixel transfer scale&biasBrian Paul2008-05-181-0/+4
* | mesa: added internal post color matrix scale/bias varsBrian Paul2008-05-181-0/+30
* | added div by zero check for Fog.End/Start (from gallium-0.1)Brian Paul2008-05-181-1/+2
* | revert part of the previous cleanup - it only appliesAlan Hourihane2008-04-221-1/+1
* | correct the return valueAlan Hourihane2008-04-221-1/+1
* | fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger2008-03-131-2/+2
* | state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger2008-03-011-1/+1
* | Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2007-11-291-1/+92
* | remove unneeded castBrian2007-10-111-1/+1
|/
* 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