summaryrefslogtreecommitdiff
path: root/src/mesa/main/uniforms.h
AgeCommit message (Expand)Author
2010-10-28mesa: add glGetUniformuiv(), plug in uint glUniform funcsBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-28mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt
2010-08-24glsl: Set up uniform initializers by walking the shaders after linking.Eric Anholt
2010-07-29mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee
2010-06-10mesa: move uniforms.c to main/Brian Paul