summaryrefslogtreecommitdiff
path: root/src/mesa/main/getstring.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19mesa: always return GL_OUT_OF_MEMORY or GL_NO_ERROR when KHR_no_error enabledTimothy Arceri1-0/+11
2016-05-26mesa: add support for GLSL ES 3.20 version stringIlia Mirkin1-0/+2
2016-05-26mesa: Move robustness code to main/robustness.cKristian Høgsberg Kristensen1-136/+0
2016-05-25mesa: 80-column wrapping for _context_lost_GetSynciv()Brian Paul1-2/+2
2016-05-25mesa: add GLAPIENTRY to new _context_lost_X functionsBrian Paul1-2/+2
2016-05-25i965: Enable GL_KHR_robustnessKristian Høgsberg Kristensen1-1/+81
2016-02-08mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul1-0/+1
2015-11-20mesa: update some old-style (K&R?) function pointer callsBrian Paul1-1/+1
2015-11-20main: Don't restrict several KHR_debug enum to desktop GLBoyan Ding1-4/+1
2015-11-20mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov1-2/+8
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-2/+2
2015-05-28mesa/es3.1: Enable ES 3.1 API and shading language versionIan Romanick1-4/+12
2014-12-09main: return two minor digits for ES shading language versionSamuel Iglesias Gonsalvez1-1/+1
2014-12-01main, glsl: Bump max known desktop glsl version to 4.50Jordan Justen1-0/+6
2014-04-27mesa: use accessors for struct gl_debug_stateChia-I Wu1-14/+3
2014-04-21mesa: fix GetStringi error message with correct function nameBenjamin Bellec1-1/+1
2014-03-03mesa: switch to c11 mutex functionsBrian Paul1-2/+2
2014-02-08mesa: allocate gl_debug_state on demandBrian Paul1-4/+12
2014-02-03mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke1-9/+9
2013-12-20mesa: It is not possible to have GLSL < 1.20Ian Romanick1-2/+0
2013-11-07mesa: Implement proper tracking logic for glGetGraphicsResetStatusARBIan Romanick1-4/+43
2013-11-07mesa: Remove gl_context::ResetStatusIan Romanick1-1/+1
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-9/+9
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-9/+9
2013-07-12mesa: update glext.h to version 20130708Brian Paul1-1/+1
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-5/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-02-15mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner1-1/+1
2013-01-25mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick1-1/+3
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-1/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-12/+12
2012-10-16mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke1-2/+1
2012-10-15mesa: Remove support for parsing NV vertex programs.Eric Anholt1-1/+0
2012-09-15mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden1-3/+0
2012-09-15mesa: remove FEATURE_ARB_shader_objects and related defines.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_point_size_array define.Oliver McFadden1-2/+0
2012-08-29mesa: Don't allow GL_EXTENSIONS query in core contextIan Romanick1-0/+4
2012-08-29mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapperIan Romanick1-2/+33
2012-08-29mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapperIan Romanick1-7/+12
2012-07-31mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.Kenneth Graunke1-0/+10
2012-07-30mesa: add support for using API_OPENGL_COREJordan Justen1-0/+1
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt1-0/+2
2012-03-10mesa: add infrastructure for GL_ARB_debug_outputnobled1-0/+6
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich1-9/+9
2011-04-26Squashed commit of the following:Brian Paul1-0/+17
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1