summaryrefslogtreecommitdiff
path: root/src/mesa/main/getstring.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul1-3/+5
2008-04-11commentsBrian Paul1-2/+7
2007-09-28Remove test for EXT_blend_logic_op in glGetString when determining GL version.Brian1-1/+0
2007-03-10Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i...Brian1-1/+2
2007-03-10check for EXT_blend_equation_separate for 2.0Brian1-1/+2
2007-03-07use 2.0, 2.1 version stringsBrian1-2/+2
2006-11-03Minor changes to get ready for OpenGL 2.1.Brian Paul1-1/+9
2006-11-02check for shader extensions for OpenGL 2.0Brian Paul1-2/+4
2006-11-02Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul1-2/+2
2006-10-02return null if no contextBrian Paul1-2/+5
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol1-0/+5
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-8/+8
2006-04-25Remove carriage returns.Michal Krol1-8/+8
2006-04-04Return GLSL version string (1.10).Michal Krol1-3/+11
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2005-01-16_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul1-0/+261