index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
shader_query.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Returns a GL_INVALID_VALUE error on several APIs when buffer size is ne...
Eduardo Lima Mitev
2015-02-03
1
-0
/
+5
*
mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.
Kenneth Graunke
2014-09-10
1
-1
/
+13
*
mesa: Replace string comparisons with SYSTEM_VALUE enum checks.
Kenneth Graunke
2014-09-10
1
-2
/
+2
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-12
/
+12
*
mesa: Fix querying location of nth element of an array variable
Anuj Phogat
2014-05-01
1
-5
/
+66
*
mesa: Consider gl_VertexID and gl_InstanceID active attribs
Chris Forbes
2014-04-13
1
-0
/
+9
*
mesa: Extract is_active_attrib() in shaderapi
Chris Forbes
2014-04-13
1
-8
/
+19
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-12
/
+12
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-6
/
+6
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-6
/
+6
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-3
/
+3
*
mesa: add support for ARB_blend_func_extended (v4)
Dave Airlie
2012-04-13
1
-6
/
+79
*
mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTES
Ian Romanick
2011-11-29
1
-6
/
+3
*
mesa: Implement glGetFragDataLocation
Ian Romanick
2011-11-08
1
-0
/
+56
*
linker: Use app-specified fragment data location during linking
Ian Romanick
2011-11-08
1
-1
/
+1
*
mesa: Stub implementation of glBindFragDataLocation
Ian Romanick
2011-11-08
1
-0
/
+37
*
mesa: Remove unused gl_program::Attributes
Ian Romanick
2011-10-04
1
-4
/
+0
*
mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
Ian Romanick
2011-10-04
1
-0
/
+29
*
mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.
Ian Romanick
2011-10-04
1
-0
/
+27
*
mesa: Remove unused gl_shader_program::Attributes
Ian Romanick
2011-10-04
1
-7
/
+2
*
mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IR
Ian Romanick
2011-10-04
1
-13
/
+38
*
mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-0
/
+32
*
mesa: Add gl_shader_program::AttributeBindings
Ian Romanick
2011-10-04
1
-0
/
+5
*
mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-0
/
+42
*
mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
1
-0
/
+88