remove stray tab
[mesa.git] / src / mesa / shader / prog_parameter.c
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.