Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa ↵ | Brian | 2007-03-10 | 1 | -1/+2 |
|\ | | | | | | | into glsl-compiler-1 | ||||
| * | check for EXT_blend_equation_separate for 2.0 | Brian | 2007-03-10 | 1 | -1/+2 |
| | | |||||
* | | use 2.0, 2.1 version strings | Brian | 2007-03-07 | 1 | -2/+2 |
|/ | |||||
* | Minor changes to get ready for OpenGL 2.1. | Brian Paul | 2006-11-03 | 1 | -1/+9 |
| | |||||
* | check for shader extensions for OpenGL 2.0 | Brian Paul | 2006-11-02 | 1 | -2/+4 |
| | |||||
* | Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side | Brian Paul | 2006-11-02 | 1 | -2/+2 |
| | | | | since the former is what's used for OpenGL 2.0. | ||||
* | return null if no context | Brian Paul | 2006-10-02 | 1 | -2/+5 |
| | |||||
* | Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492. | Michal Krol | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -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 Krol | 2006-04-25 | 1 | -8/+8 |
| | |||||
* | Return GLSL version string (1.10). | Michal Krol | 2006-04-04 | 1 | -3/+11 |
| | |||||
* | mesa-main-0-NULL.patch from Jeff Muizelaar | Keith Whitwell | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | _mesa_GetInteger/Float/Boolean/Doublev() are now generated with the new | Brian Paul | 2005-01-16 | 1 | -0/+261 |
get_gen.py Python script. Moved GetString(), GetPointer(), GetError() into new getstring.c file. |