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
2010-02-09
mesa: add back-door support for cylindrical texture wrap mode
Brian Paul
2009-10-03
prog_parameter: Document the fact that Size may be > 4
Nicolai Hähnle
2009-07-20
Add new _mesa_new_parameter_list_sized to pre-allocate a parameter list
Ian Romanick
2009-03-07
mesa: gl_register_file enum typedef
Brian Paul
2008-11-24
mesa: rename program parameter flags to match other Mesa conventions
Brian Paul
2008-11-24
mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation
Brian Paul
2008-11-24
mesa: add Flags field to gl_program_parameter
Brian Paul
2008-11-10
mesa: track initialization status of uniform variables. Plus, asst clean-ups.
Brian Paul
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