summaryrefslogtreecommitdiff
path: root/src/mesa/main/shader_query.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-01mesa: Fix querying location of nth element of an array variableAnuj Phogat1-5/+66
2014-04-13mesa: Consider gl_VertexID and gl_InstanceID active attribsChris Forbes1-0/+9
2014-04-13mesa: Extract is_active_attrib() in shaderapiChris Forbes1-8/+19
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-1/+1
2013-12-12glsl: move variables in to ir_variable::data, part IITapani Pälli1-12/+12
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-6/+6
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-6/+6
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-3/+3
2012-04-13mesa: add support for ARB_blend_func_extended (v4)Dave Airlie1-6/+79
2011-11-29mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTESIan Romanick1-6/+3
2011-11-08mesa: Implement glGetFragDataLocationIan Romanick1-0/+56
2011-11-08linker: Use app-specified fragment data location during linkingIan Romanick1-1/+1
2011-11-08mesa: Stub implementation of glBindFragDataLocationIan Romanick1-0/+37
2011-10-04mesa: Remove unused gl_program::AttributesIan Romanick1-4/+0
2011-10-04mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.Ian Romanick1-0/+29
2011-10-04mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.Ian Romanick1-0/+27
2011-10-04mesa: Remove unused gl_shader_program::AttributesIan Romanick1-7/+2
2011-10-04mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IRIan Romanick1-13/+38
2011-10-04mesa: Move _mesa_GetActiveAttribARB to shader_query.cppIan Romanick1-0/+32
2011-10-04mesa: Add gl_shader_program::AttributeBindingsIan Romanick1-0/+5
2011-10-04mesa: Move _mesa_BindAttribLocationARB to shader_query.cppIan Romanick1-0/+42
2011-10-04mesa: Move _mesa_GetAttribLocationARB to shader_query.cppIan Romanick1-0/+88