summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_statevars.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1187/+0
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-0/+64
|\
| * gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-041-0/+64
* | mesa: check/clamp texture/program matrix accessesBrian Paul2010-02-031-2/+6
* | glsl: Remove unnecessary header from prog_statevars.c.Vinson Lee2010-01-161-1/+0
|/
* 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