mesa: fix potential mem leak in generate_mipmap_compressed()
[mesa.git] / src / mesa / main / shader_query.cpp
2011-11-29 Ian Romanickmesa: Allow generic attributes for glGetActiveAttrib...
2011-11-08 Ian Romanickmesa: Implement glGetFragDataLocation
2011-11-08 Ian Romanicklinker: Use app-specified fragment data location during...
2011-11-08 Ian Romanickmesa: Stub implementation of glBindFragDataLocation
2011-10-04 Ian Romanickmesa: Remove unused gl_program::Attributes
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walki...
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTES by walking the...
2011-10-04 Ian Romanickmesa: Remove unused gl_shader_program::Attributes
2011-10-04 Ian Romanickmesa: Make _mesa_GetActiveAttribARB use the attributes...
2011-10-04 Ian Romanickmesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Add gl_shader_program::AttributeBindings
2011-10-04 Ian Romanickmesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Move _mesa_GetAttribLocationARB to shader_query.cpp