index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
getstring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-14
/
+3
*
mesa: fix GetStringi error message with correct function name
Benjamin Bellec
2014-04-21
1
-1
/
+1
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-2
/
+2
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
1
-4
/
+12
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-9
/
+9
*
mesa: It is not possible to have GLSL < 1.20
Ian Romanick
2013-12-20
1
-2
/
+0
*
mesa: Implement proper tracking logic for glGetGraphicsResetStatusARB
Ian Romanick
2013-11-07
1
-4
/
+43
*
mesa: Remove gl_context::ResetStatus
Ian Romanick
2013-11-07
1
-1
/
+1
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-9
/
+9
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-9
/
+9
*
mesa: update glext.h to version 20130708
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-5
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
Matt Turner
2013-02-15
1
-1
/
+1
*
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2013-01-25
1
-1
/
+3
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+0
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-12
/
+12
*
mesa: Remove yet more remnants of NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-2
/
+1
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-3
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_point_size_array define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Don't allow GL_EXTENSIONS query in core context
Ian Romanick
2012-08-29
1
-0
/
+4
*
mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-2
/
+33
*
mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-7
/
+12
*
mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.
Kenneth Graunke
2012-07-31
1
-0
/
+10
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-0
/
+1
*
glsl: Add support for parsing #version 140.
Eric Anholt
2012-03-15
1
-0
/
+2
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+6
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-9
/
+9
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-0
/
+17
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-9
/
+25
*
Fix typo in function name "shading_laguage_version".
Kenneth Graunke
2010-08-26
1
-2
/
+2
*
mesa: initialize extension string when context is first bound
Brian Paul
2010-06-25
1
-2
/
+0
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
1
-4
/
+0
*
main: Report GL_SHADING_LANGUAGE_VERSION according to API
Kristian Høgsberg
2010-04-22
1
-10
/
+27
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
1
-80
/
+29
|
\
|
*
mesa: call _mesa_compute_version() to set context's version info
Brian Paul
2010-01-05
1
-80
/
+1
|
*
mesa: implement _mesa_GetStringi() for GL3
Brian Paul
2009-12-30
1
-0
/
+28
*
|
mesa/main: Add support for point size array in _mesa_GetPointerv.
Chia-I Wu
2009-11-05
1
-0
/
+5
|
/
*
mesa: reset ErrorDebugCount to zero in glGetString()
Brian Paul
2009-08-04
1
-0
/
+1
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-30
/
+0
[next]