| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts | Ian Romanick | 2013-08-15 | 1 | -23/+59 |
* | mesa: add const qualifier to glMultiDrawElementsEXT() indices param | Brian Paul | 2013-06-26 | 2 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 13 | -13/+0 |
* | vbo: Use the new primitive restart index helper function. | Kenneth Graunke | 2013-05-29 | 2 | -2/+3 |
* | vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays(). | Kenneth Graunke | 2013-05-29 | 1 | -5/+5 |
* | mesa: skip _MaxElement computation unless driver needs strict bounds checking | Marek Olšák | 2013-05-11 | 1 | -3/+23 |
* | vbo: add comments, const qualifiers | Brian Paul | 2013-05-03 | 2 | -9/+24 |
* | vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() | Brian Paul | 2013-05-03 | 1 | -2/+7 |
* | mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it. | Brian Paul | 2013-05-03 | 1 | -4/+4 |
* | vbo: update comments for vbo_save_NotifyBegin() | Brian Paul | 2013-05-03 | 1 | -2/+10 |
* | vbo: implement primitive merging for glBegin/End sequences | Brian Paul | 2013-05-03 | 2 | -14/+38 |
* | vbo: create a few utility functions for merging primitives | Brian Paul | 2013-05-03 | 2 | -0/+109 |
* | mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() | Brian Paul | 2013-05-02 | 4 | -146/+107 |
* | mesa: remove GLvertexformat::Rectf() | Brian Paul | 2013-05-02 | 4 | -49/+22 |
* | mesa: simplify dispatch for glDraw* functions | Brian Paul | 2013-05-02 | 5 | -272/+0 |
* | vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch() | Brian Paul | 2013-05-02 | 3 | -0/+68 |
* | mesa: remove _MESA_INIT_EVAL_VTXFMT() macro | Brian Paul | 2013-05-02 | 3 | -3/+24 |
* | mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro | Brian Paul | 2013-05-02 | 3 | -3/+3 |
* | mesa: remove _MESA_INIT_DLIST_VTXFMT() macro | Brian Paul | 2013-05-02 | 3 | -3/+7 |
* | vbo: fix initial value of ctx->Driver.CurrentSavePrimitive | Brian Paul | 2013-05-02 | 1 | -1/+1 |
* | vbo: fix error detection in vbo_save_playback_vertex_list() | Brian Paul | 2013-05-02 | 1 | -11/+6 |
* | vbo: remove redundant vfmt->Begin = _save_Begin assignment | Brian Paul | 2013-05-02 | 1 | -1/+0 |
* | vbo: fix parameter validation for saving dlist glDraw* functions | Brian Paul | 2013-05-02 | 1 | -4/+39 |
* | mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant | Brian Paul | 2013-05-02 | 1 | -2/+1 |
* | mesa: fix CurrentSavePrimitive <= GL_POLYGON tests | Brian Paul | 2013-05-02 | 1 | -1/+1 |
* | vbo: fix possible use-after-free segfault after a VAO is deleted | Marek Olšák | 2013-05-01 | 3 | -4/+25 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 15 | -45/+60 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 15 | -15/+15 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 13 | -13/+13 |
* | mesa: use new _mesa_inside_dlist_begin_end() function | Brian Paul | 2013-04-23 | 1 | -2/+1 |
* | mesa: use new _mesa_inside_begin_end() function | Brian Paul | 2013-04-23 | 3 | -8/+8 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 11 | -11/+0 |
* | vbo: fix crash found with shared display lists | Brian Paul | 2013-03-07 | 1 | -1/+1 |
* | vbo: Merge GL_QUADS drawing requests in display lists. | Eric Anholt | 2013-02-11 | 1 | -0/+43 |
* | vbo: Print display list debug using printf() like dlist.c does. | Eric Anholt | 2013-02-11 | 1 | -8/+8 |
* | vbo: add a null pointer check to handle OOM instead of crashing | Brian Paul | 2013-01-25 | 1 | -0/+5 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -7/+0 |
* | mesa: Install a minimal dispatch table during glBegin()/glEnd(). | Eric Anholt | 2013-01-21 | 1 | -0/+17 |
* | mesa: Remove the dead PrepareExecBegin() driver hook. | Eric Anholt | 2013-01-21 | 1 | -3/+0 |
* | mesa: Use an early return to unindent most of vbo_exec_Begin/End(). | Eric Anholt | 2013-01-21 | 1 | -55/+54 |
* | mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX | Ian Romanick | 2013-01-11 | 2 | -9/+9 |
* | mesa: Change args to vbo_count_tessellated_primitives. | Paul Berry | 2012-12-18 | 2 | -16/+21 |
* | mesa: don't initialize VBO vtxfmt in _vbo_CreateContext | Jordan Justen | 2012-12-16 | 3 | -9/+0 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 2 | -5/+5 |
* | vbo: move another line of code after declarations | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | vbo: move code after declarations to fix MSVC errors | Brian Paul | 2012-11-27 | 1 | -7/+7 |
* | vbo: minor whitespace fix | Brian Paul | 2012-11-27 | 1 | -1/+1 |
* | mesa/vbo: Check for invalid types in various packed vertex functions. | Kenneth Graunke | 2012-11-27 | 1 | -0/+43 |
* | mesa/vbo: Support the ES 3.0 signed normalized scaling rules. | Kenneth Graunke | 2012-11-27 | 1 | -2/+38 |
* | mesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm_float functions. | Kenneth Graunke | 2012-11-27 | 1 | -59/+59 |