summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/uniform_query.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add missing check for glUniform*v count > 1 on non-arrayIan Romanick2011-11-071-0/+9
* mesa: Rewrite the way uniforms are tracked and handledIan Romanick2011-11-071-208/+430
* mesa: Add log_uniform and log_program_parameters to dump dataIan Romanick2011-11-071-0/+72
* mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functionsIan Romanick2011-11-071-0/+1
* mesa: Add _mesa_propagate_uniforms_to_driver_storageIan Romanick2011-11-071-0/+117
* mesa: Move most of uniforms.c to uniform_query.cppIan Romanick2011-11-071-0/+945
* mesa: Use glsl_type::gl_type in glGetActiveUniformIan Romanick2011-10-181-2/+4
* mesa: Move _mesa_GetActiveUniformARB to uniform_query.cppIan Romanick2011-10-181-0/+78