Merge commit 'origin/gallium-0.1' into gallium-vertex-linear
[mesa.git] / src / mesa / shader / prog_parameter.c
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-14 Brian Paulmesa: use CALLOC_STRUCT()
2008-03-27 BrianFix the compile of disabled DEBUG_PARSING code.
2007-10-30 Brianadded _mesa_combine_parameter_lists()
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-04-18 Briancomments, assertions
2007-04-18 Briannew comments
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-18 BrianFix some bugs related to querying active uniforms.
2007-04-18 BrianReplace _mesa_parameter_longest_name() with _mesa_longe...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 BrianIn _mesa_lookup_parameter_constant() make sure we retur...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-22 BrianIn _mesa_add_unnamed_constant() and _mesa_lookup_parame...
2007-03-21 Brianmerge from master
2007-03-13 Brianremove bogus assertion
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-23 Brianreplace GLint with gl_state_index
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-09 Brianalways init param vars to silence valgrind warnings
2007-02-09 Briando full swizzled matching in _mesa_lookup_parameter_con...
2007-01-23 Brianfix g++ warnings/errors
2007-01-19 Brian_mesa_add_unnamed_constant() now tries to re-use consta...
2007-01-10 Brianfix size bug in _mesa_add_attribute()
2007-01-10 Briansimplify _mesa_add_state_reference()
2007-01-10 Brianget rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB
2007-01-10 Brianclean up a bunch of program parameter stuff
2007-01-10 BrianImplement vertex attribute binding.
2007-01-05 Brianadded _mesa_add_sampler()
2006-12-21 BrianUniform matrix support.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-14 Brianremove unneded includes
2006-12-14 BrianSplit the program.[ch] files into several new files.