summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.c
AgeCommit message (Expand)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2010-02-03mesa: check/clamp texture/program matrix accessesBrian Paul
2010-01-16glsl: Remove unnecessary header from prog_statevars.c.Vinson Lee
2009-04-21mesa: print internal.current[i] attribBrian Paul
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-04-03mesa: clean up formatting and use 'return' instead of 'break' consistantlyBrian Paul
2009-04-01mesa: minor tweaks in append_token() for printing state var stringsBrian Paul
2009-03-20mesa: add new internal state var for window sizeBrian Paul
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-28mesa: fix default switch case in append_token(), see bug 18734Brian Paul
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane
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-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-10-03mesa: add missing state dependencies for various tracked constantsKeith Whitwell
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-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol
2008-06-12mesa: remove unneeded #includeBrian Paul
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell
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-05-18Fix some bugs in material, depth range stateBrian Paul
2008-04-23gallium: fix potential divide by zero in fog computationBrian Paul
2008-04-22revert part of the previous cleanup - it only appliesAlan Hourihane
2008-04-22correct the return valueAlan Hourihane
2008-04-16mesa: added internal post color matrix scale/bias varsBrian Paul
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger