| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: implement sample mask | Chris Forbes | 2013-03-02 | 1 | -0/+18 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -6/+0 |
* | mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX | Ian Romanick | 2013-01-11 | 1 | -0/+33 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -98/+98 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -3/+3 |
* | mesa: remove IBM_rasterpos_clip extension enable flag | Marek Olšák | 2012-10-31 | 1 | -2/+0 |
* | mesa: remove FEATURE_ES1 tests in enable.c code | Brian Paul | 2012-10-16 | 1 | -6/+0 |
* | mesa: Remove get and enable bits for NV_fragment_program. | Kenneth Graunke | 2012-10-16 | 1 | -16/+0 |
* | mesa: Remove miscellaneous remains of NV_vertex_program. | Eric Anholt | 2012-10-15 | 1 | -6/+6 |
* | mesa: Remove API specific to GL_NV_vertex_program's aliased attribs. | Eric Anholt | 2012-10-15 | 1 | -50/+0 |
* | mesa: Remove support for NV_vertex_program's attribute evaluation. | Eric Anholt | 2012-10-15 | 1 | -97/+0 |
* | gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB. | Paul Berry | 2012-09-25 | 1 | -2/+2 |
* | enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops. | Paul Berry | 2012-09-25 | 1 | -3/+19 |
* | Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ... | José Fonseca | 2012-09-15 | 1 | -1/+6 |
* | mesa: remove remaining FEATURE_* defines where protected by API check. | Oliver McFadden | 2012-09-15 | 1 | -6/+1 |
* | mesa: remove FEATURE_ATI_fragment_shader define. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | mesa: remove FEATURE_ARB_(fragment|vertex)_program defines. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |