summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/uniforms.h
Commit message (Expand)AuthorAgeFilesLines
* linker: Calculate the sampler to texture target mapping during linkingIan Romanick2012-01-111-1/+2
* mesa: Validate sampler settings using uniform storageIan Romanick2012-01-111-0/+3
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-0/+11
* mesa: fix signed/unsigned integer comparison warningsBrian Paul2011-11-081-1/+1
* mesa: Rewrite the way uniforms are tracked and handledIan Romanick2011-11-071-1/+3
* mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functionsIan Romanick2011-11-071-0/+11
* mesa: Add _mesa_propagate_uniforms_to_driver_storageIan Romanick2011-11-071-0/+5
* mesa: Move {split,merge}_location_offset to uniforms.hIan Romanick2011-11-071-0/+51
* mesa: Make get_uniform available outside compilation unitIan Romanick2011-11-071-0/+4
* mesa: Move _mesa_GetActiveUniformARB to uniform_query.cppIan Romanick2011-10-181-0/+3
* Squashed commit of the following:Brian Paul2011-04-261-1/+16
* mesa: add glGetUniformuiv(), plug in uint glUniform funcsBrian Paul2010-10-281-0/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt2010-09-281-0/+15
* glsl: Set up uniform initializers by walking the shaders after linking.Eric Anholt2010-08-241-1/+14
* mesa: Add missing header and forward declarations to uniforms.h.Vinson Lee2010-07-291-0/+4
* mesa: move uniforms.c to main/Brian Paul2010-06-101-0/+158