summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/uniforms.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-9/+9
* mesa: Don't reference a W component in setting up a vec3 uniform component.Eric Anholt2010-09-301-1/+5
* mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt2010-09-281-1/+230
* glsl: Set up uniform initializers by walking the shaders after linking.Eric Anholt2010-08-241-48/+60
* mesa: make uniform work with geometry shadersZack Rusin2010-07-101-0/+29
* mesa: Fix OpenGL ES-only builds.Chia-I Wu2010-07-031-0/+2
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+5
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* mesa: move uniforms.c to main/Brian Paul2010-06-101-0/+1334