| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name | Matt Turner | 2013-02-15 | 1 | -1/+1 |
* | mesa/es3: Enable ES 3.0 API and shading language version | Ian Romanick | 2013-01-25 | 1 | -1/+3 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -1/+0 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -12/+12 |
* | mesa: Remove yet more remnants of NV_fragment_program. | Kenneth Graunke | 2012-10-16 | 1 | -2/+1 |
* | mesa: Remove support for parsing NV vertex programs. | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | mesa: remove FEATURE_NV_(fragment|vertex)_program defines. | Oliver McFadden | 2012-09-15 | 1 | -3/+0 |
* | mesa: remove FEATURE_ARB_shader_objects and related defines. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_point_size_array define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: Don't allow GL_EXTENSIONS query in core context | Ian Romanick | 2012-08-29 | 1 | -0/+4 |
* | mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -2/+33 |
* | mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -7/+12 |
* | mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40. | Kenneth Graunke | 2012-07-31 | 1 | -0/+10 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -0/+1 |
* | glsl: Add support for parsing #version 140. | Eric Anholt | 2012-03-15 | 1 | -0/+2 |
* | mesa: add infrastructure for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -0/+6 |
* | mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. | Mathias Fröhlich | 2011-11-29 | 1 | -9/+9 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -0/+17 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa: don't advertise bogus GL_ARB_shading_language_120 extension | Brian Paul | 2010-09-21 | 1 | -9/+25 |
* | Fix typo in function name "shading_laguage_version". | Kenneth Graunke | 2010-08-26 | 1 | -2/+2 |
* | mesa: initialize extension string when context is first bound | Brian Paul | 2010-06-25 | 1 | -2/+0 |
* | mesa: remove driver hooks for GetFloat/Integer/Doublev, etc | Brian Paul | 2010-05-07 | 1 | -4/+0 |
* | main: Report GL_SHADING_LANGUAGE_VERSION according to API | Kristian Høgsberg | 2010-04-22 | 1 | -10/+27 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-01-31 | 1 | -1/+0 |
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -80/+29 |
|\ |
|
| * | mesa: call _mesa_compute_version() to set context's version info | Brian Paul | 2010-01-05 | 1 | -80/+1 |
| * | mesa: implement _mesa_GetStringi() for GL3 | Brian Paul | 2009-12-30 | 1 | -0/+28 |
* | | mesa/main: Add support for point size array in _mesa_GetPointerv. | Chia-I Wu | 2009-11-05 | 1 | -0/+5 |
|/ |
|
* | mesa: reset ErrorDebugCount to zero in glGetString() | Brian Paul | 2009-08-04 | 1 | -0/+1 |
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -30/+0 |
* | mesa: turn on reporting of GLSL version 1.20 | Brian Paul | 2009-02-17 | 1 | -1/+1 |
* | Track two sets of back-face stencil state | Ian Romanick | 2009-01-23 | 1 | -1/+10 |
* | mesa: remove unneeded includes | Brian Paul | 2008-10-10 | 1 | -1/+0 |
* | mesa: don't check for GLSL 1.2 to advertise GL 2.1 | Brian Paul | 2008-08-26 | 1 | -9/+5 |
* | mesa: move extensions->version code into separate function | Brian Paul | 2008-07-24 | 1 | -70/+72 |
* | mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION string | Brian Paul | 2008-07-24 | 1 | -3/+5 |
* | comments | Brian Paul | 2008-04-11 | 1 | -2/+7 |
* | Remove test for EXT_blend_logic_op in glGetString when determining GL version. | Brian | 2007-09-28 | 1 | -1/+0 |
* | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i... | Brian | 2007-03-10 | 1 | -1/+2 |
|\ |
|
| * | 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 |