| Commit message (Expand) | Author | Age | Files | Lines |
* | vbo: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 1 | -1/+1 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 1 | -0/+1 |
* | mesa: add extra null checks in vbo_rebase_prims() | Juha-Pekka Heikkila | 2014-05-02 | 1 | -2/+21 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -4/+5 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: add indirect drawing buffer parameter to draw functions | Christoph Bumiller | 2013-11-25 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 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 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -4/+2 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -2/+2 |
* | mesa: add gl_context::NewDriverState and use it for vertex arrays | Marek Olšák | 2012-05-08 | 1 | -0/+2 |
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_context | Marek Olšák | 2012-05-08 | 1 | -2/+6 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -1/+2 |
* | Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs." | Eric Anholt | 2011-10-01 | 1 | -1/+2 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+2 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -4/+1 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -3/+1 |
* | vbo: Don't discount stride == 0 for testing all varyings in VBOs. | Eric Anholt | 2011-06-23 | 1 | -2/+1 |
* | vbo: Don't bother checking for stride == 0 for "any varying in a VBO". | Eric Anholt | 2011-06-23 | 1 | -2/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs. | Eric Anholt | 2010-10-12 | 1 | -0/+12 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | vbo: disable the GL_ARB_draw_elements_base_vertex rebase path | Brian Paul | 2009-09-21 | 1 | -1/+4 |
* | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | 2009-09-08 | 1 | -1/+14 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -0/+1 |
* | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | 2009-05-07 | 1 | -1/+1 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -3/+3 |
* | Use new rebase helper. Remove other rebase code. | Keith Whitwell | 2007-01-30 | 1 | -1/+2 |
* | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell | 2007-01-30 | 1 | -0/+221 |