| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/main: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | mesa: add support for GL_EXT_polygon_offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -2/+4 |
* | mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported. | Kenneth Graunke | 2014-11-03 | 1 | -1/+2 |
* | mesa: Implement ARB_clip_control. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+1 |
* | mesa: Use VertexArray, not _VertexArray, in array size expressions. | Kenneth Graunke | 2014-09-24 | 1 | -1/+1 |
* | mesa: Delete VAO _MaxElement code and index buffer bounds checking. | Kenneth Graunke | 2014-09-19 | 1 | -1/+0 |
* | mesa: invalidate draw state in glPopClientAttrib | Marek Olšák | 2014-09-04 | 1 | -0/+4 |
* | mesa: use malloc/free instead of MALLOC/FREE in attrib stack code | Brian Paul | 2014-04-10 | 1 | -10/+10 |
* | mesa: Preserve the NewArrays state when copying a VAO | Fredrik Höglund | 2014-02-12 | 1 | -0/+1 |
* | mesa: Rename ElementArrayBufferObj to IndexBufferObj. | Kenneth Graunke | 2014-02-03 | 1 | -6/+6 |
* | mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. | Kenneth Graunke | 2014-02-03 | 1 | -2/+2 |
* | mesa: Rename "struct gl_array_object" to gl_vertex_array_object. | Kenneth Graunke | 2014-02-03 | 1 | -5/+5 |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -16/+16 |
* | mesa: Restore all the viewports in _mesa_PopAttrib | Ian Romanick | 2014-01-20 | 1 | -2/+7 |
* | mesa: Restore all the scissor rectangles in _mesa_PopAttrib | Ian Romanick | 2014-01-20 | 1 | -6/+10 |
* | mesa: Add an index parameter to _mesa_set_scissor | Ian Romanick | 2014-01-20 | 1 | -1/+1 |
* | mesa: Convert gl_context::Viewport to gl_context::ViewportArray | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -2/+3 |
* | mesa: Update gl_scissor_attrib to support ARB_viewport_array | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -6/+16 |
* | mesa: Verify memory allocations success in _mesa_PushAttrib | Juha-Pekka Heikkila | 2013-12-18 | 1 | -84/+154 |
* | mesa: Verify memory allocations success in _mesa_PushClientAttrib | Juha-Pekka Heikkila | 2013-12-18 | 1 | -11/+59 |
* | mesa: Change save_attrib_data() to return boolean | Juha-Pekka Heikkila | 2013-12-18 | 1 | -1/+3 |
* | mesa: Remove support for GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -12/+0 |
* | mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -3/+3 |
* | mesa: Add ARB_vertex_attrib_binding | Fredrik Höglund | 2013-11-07 | 1 | -1/+4 |
* | mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib | Fredrik Höglund | 2013-11-07 | 1 | -2/+2 |
* | mesa: Remove GL_EXT_clip_volume_hint | Ian Romanick | 2013-06-27 | 1 | -2/+0 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Delete the ctx->Array._RestartIndex derived state. | Kenneth Graunke | 2013-05-29 | 1 | -1/+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: remove _NEW_PACKUNPACK | Marek Olšák | 2013-04-24 | 1 | -2/+0 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile | Marek Olšák | 2013-04-06 | 1 | -2/+7 |
* | mesa: add texobj support for ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -0/+3 |
* | attrib: push/pop FRAGMENT_PROGRAM_ARB state | Jordan Justen | 2013-02-28 | 1 | -0/+12 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -4/+2 |
* | mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX | Ian Romanick | 2013-01-11 | 1 | -0/+3 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -20/+20 |
* | mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0 | Mario Kleiner | 2012-11-08 | 1 | -2/+5 |
* | mesa: arb_texture_cube_map_array: fix attrib push/pop | Dave Airlie | 2012-11-09 | 1 | -2/+4 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -10/+0 |
* | mesa: Fix comments for NV_vp code that's now only used by other extensions. | Eric Anholt | 2012-10-15 | 1 | -3/+3 |
* | mesa: Remove support for NV_vertex_program's attribute evaluation. | Eric Anholt | 2012-10-15 | 1 | -12/+0 |
* | mesa: remove FEATURE_attrib_stack define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 1 | -4/+4 |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib() | Brian Paul | 2012-08-29 | 1 | -1/+2 |