| Commit message (Expand) | Author | Age | Files | Lines |
* | main/version: Don't require ARB_compute_shader for OpenGLES 3.1 | Jordan Justen | 2015-12-16 | 1 | -3/+6 |
* | mesa/version: Update gl_extensions::Version during version override | Nanley Chery | 2015-12-03 | 1 | -0/+1 |
* | mesa: In helpers, only check driver capability for meta | Nanley Chery | 2015-11-12 | 1 | -0/+1 |
* | mesa: Set api prefix to version string when overriding version | Tapani Pälli | 2015-10-16 | 1 | -1/+18 |
* | mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1 | Marta Lofstedt | 2015-09-01 | 1 | -1/+1 |
* | mesa: uncomment checks in es31 computation, add texture_ms | Ilia Mirkin | 2015-08-26 | 1 | -2/+4 |
* | mesa: Add extension tracking for arb_shader_subroutine (v2) | Chris Forbes | 2015-07-23 | 1 | -1/+1 |
* | mesa: set override_version per api version override | Tapani Pälli | 2015-06-16 | 1 | -14/+24 |
* | main/version: make sure all the output variables get set in get_gl_override | Martin Peres | 2015-06-08 | 1 | -1/+2 |
* | mesa: Add support for a new override string MESA_GLES_VERSION_OVERRIDE | Ian Romanick | 2015-05-28 | 1 | -11/+29 |
* | dri_util: Use _mesa_override_gl_version_contextless | Ian Romanick | 2015-05-28 | 1 | -16/+0 |
* | mesa/es3.1: Enable ES 3.1 API and shading language version | Ian Romanick | 2015-05-28 | 1 | -1/+17 |
* | mesa: add ARB_vertex_attrib_64bit to extensions. (v2) | Dave Airlie | 2015-05-08 | 1 | -1/+1 |
* | mesa: Trivial coding standards cleanups | Ian Romanick | 2015-05-04 | 1 | -15/+10 |
* | mesa: Use bool instead of GLboolean | Ian Romanick | 2015-05-04 | 1 | -158/+157 |
* | mesa: fix up GLSL version when computing GL version | Ilia Mirkin | 2015-04-27 | 1 | -0/+17 |
* | mesa: add support for exposing up to GL4.2 | Ilia Mirkin | 2015-04-24 | 1 | -1/+45 |
* | mesa: add ARB_depth_buffer_float to ES3.0 required extension list | Ilia Mirkin | 2015-04-02 | 1 | -0/+1 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 1 | -0/+1 |
* | mesa: remove conditional render and rgtc from ES3 requirements | Ilia Mirkin | 2014-10-23 | 1 | -2/+0 |
* | mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE | Marek Olšák | 2014-09-24 | 1 | -6/+10 |
* | mesa: return version 0 if the computed core profile version is too low | Marek Olšák | 2014-08-11 | 1 | -2/+7 |
* | mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_version | Marek Olšák | 2014-08-11 | 1 | -126/+148 |
* | mesa: add a context-independent variant of _mesa_override_gl_version | Marek Olšák | 2014-08-11 | 1 | -7/+18 |
* | mesa: make _mesa_override_glsl_version context-independent | Marek Olšák | 2014-08-11 | 1 | -2/+2 |
* | mesa/soft/llvmpipe: add fake MSAA support | Dave Airlie | 2014-04-02 | 1 | -1/+1 |
* | mesa: GL_ARB_half_float_pixel is not optional | Ian Romanick | 2014-02-11 | 1 | -1/+0 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 1 | -1/+1 |
* | mesa: It is not possible to have GLSL < 1.20 | Ian Romanick | 2013-12-20 | 1 | -1/+0 |
* | main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4. | Paul Berry | 2013-08-01 | 1 | -1/+0 |
* | mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow | Ian Romanick | 2013-06-28 | 1 | -2/+1 |
* | mesa: GL_ARB_shader_objects is not optional | Ian Romanick | 2013-06-28 | 1 | -2/+0 |
* | mesa: GL_EXT_fog_coord is not optional | Ian Romanick | 2013-06-28 | 1 | -1/+0 |
* | mesa: GL_EXT_secondary_color is not optional | Ian Romanick | 2013-06-28 | 1 | -2/+1 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 1 | -1/+1 |
* | 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: allow drivers not to expose ARB_color_buffer_float in GL core profile | Marek Olšák | 2013-04-06 | 1 | -1/+2 |
* | mesa: Replace MESA_VERSION with PACKAGE_VERSION. | Matt Turner | 2013-03-12 | 1 | -1/+1 |
* | mesa version: add _mesa_get_gl_version_override | Jordan Justen | 2013-02-28 | 1 | -27/+67 |
* | mesa/es3: Enable ES 3.0 API and shading language version | Ian Romanick | 2013-01-25 | 1 | -1/+24 |
* | mesa: disallow creation of GL 3.1 compatibility contexts | Marek Olšák | 2012-12-12 | 1 | -0/+6 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -2/+2 |
* | mesa: remove ARB_window_pos extension enable flag | Marek Olšák | 2012-10-31 | 1 | -1/+0 |
* | mesa: remove ARB_copy_buffer extension enable flag | Marek Olšák | 2012-10-31 | 1 | -1/+0 |
* | mesa: add const qualifier in check_for_ending() to silence warning | Brian Paul | 2012-09-29 | 1 | -1/+1 |
* | mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type | Jordan Justen | 2012-09-28 | 1 | -20/+62 |
* | main/version: add "(Core Profile) to version string for core profiles | Jordan Justen | 2012-09-28 | 1 | -2/+4 |
* | mesa: change create_version_string() return type to void | Brian Paul | 2012-09-17 | 1 | -1/+1 |
* | main/version: consolodate version string creation for ES/Desktop GL | Jordan Justen | 2012-09-17 | 1 | -34/+24 |