summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/prog_statevars.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-147/+0
* gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-041-0/+2
* mesa: add new internal state var for window sizeBrian Paul2009-03-201-0/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+2
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-4/+4
|\
| * mesa: comments for some state varsBrian Paul2008-12-301-4/+4
| * mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell2008-09-211-2/+4
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-0/+1
|\ \
| * | mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-031-0/+1
* | | 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-3/+5
|\ \ \ | |/ / | | / | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
| * mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell2008-05-231-2/+4
| * mesa: added internal post color matrix scale/bias varsBrian Paul2008-04-161-0/+2
| * add state vars for color matrix, pixel transfer scale&biasBrian2007-10-301-0/+3
* | r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle2008-07-271-2/+3
* | add state vars for color matrix, pixel transfer scale&biasBrian Paul2008-05-181-0/+1
* | mesa: added internal post color matrix scale/bias varsBrian Paul2008-05-181-0/+4
* | Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2007-11-291-2/+6
|/
* 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-3/+1
* merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZEDBrian2007-02-221-0/+2
* more minor changes to STATE_ indexingBrian2007-02-211-1/+3
* adjustments to STATE_ token layout/format so token[1] is always the array indexBrian2007-02-211-6/+9
* get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIBBrian2007-01-091-2/+0
* clean up a bunch of program parameter stuffBrian2007-01-091-2/+9
* Implement vertex attribute binding.Brian2007-01-091-0/+2
* Split the program.[ch] files into several new files.Brian2006-12-141-0/+117