Age | Commit message (Expand) | Author |
2011-02-22 | vbo: added vbo_check_buffers_are_unmapped() debug function | Brian Paul |
2011-02-22 | vbo: removed unused #defines, add comments | Brian Paul |
2011-02-22 | vbo: simplify NeedFlush flag clearing | Brian Paul |
2011-02-22 | vbo: use ctx intstead of exec->ctx | Brian Paul |
2011-02-21 | vbo: more comments | Brian Paul |
2011-02-21 | vbo: make vbo_exec_FlushVertices_internal() static | Brian Paul |
2011-02-21 | vbo: remove old debug code, add comments | Brian Paul |
2011-02-21 | vbo: rename, document function params | Brian Paul |
2011-02-21 | vbo: comments | Brian Paul |
2011-02-21 | vbo: replace assert(0) with proper assertions | Brian Paul |
2011-02-21 | vbo: rename some vars, add new comments, fix formatting, etc. | Brian Paul |
2011-02-21 | vbo: use ctx instead of exec->ctx | Brian Paul |
2011-02-18 | vbo: add debug code to verify that buffers are unmapped before drawing | Brian Paul |
2011-02-14 | vbo: bind arrays only when necessary | Marek Olšák |
2011-02-14 | vbo: notify a driver that we change buffer offsets, strides, etc. | Marek Olšák |
2011-01-20 | vbo: added comment | Brian Paul |
2011-01-18 | vbo: initialize num_instances in a few places | Brian Paul |
2011-01-17 | vbo: init num_instances in split_prims() | Brian Paul |
2011-01-17 | mesa: s/primcount/numInstances/ | Brian Paul |
2011-01-09 | vbo: Include mfeatures.h in files that perform feature tests. | Vinson Lee |
2011-01-06 | vbo: remove a redundant call to _ae_invalidate_state | Marek Olšák |
2010-12-30 | vbo: Clean up header file inclusion in vbo.h. | Vinson Lee |
2010-12-10 | vbo: Avoid the copy to current in dlists if not required. | Mathias Fröhlich |
2010-12-08 | vbo: Fix GLES2 glVertexAttrib. | Chia-I Wu |
2010-12-08 | vbo: Drop second ATTR macro. | Chia-I Wu |
2010-11-06 | vbo: Avoid unnecessary copy to/from current in vertex format upgrade. | Francisco Jerez |
2010-10-29 | Merge branch 'glapi-reorg' | Chia-I Wu |
2010-10-28 | mesa: implement integer-valued vertex attribute functions | Brian Paul |
2010-10-28 | vbo: re-indent file | Brian Paul |
2010-10-27 | vbo: Use CALL_* macros. | Chia-I Wu |
2010-10-21 | vbo: support for primitive restart | Brian Paul |
2010-10-14 | Drop the "neutral" tnl module | Kristian Høgsberg |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-12 | i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs. | Eric Anholt |
2010-09-13 | mesa: Revert accidentally committed vertex code chunk | Kristian Høgsberg |
2010-09-13 | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg |
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul |
2010-07-31 | mesa: Remove inclusion of compiler.h from mtypes.h. | Vinson Lee |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-07-15 | mesa: Fix potential out-of-bounds access by _vbo_Materialf. | Vinson Lee |
2010-06-04 | vbo: misc clean-ups | Brian Paul |
2010-05-30 | vbo: Remove unnecessary header. | Vinson Lee |
2010-05-27 | vbo: comments and whitespace | Brian Paul |
2010-05-27 | vbo: remove unused prototype | Brian Paul |
2010-05-27 | vbo: remove dead code | Brian Paul |
2010-05-27 | vbo: update/add comments | Brian Paul |
2010-05-12 | mesa/es: Remove omit list. | Chia-I Wu |
2010-05-03 | mesa: Only initialize save dispatch table for OpenGL | Kristian Høgsberg |
2010-04-27 | mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c | Kristian Høgsberg |
2010-04-19 | mesa: unmap the immediate mode VB before destroying it | Brian Paul |