summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/getstring.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵Brian2007-03-101-1/+2
|\ | | | | | | into glsl-compiler-1
| * 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
| | | | since the former is what's used for OpenGL 2.0.
* 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
| | | | | | | and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.
* 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
get_gen.py Python script. Moved GetString(), GetPointer(), GetError() into new getstring.c file.