mesa: Standardize names of OpenGL functions.
[mesa.git] / src / mesa / main / uniform_query.cpp
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-08-25 Kenneth Graunkemesa: Use a new, more specific hook for shader uniform...
2012-07-20 Eric Anholtmesa: Implement the UBO-specific pnames of glGetActiveU...
2012-07-20 Eric Anholtmesa: Add support for glGetActiveUniformsiv on non...
2012-07-20 Eric Anholtmesa: Move the _mesa_uniform_merge_location_offset...
2012-05-17 Eric Anholtmesa: Throw error on glGetActiveUniform inside Begin...
2012-05-14 Oliver McFaddenmesa: GLES specifies restrictions on uniform matrix...
2012-03-24 Vinson Leemesa: Fix memory leak in _mesa_get_uniform_location.
2012-03-13 Dylan Noblesmithmesa: add back glGetnUniform*v() overflow error reporting
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickmesa: Validate sampler settings using uniform storage
2011-12-26 Brian Paulmesa: fix signed/unsigned comparison warnings
2011-11-16 Ian Romanickmesa: Only update sampler uniforms that are used by...
2011-11-10 Brian Paulmesa: silence uninitialized var warning
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-08 Brian Paulmesa: fix signed/unsigned integer comparison warnings
2011-11-07 Ian RomanickDelete code made dead by previous uniform related patches
2011-11-07 Ian Romanickmesa: Add missing check for glUniform*v count > 1 on...
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-07 Ian Romanickmesa: Add log_uniform and log_program_parameters to...
2011-11-07 Ian Romanickmesa: Add _mesa_uniform_{attach,detach_all}_driver_stor...
2011-11-07 Ian Romanickmesa: Add _mesa_propagate_uniforms_to_driver_storage
2011-11-07 Ian Romanickmesa: Move most of uniforms.c to uniform_query.cpp
2011-10-19 Ian Romanickmesa: Use glsl_type::gl_type in glGetActiveUniform
2011-10-19 Ian Romanickmesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp