| Commit message (Expand) | Author | Age | Files | Lines |
* | vbo: pass the stream from DrawTransformFeedbackStream to drivers | Marek Olšák | 2015-08-06 | 1 | -1/+1 |
* | mesa/vbo: add support for 64-bit vertex attributes. (v1) | Dave Airlie | 2015-05-08 | 1 | -0/+1 |
* | mesa: include stdio.h where needed | Brian Paul | 2015-03-05 | 1 | -0/+2 |
* | mesa: Delete VAO _MaxElement code and index buffer bounds checking. | Kenneth Graunke | 2014-09-19 | 1 | -1/+0 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -12/+16 |
* | 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 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -1/+1 |
* | 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/+7 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -1/+2 |
* | mesa: Set the "Integer" field of gl_client_array properly. | Paul Berry | 2011-11-02 | 1 | -0/+1 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -2/+3 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -3/+2 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -2/+2 |
* | mesa: Update _ElementSize. | Brian Paul | 2011-04-07 | 1 | -0/+1 |
* | vbo: initialize num_instances in a few places | Brian Paul | 2011-01-18 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
* | vbo: Fix vbo_split_copy to pass correct max_index to draw. | Pauli Nieminen | 2010-03-21 | 1 | -1/+1 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -18/+18 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -7/+7 |
* | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee | 2010-01-11 | 1 | -3/+0 |
* | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | 2009-09-08 | 1 | -20/+32 |
* | vbo: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -4/+7 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -0/+1 |
* | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 1 | -1/+1 |
|\ |
|
| * | mesa/vbo: use _lookup_prim_by_nr for debugging | Keith Whitwell | 2009-06-30 | 1 | -1/+1 |
* | | mesa: revert some recent VBO buffer object refcounting changes | Brian Paul | 2009-06-15 | 1 | -5/+2 |
* | | mesa: use _mesa_reference_buffer_object() in a few places | Brian Paul | 2009-06-12 | 1 | -2/+5 |
* | | vbo: new debug/dump code (disabled) | Brian Paul | 2009-06-03 | 1 | -0/+58 |
* | | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul | 2009-05-07 | 1 | -2/+2 |
* | | mesa: use _mesa_sizeof_type() in vbo split code | Brian Paul | 2009-05-07 | 1 | -16/+2 |
* | | mesa: vbo code reformatting, clean-up, comments | Brian Paul | 2009-05-07 | 1 | -43/+52 |
* | | mesa: in vbo split code, map buffers read-only, not write-only | Brian Paul | 2009-05-07 | 1 | -6/+6 |
|/ |
|
* | mesa: set the new array->Format field in VBO code | Brian Paul | 2009-01-23 | 1 | -0/+1 |
* | fix vbo_split_copy related bug 9962 | Xiang, Haihao | 2007-08-07 | 1 | -1/+8 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -5/+5 |
* | fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo. | Roland Scheidegger | 2007-02-01 | 1 | -5/+7 |
* | Use new rebase helper. Remove other rebase code. | Keith Whitwell | 2007-01-30 | 1 | -1/+0 |
* | allocate larger minimum dstelt buffer | Roland Scheidegger | 2007-01-25 | 1 | -1/+1 |
* | fix dstelt memory allocation to avoid hash corruption | Roland Scheidegger | 2007-01-25 | 1 | -1/+1 |
* | Fix invalid enums passed to MapBuffer | Aapo Tahkola | 2007-01-18 | 1 | -2/+2 |
* | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -7/+8 |
* | New files to manage splitting drawing commands | keithw | 2007-01-15 | 1 | -0/+549 |