mesa: add component comments for sRGB formats
[mesa.git] / src / mesa / main / uniform_query.cpp
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