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_parameter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: glsl: grab latest fixes from gallium-0.1 branch
Brian Paul
2008-08-25
1
-5
/
+28
*
mesa: Silence compiler warnings on Windows.
Brian Paul
2008-07-29
1
-0
/
+1
*
mesa: assorted glsl uniform/attribute fixes
Brian Paul
2008-07-29
1
-26
/
+3
*
mesa: glsl: various writemask/swizzle improvements and clean-ups
Brian Paul
2008-07-29
1
-1
/
+1
*
shaders: fix allocation of arrays of parameters
Zack Rusin
2008-06-12
1
-1
/
+23
*
copy StateFlags in _mesa_clone_parameter_list()
Brian Paul
2008-05-20
1
-0
/
+2
*
fix incorrect sampler numbering/indexing.
Brian Paul
2008-05-20
1
-7
/
+13
*
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-14
1
-2
/
+5
*
added _mesa_combine_parameter_lists()
Brian Paul
2008-05-14
1
-0
/
+33
*
small cleanups
Alan Hourihane
2008-04-22
1
-2
/
+1
*
make sure state token values are fully initialized
Roland Scheidegger
2007-12-11
1
-1
/
+1
*
comments, assertions
Brian
2007-04-18
1
-2
/
+3
*
new comments
Brian
2007-04-18
1
-0
/
+13
*
Start fixing some issues with uniform variables and their types.
Brian
2007-04-18
1
-13
/
+18
*
Fix some bugs related to querying active uniforms.
Brian
2007-04-18
1
-0
/
+17
*
Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().
Brian
2007-04-18
1
-5
/
+8
*
In _mesa_lookup_parameter_constant() make sure we return a full, 4-component ...
Brian
2007-03-26
1
-0
/
+4
*
In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...
Brian
2007-03-22
1
-37
/
+55
*
remove bogus assertion
Brian
2007-03-13
1
-1
/
+0
*
replace GLint with gl_state_index
Brian
2007-02-23
1
-1
/
+1
*
Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.
Brian
2007-02-22
1
-1
/
+1
*
always init param vars to silence valgrind warnings
Brian
2007-02-09
1
-0
/
+4
*
do full swizzled matching in _mesa_lookup_parameter_constant()
Brian
2007-02-08
1
-5
/
+16
*
fix g++ warnings/errors
Brian
2007-01-23
1
-4
/
+4
*
_mesa_add_unnamed_constant() now tries to re-use constants already in
Brian
2007-01-18
1
-30
/
+57
*
fix size bug in _mesa_add_attribute()
Brian
2007-01-10
1
-0
/
+2
*
simplify _mesa_add_state_reference()
Brian
2007-01-10
1
-10
/
+2
*
get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB
Brian
2007-01-09
1
-4
/
+2
*
clean up a bunch of program parameter stuff
Brian
2007-01-09
1
-27
/
+50
*
Implement vertex attribute binding.
Brian
2007-01-09
1
-0
/
+28
*
added _mesa_add_sampler()
Brian
2007-01-05
1
-0
/
+17
*
Uniform matrix support.
Brian
2006-12-20
1
-22
/
+38
*
Overhaul of GLSL API functions, dispatching, etc.
Brian
2006-12-19
1
-0
/
+19
*
remove unneded includes
Brian
2006-12-14
1
-2
/
+0
*
Split the program.[ch] files into several new files.
Brian
2006-12-14
1
-0
/
+448