summaryrefslogtreecommitdiff
path: root/src/mesa/main/uniforms.c
AgeCommit message (Expand)Author
2010-10-28mesa: add glGetUniformuiv(), plug in uint glUniform funcsBrian Paul
2010-10-27mesa: Track an ActiveProgram distinct from CurrentProgramIan Romanick
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-30mesa: Don't reference a W component in setting up a vec3 uniform component.Eric Anholt
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-10mesa: make uniform work with geometry shadersZack Rusin
2010-07-03mesa: Fix OpenGL ES-only builds.Chia-I Wu
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: move uniforms.c to main/Brian Paul