aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_statevars.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: print internal.current[i] attribBrian Paul2009-04-211-2/+7
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-2/+2
* mesa: clean up formatting and use 'return' instead of 'break' consistantlyBrian Paul2009-04-031-51/+67
* mesa: minor tweaks in append_token() for printing state var stringsBrian Paul2009-04-011-8/+8
* mesa: add new internal state var for window sizeBrian Paul2009-03-201-0/+13
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+28
* mesa: re-org texgen stateBrian Paul2009-02-211-8/+8
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+28
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-2/+3
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-281-10/+33
| |\ \
| * \ \ 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: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-5/+5
| |_|_|/ |/| | |
* | | | mesa: fix default switch case in append_token(), see bug 18734Brian Paul2008-11-281-2/+3
| |_|/ |/| |
* | | 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
|/ /
* | 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