index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: print internal.current[i] attrib
Brian Paul
2009-04-21
1
-2
/
+7
*
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-03
1
-2
/
+2
*
mesa: clean up formatting and use 'return' instead of 'break' consistantly
Brian Paul
2009-04-03
1
-51
/
+67
*
mesa: minor tweaks in append_token() for printing state var strings
Brian Paul
2009-04-01
1
-8
/
+8
*
mesa: add new internal state var for window size
Brian Paul
2009-03-20
1
-0
/
+13
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-0
/
+28
*
mesa: re-org texgen state
Brian Paul
2009-02-21
1
-8
/
+8
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-1
/
+28
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-08
1
-2
/
+3
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-28
1
-10
/
+33
|
|
\
\
|
*
\
\
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
1
-0
/
+27
|
|
\
\
\
|
|
*
|
|
mesa: add new internal state for tracking current vertex attribs
Keith Whitwell
2008-10-03
1
-0
/
+8
|
|
*
|
|
mesa: add missing state dependencies for various tracked constants
Keith Whitwell
2008-10-03
1
-0
/
+20
|
*
|
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-1
/
+1
|
|
\
|
|
|
|
|
*
|
|
mesa: _mesa_program_state_string() returns char *, not const char *.
Michal Krol
2008-09-05
1
-1
/
+1
|
*
|
|
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-18
/
+46
|
|
\
|
|
|
|
|
*
|
|
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-6
/
+6
|
|
*
|
|
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-4
/
+4
|
|
*
|
|
mesa: remove unneeded #include
Brian Paul
2008-06-12
1
-1
/
+0
|
|
*
|
|
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-05-31
1
-5
/
+5
|
|
*
|
|
mesa: pre-swizzle normal scale state value
Keith Whitwell
2008-05-24
1
-1
/
+5
|
|
*
|
|
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
2008-05-23
1
-8
/
+34
|
|
*
|
|
Fix some bugs in material, depth range state
Brian Paul
2008-05-18
1
-4
/
+4
|
|
*
|
|
gallium: fix potential divide by zero in fog computation
Brian Paul
2008-04-23
1
-3
/
+5
|
|
*
|
|
mesa: added internal post color matrix scale/bias vars
Brian Paul
2008-04-16
1
-0
/
+12
|
|
*
|
|
more additions for COLOR_MATRIX, etc
Brian
2007-10-30
1
-0
/
+12
|
|
*
|
|
add state vars for color matrix, pixel transfer scale&bias
Brian
2007-10-30
1
-0
/
+16
|
|
*
|
|
disable the NeedFlush assertion for now
Brian
2007-10-17
1
-1
/
+1
|
|
*
|
|
Assert that there's no outstanding current state that needs to be flushed fro...
Brian
2007-10-17
1
-0
/
+2
*
|
|
|
|
mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture
Brian Paul
2009-01-28
1
-5
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
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
[next]