| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -3/+3 |
* | mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers | Ian Romanick | 2012-08-29 | 1 | -1/+0 |
* | mesa: Replace VersionMajor/VersionMinor with a Version field. | Eric Anholt | 2012-08-07 | 1 | -15/+14 |
* | mesa: Make ARB_sampler_objects mandatory | Pauli Nieminen | 2012-08-01 | 1 | -1/+1 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -0/+1 |
* | glsl: Scaffolding for ARB_shader_bit_encoding. | Olivier Galibert | 2012-06-07 | 1 | -0/+1 |
* | mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2. | Oliver McFadden | 2012-05-14 | 1 | -2/+10 |
* | mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0 | Dylan Noblesmith | 2012-04-29 | 1 | -0/+1 |
* | mesa: allow exposing GL3 without EXT_texture_integer | Marek Olšák | 2012-01-25 | 1 | -1/+0 |
* | mesa: remove obsolete comment in version.c | Marek Olšák | 2012-01-25 | 1 | -1/+0 |
* | mesa: update compute_version for GL3 | Marek Olšák | 2012-01-15 | 1 | -4/+2 |
* | mesa: add missing checks to compute_version | Marek Olšák | 2011-11-07 | 1 | -0/+5 |
* | mesa: Remove ARB_draw_buffers extension enable flag | Ian Romanick | 2011-10-04 | 1 | -1/+0 |
* | mesa: Remove ARB_texture_mirrored_repeat extension enable flag | Ian Romanick | 2011-09-29 | 1 | -2/+0 |
* | mesa: Remove EXT_blend_subtract extension enable flag | Ian Romanick | 2011-09-29 | 1 | -2/+0 |
* | mesa: Remove EXT_stencil_wrap extension enable flag | Ian Romanick | 2011-09-29 | 1 | -3/+1 |
* | mesa: Remove EXT_texture_lod_bias extension enable flag | Ian Romanick | 2011-09-29 | 1 | -2/+1 |
* | mesa: Remove EXT_texture_env_add extension enable flag | Ian Romanick | 2011-09-29 | 1 | -3/+1 |
* | mesa: Remove ARB_multitexture extension enable flag | Ian Romanick | 2011-09-29 | 1 | -6/+3 |