| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 1 | -5/+6 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -3/+3 |
* | mesa: simplify dispatch for glDraw* functions | Brian Paul | 2013-05-02 | 1 | -3/+0 |
* | vbo: fix possible use-after-free segfault after a VAO is deleted | Marek Olšák | 2013-05-01 | 1 | -0/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 1 | -0/+1 |
* | mesa: Remove support for NV_vertex_program's special attributes aliasing | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | mesa: remove FEATURE_beginend define. | Oliver McFadden | 2012-09-15 | 1 | -15/+0 |
* | vbo: move vbo_draw_method into vbo_context.h | Marek Olšák | 2012-05-08 | 1 | -36/+0 |
* | vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY | Marek Olšák | 2012-04-23 | 1 | -1/+2 |
* | mesa,vbo: properly detect when vertex arrays need to be recalculated | Marek Olšák | 2012-04-19 | 1 | -0/+1 |
* | vbo: Clean up recalculate_input_bindings. | Mathias Fröhlich | 2011-12-27 | 1 | -6/+0 |
* | vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays | Brian Paul | 2011-12-26 | 1 | -0/+36 |
* | vbo: Use The VERT_{ATTRIB,BIT} defines. | Mathias Fröhlich | 2011-11-29 | 1 | -2/+2 |
* | vbo: better handling of VBO allocation failures | Brian Paul | 2011-11-11 | 1 | -0/+1 |
* | vbo: Clean up unused variables in the vbo module. | Mathias Froehlich | 2011-10-22 | 1 | -9/+0 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -2/+2 |
* | vbo: add vbo_always_unmap_buffers() | Brian Paul | 2011-03-01 | 1 | -0/+3 |
* | vbo: removed unused #defines, add comments | Brian Paul | 2011-02-22 | 1 | -3/+6 |
* | vbo: make vbo_exec_FlushVertices_internal() static | Brian Paul | 2011-02-21 | 1 | -1/+0 |
* | vbo: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -7/+7 |
* | vbo: remove unused prototype | Brian Paul | 2010-05-27 | 1 | -3/+0 |
* | vbo: make flush recursion check code per-context | Brian Paul | 2009-12-01 | 1 | -0/+4 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-11-04 | 1 | -1/+1 |
|\ |
|
| * | vbo: fix out-of-bounds array access | Brian Paul | 2009-11-04 | 1 | -1/+1 |
* | | mesa/main: New feature FEATURE_beginend. | Chia-I Wu | 2009-09-30 | 1 | -0/+18 |
|/ |
|
* | vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint | Brian Paul | 2009-05-21 | 1 | -2/+8 |
* | vbo: use MapBufferRange where available | Keith Whitwell | 2009-03-03 | 1 | -5/+8 |
* | mesa: Add BeginVertices driver call | Keith Whitwell | 2009-03-03 | 1 | -0/+2 |
* | mesa: Fix glBegin-time test for invalid programs/shaders. | Brian Paul | 2008-04-11 | 1 | -0/+3 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -1/+1 |
* | Remove unused index buffer. | Keith Whitwell | 2007-01-15 | 1 | -3/+0 |
* | move public structure definitions to vbo.h | Keith Whitwell | 2006-10-31 | 1 | -0/+1 |
* | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 1 | -3/+0 |
* | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | 2006-10-30 | 1 | -1/+0 |
* | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -4/+0 |
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+175 |