Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Add missing check for glUniform*v count > 1 on non-array | Ian Romanick | 2011-11-07 | 1 | -0/+9 |
* | mesa: Rewrite the way uniforms are tracked and handled | Ian Romanick | 2011-11-07 | 1 | -208/+430 |
* | mesa: Add log_uniform and log_program_parameters to dump data | Ian Romanick | 2011-11-07 | 1 | -0/+72 |
* | mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions | Ian Romanick | 2011-11-07 | 1 | -0/+1 |
* | mesa: Add _mesa_propagate_uniforms_to_driver_storage | Ian Romanick | 2011-11-07 | 1 | -0/+117 |
* | mesa: Move most of uniforms.c to uniform_query.cpp | Ian Romanick | 2011-11-07 | 1 | -0/+945 |
* | mesa: Use glsl_type::gl_type in glGetActiveUniform | Ian Romanick | 2011-10-18 | 1 | -2/+4 |
* | mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp | Ian Romanick | 2011-10-18 | 1 | -0/+78 |