summaryrefslogtreecommitdiff
path: root/src/mesa/main/uniforms.c
AgeCommit message (Expand)Author
2011-03-11mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt
2011-03-11mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt
2011-02-01mesa: glGetUniform only returns a single element of an arrayIan Romanick
2011-01-07mesa: fix an error in uniform arrays in row calculating.Jian Zhao
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
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