mesa: Add ARB_shader_image_load_store to the extension table.
[mesa.git] / src / mesa / main / shader_query.cpp
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-04-13 Dave Airliemesa: add support for ARB_blend_func_extended (v4)
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