summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_parameter.h
AgeCommit message (Collapse)Author
2006-12-20Uniform matrix support.Brian
Implement _mesa_uniform_matrix() Support for program parameters/uniforms with more than 4 elements. Store 4x4 matrices in column-major order in registers. Update mat mul built-in functions accordingly.
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-14Split the program.[ch] files into several new files.Brian