| Commit message (Expand) | Author | Age | Files | Lines |
* | main: don't error when enabling conservative rasterization on gles | Lionel Landwerlin | 2016-12-13 | 1 | -1/+1 |
* | main: use new driver flag for conservative rasterization state | Lionel Landwerlin | 2016-12-13 | 1 | -1/+3 |
* | mesa: add support for GL_INTEL_conservative_rasterization | Lionel Landwerlin | 2016-12-07 | 1 | -0/+12 |
* | mesa: Implement GL_KHR_blend_equation_advanced_coherent. | Kenneth Graunke | 2016-08-25 | 1 | -0/+12 |
* | mesa: Remove the linked list of enabled lights | Mathias Fröhlich | 2016-06-16 | 1 | -4/+0 |
* | mesa: Track enabled lights in a bitmask | Mathias Fröhlich | 2016-06-16 | 1 | -0/+2 |
* | mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profile | Brian Paul | 2016-05-24 | 1 | -1/+11 |
* | mesa: add GL_OES_sample_shading support | Ilia Mirkin | 2016-03-30 | 1 | -2/+2 |
* | mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabled | Plamena Manolova | 2016-03-15 | 1 | -0/+2 |
* | mesa: remove _ARB suffix from cube map enums | Brian Paul | 2016-02-12 | 1 | -2/+2 |
* | mesa: move GL_ARB_debug_output code into new debug_output.c file | Brian Paul | 2016-02-08 | 1 | -0/+1 |
* | mesa: Don't include meta.h | Ian Romanick | 2016-01-25 | 1 | -1/+0 |
* | main: Don't restrict several KHR_debug enum to desktop GL | Boyan Ding | 2015-11-20 | 1 | -8/+2 |
* | mesa/es3.1: Allow enable of GL_SAMPLE_MASK | Marta Lofstedt | 2015-08-03 | 1 | -1/+1 |
* | mesa/es3.1: Allow GL_SAMPLE_MASK | Marta Lofstedt | 2015-08-03 | 1 | -1/+1 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -6/+6 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | mesa: add comment that GL_CLIP_DISTANCE0 == GL_CLIP_PLANE0 in enable.c | Brian Paul | 2014-08-11 | 1 | -2/+2 |
* | mesa: use accessors for struct gl_debug_state | Chia-I Wu | 2014-04-27 | 1 | -30/+5 |
* | mesa: allocate gl_debug_state on demand | Brian Paul | 2014-02-08 | 1 | -6/+27 |
* | mesa: Rename "struct gl_array_object" to gl_vertex_array_object. | Kenneth Graunke | 2014-02-03 | 1 | -1/+1 |
* | mesa: Rename "arrayObj" local variables to "vao". | Kenneth Graunke | 2014-02-03 | 1 | -13/+13 |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -10/+10 |
* | mesa: Add custom get function for SCISSOR_TEST to _mesa_IsEnabledi | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -0/+7 |
* | mesa: Update gl_scissor_attrib to support ARB_viewport_array | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -5/+24 |
* | mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program | Ilia Mirkin | 2014-01-16 | 1 | -2/+0 |
* | mesa: Remove support for GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -19/+0 |
* | mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -2/+2 |
* | mesa: Add ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 1 | -18/+18 |
* | mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib | Fredrik Höglund | 2013-11-07 | 1 | -18/+18 |
* | mesa: Restore gl_array_object::NewArray | Fredrik Höglund | 2013-11-07 | 1 | -0/+2 |
* | mesa: Add new functions and enums required by GL_ARB_sample_shading | Anuj Phogat | 2013-11-01 | 1 | -0/+18 |
* | mesa: Implement GL_DEBUG_OUTPUT | Timothy Arceri | 2013-09-04 | 1 | -0/+9 |
* | mesa: simplify some _mesa_IsEnabled() queries | Brian Paul | 2013-07-12 | 1 | -10/+11 |
* | 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 | -3/+2 |
* | mesa: Delete the ctx->Array._RestartIndex derived state. | Kenneth Graunke | 2013-05-29 | 1 | -5/+0 |
* | mesa: remove unused gl_array_object::NewArray | Marek Olšák | 2013-05-11 | 1 | -2/+0 |
* | 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: convert _NEW_RASTERIZER_DISCARD to a driver flag | Marek Olšák | 2013-04-24 | 1 | -1/+2 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove DD_TRI_LIGHT_TWOSIDE flag | Brian Paul | 2013-04-17 | 1 | -4/+0 |
* | mesa: remove DD_TRI_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove DD_TRI_STIPPLE flag | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove DD_POINT_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove DD_LINE_STIPPLE flag | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: remove unused DD_LINE_SMOOTH flag | Brian Paul | 2013-04-17 | 1 | -1/+0 |