summaryrefslogtreecommitdiff
path: root/src/mesa/main/getstring.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul1-9/+25
2010-08-26Fix typo in function name "shading_laguage_version".Kenneth Graunke1-2/+2
2010-06-25mesa: initialize extension string when context is first boundBrian Paul1-2/+0
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul1-4/+0
2010-04-22main: Report GL_SHADING_LANGUAGE_VERSION according to APIKristian Høgsberg1-10/+27
2010-01-31mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu1-80/+29
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul1-80/+1
2009-12-30mesa: implement _mesa_GetStringi() for GL3Brian Paul1-0/+28
2009-11-05mesa/main: Add support for point size array in _mesa_GetPointerv.Chia-I Wu1-0/+5
2009-08-04mesa: reset ErrorDebugCount to zero in glGetString()Brian Paul1-0/+1
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-30/+0
2009-02-17mesa: turn on reporting of GLSL version 1.20Brian Paul1-1/+1
2009-01-23Track two sets of back-face stencil stateIan Romanick1-1/+10
2008-10-10mesa: remove unneeded includesBrian Paul1-1/+0
2008-08-26mesa: don't check for GLSL 1.2 to advertise GL 2.1Brian Paul1-9/+5
2008-07-24mesa: move extensions->version code into separate functionBrian Paul1-70/+72