summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_parameter.c
AgeCommit message (Expand)Author
2010-10-08mesa: Simplify a bit of _mesa_add_state_reference using memcmp.Eric Anholt
2010-08-30mesa: Fix _mesa_lookup_parameter_constant's return value.José Fonseca
2010-08-25mesa: Remove now-unused _mesa_add_sampler().Eric Anholt
2010-08-25mesa: Remove now-unused _mesa_add_uniform.Eric Anholt
2010-08-25mesa: Remove the "Used" flag in gl_program_parameter.Eric Anholt
2010-08-06ir_to_mesa: Add support for sampler arrays.Eric Anholt
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul