summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/getstring.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move extensions->version code into separate functionBrian Paul2008-07-241-70/+72
* mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul2008-07-241-3/+5
* commentsBrian Paul2008-04-111-2/+7
* Remove test for EXT_blend_logic_op in glGetString when determining GL version.Brian2007-09-281-1/+0
* Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i...Brian2007-03-101-1/+2
|\
| * check for EXT_blend_equation_separate for 2.0Brian2007-03-101-1/+2
* | use 2.0, 2.1 version stringsBrian2007-03-071-2/+2
|/
* Minor changes to get ready for OpenGL 2.1.Brian Paul2006-11-031-1/+9
* check for shader extensions for OpenGL 2.0Brian Paul2006-11-021-2/+4
* Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul2006-11-021-2/+2
* return null if no contextBrian Paul2006-10-021-2/+5
* Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol2006-08-011-0/+5
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-8/+8
* Remove carriage returns.Michal Krol2006-04-251-8/+8
* Return GLSL version string (1.10).Michal Krol2006-04-041-3/+11
* mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-111-1/+1
* _mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul2005-01-161-0/+261