index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_parameter.h
Age
Commit message (
Expand
)
Author
2008-08-25
mesa: glsl: grab latest fixes from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: assorted glsl uniform/attribute fixes
Brian Paul
2008-05-20
fix incorrect sampler numbering/indexing.
Brian Paul
2008-05-14
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-14
added _mesa_combine_parameter_lists()
Brian Paul
2007-04-18
Start fixing some issues with uniform variables and their types.
Brian
2007-04-18
Fix some bugs related to querying active uniforms.
Brian
2007-04-18
Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().
Brian
2007-02-23
replace GLint with gl_state_index
Brian
2007-01-23
fix g++ warnings/errors
Brian
2007-01-09
clean up a bunch of program parameter stuff
Brian
2007-01-09
Implement vertex attribute binding.
Brian
2007-01-05
added _mesa_add_sampler()
Brian
2006-12-20
Uniform matrix support.
Brian
2006-12-19
Overhaul of GLSL API functions, dispatching, etc.
Brian
2006-12-14
Split the program.[ch] files into several new files.
Brian