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: add glsl version query (v4)
Vadym Shovkoplias
2018-02-13
1
-0
/
+20
*
mesa: call _mesa_make_extension_string only as needed
Emil Velikov
2017-11-16
1
-0
/
+2
*
mesa: add GLSL 4.60 to shading_language_version()
Samuel Pitoiset
2017-08-02
1
-0
/
+2
*
mesa: always return GL_OUT_OF_MEMORY or GL_NO_ERROR when KHR_no_error enabled
Timothy Arceri
2017-04-19
1
-0
/
+11
*
mesa: add support for GLSL ES 3.20 version string
Ilia Mirkin
2016-05-26
1
-0
/
+2
*
mesa: Move robustness code to main/robustness.c
Kristian Høgsberg Kristensen
2016-05-26
1
-136
/
+0
*
mesa: 80-column wrapping for _context_lost_GetSynciv()
Brian Paul
2016-05-25
1
-2
/
+2
*
mesa: add GLAPIENTRY to new _context_lost_X functions
Brian Paul
2016-05-25
1
-2
/
+2
*
i965: Enable GL_KHR_robustness
Kristian Høgsberg Kristensen
2016-05-25
1
-1
/
+81
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
1
-0
/
+1
*
mesa: update some old-style (K&R?) function pointer calls
Brian Paul
2015-11-20
1
-1
/
+1
*
main: Don't restrict several KHR_debug enum to desktop GL
Boyan Ding
2015-11-20
1
-4
/
+1
*
mesa: use the correct string for the ES GL_KHR_debug functions
Emil Velikov
2015-11-20
1
-2
/
+8
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
mesa/es3.1: Enable ES 3.1 API and shading language version
Ian Romanick
2015-05-28
1
-4
/
+12
*
main: return two minor digits for ES shading language version
Samuel Iglesias Gonsalvez
2014-12-09
1
-1
/
+1
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
1
-0
/
+6
*
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
[next]