summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21mesa: print internal.current[i] attribBrian Paul1-2/+7
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul1-2/+2
2009-04-03mesa: clean up formatting and use 'return' instead of 'break' consistantlyBrian Paul1-51/+67
2009-04-01mesa: minor tweaks in append_token() for printing state var stringsBrian Paul1-8/+8
2009-03-20mesa: add new internal state var for window sizeBrian Paul1-0/+13
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+28
2009-02-21mesa: re-org texgen stateBrian Paul1-8/+8
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-1/+28
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul1-5/+5
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-2/+3
2008-11-28mesa: fix default switch case in append_token(), see bug 18734Brian Paul1-2/+3
2008-11-28Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-10/+33
2008-11-27mesa: remove an assertion (see bug 18734)Brian Paul1-1/+0
2008-11-26mesa: add some missing switch cases for generating state var stringsBrian Paul1-10/+34
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-0/+27
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell1-0/+8
2008-10-03mesa: add missing state dependencies for various tracked constantsKeith Whitwell1-0/+20
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-2/+2
2008-09-21mesa: remove unneeded #includeBrian Paul1-1/+0
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell1-9/+38
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-6/+6
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-18/+46
2008-09-05mesa: _mesa_program_state_string() returns char *, not const char *.Michal Krol1-1/+1
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul1-5/+5
2008-07-27r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENTNicolai Haehnle1-5/+23
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca1-6/+6
2008-07-15mesa: Silence compiler warnings on Windows.Michal Krol1-4/+4
2008-06-12mesa: remove unneeded #includeBrian Paul1-1/+0
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-5/+5
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell1-1/+5
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell1-8/+34
2008-05-18additional fog/color matrix changes from gallium-0.1Brian Paul1-3/+12
2008-05-18add state vars for color matrix, pixel transfer scale&biasBrian Paul1-0/+4
2008-05-18mesa: added internal post color matrix scale/bias varsBrian Paul1-0/+30
2008-05-18added div by zero check for Fog.End/Start (from gallium-0.1)Brian Paul1-1/+2
2008-05-18Fix some bugs in material, depth range stateBrian Paul1-4/+4
2008-04-23gallium: fix potential divide by zero in fog computationBrian Paul1-3/+5
2008-04-22revert part of the previous cleanup - it only appliesAlan Hourihane1-1/+1
2008-04-22correct the return valueAlan Hourihane1-1/+1
2008-04-16mesa: added internal post color matrix scale/bias varsBrian Paul1-0/+12
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger1-2/+2
2008-03-01state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger1-1/+1
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian1-1/+92
2007-10-30more additions for COLOR_MATRIX, etcBrian1-0/+12
2007-10-30add state vars for color matrix, pixel transfer scale&biasBrian1-0/+16
2007-10-17disable the NeedFlush assertion for nowBrian1-1/+1
2007-10-17Assert that there's no outstanding current state that needs to be flushed fro...Brian1-0/+2
2007-10-11remove unneeded castBrian1-1/+1
2007-05-22make sure optimized fog params get updatedRoland Scheidegger1-0/+2