index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_statevars.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix default switch case in append_token(), see bug 18734
Brian Paul
2008-11-28
1
-2
/
+3
*
mesa: remove an assertion (see bug 18734)
Brian Paul
2008-11-27
1
-1
/
+0
*
mesa: add some missing switch cases for generating state var strings
Brian Paul
2008-11-26
1
-10
/
+34
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-2
/
+2
*
mesa: remove unneeded #include
Brian Paul
2008-09-21
1
-1
/
+0
*
mesa: move fixed function vertex program builder from tnl to core mesa
Keith Whitwell
2008-09-21
1
-9
/
+38
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-6
/
+6
*
mesa: Silence compiler warnings on Windows.
Brian Paul
2008-07-29
1
-5
/
+5
*
r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT
Nicolai Haehnle
2008-07-27
1
-5
/
+23
*
additional fog/color matrix changes from gallium-0.1
Brian Paul
2008-05-18
1
-3
/
+12
*
add state vars for color matrix, pixel transfer scale&bias
Brian Paul
2008-05-18
1
-0
/
+4
*
mesa: added internal post color matrix scale/bias vars
Brian Paul
2008-05-18
1
-0
/
+30
*
added div by zero check for Fog.End/Start (from gallium-0.1)
Brian Paul
2008-05-18
1
-1
/
+2
*
revert part of the previous cleanup - it only applies
Alan Hourihane
2008-04-22
1
-1
/
+1
*
correct the return value
Alan Hourihane
2008-04-22
1
-1
/
+1
*
fix state.lightprod ambient/specular w value (bug #14983)
Roland Scheidegger
2008-03-13
1
-2
/
+2
*
state.depth.range alpha value should be 1, not 0 (bug #14733)
Roland Scheidegger
2008-03-01
1
-1
/
+1
*
Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c
Brian
2007-11-29
1
-1
/
+92
*
remove unneeded cast
Brian
2007-10-11
1
-1
/
+1
*
make sure optimized fog params get updated
Roland Scheidegger
2007-05-22
1
-0
/
+2
*
fix STATE_HALF_VECTOR value (bug 10987)
Brian
2007-05-18
1
-8
/
+8
*
update comments
Brian
2007-03-07
1
-7
/
+5
*
add missing code for newer STATE_INTERNAL items
Brian
2007-02-24
1
-16
/
+44
*
add some missing cases in _mesa_program_state_string()
Brian
2007-02-23
1
-0
/
+8
*
remove dead code
Brian
2007-02-23
1
-8
/
+0
*
replace GLint with gl_state_index
Brian
2007-02-23
1
-2
/
+2
*
Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.
Brian
2007-02-22
1
-46
/
+25
*
more minor changes to STATE_ indexing
Brian
2007-02-21
1
-42
/
+57
*
adjustments to STATE_ token layout/format so token[1] is always the array index
Brian
2007-02-21
1
-54
/
+75
*
fix g++ warnings/errors
Brian
2007-01-23
1
-1
/
+1
*
clean up a bunch of program parameter stuff
Brian
2007-01-09
1
-3
/
+3
*
Split the program.[ch] files into several new files.
Brian
2006-12-14
1
-0
/
+783