| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | mesa/vbo: Fix scaling issue in 2-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | mesa/vbo: Fix scaling issue in 10-bit signed normalized packing. | Kenneth Graunke | 2012-11-21 | 1 | -1/+1 |
* | Remove OpenVMS support | Matt Turner | 2012-11-16 | 1 | -62/+0 |
* | vbo: use GLuint for numInstances to silence MSVC warnings | Brian Paul | 2012-11-06 | 2 | -2/+2 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 8 | -62/+139 |
* | vbo: silence MSVC double/float conversion warnings | Brian Paul | 2012-10-29 | 1 | -2/+2 |
* | mesa: Add notes about remaining NV_vertex_program code. | Eric Anholt | 2012-10-15 | 1 | -0/+4 |
* | mesa: Remove support for NV_vertex_program's attribute evaluation. | Eric Anholt | 2012-10-15 | 3 | -22/+3 |
* | mesa: Remove support for NV_vertex_program's special attributes aliasing | Eric Anholt | 2012-10-15 | 5 | -39/+0 |
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -10/+0 |
* | mesa: remove FEATURE_evaluators define. | Oliver McFadden | 2012-09-15 | 2 | -8/+0 |
* | mesa: remove FEATURE_dlist define. | Oliver McFadden | 2012-09-15 | 6 | -42/+0 |
* | mesa: remove FEATURE_beginend define. | Oliver McFadden | 2012-09-15 | 5 | -109/+0 |
* | vbo: add a prefix to count_tessellated_primitives | Dave Airlie | 2012-09-15 | 2 | -2/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 3 | -11/+5 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 3 | -4/+4 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 3 | -6/+6 |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 1 | -1/+1 |
* | mesa: Kill ES2 wrapper functions | Ian Romanick | 2012-08-29 | 1 | -8/+20 |
* | mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w... | Ian Romanick | 2012-08-29 | 1 | -2/+6 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 2 | -2/+2 |
* | mesa: implement new DrawTransformFeedback functions | Marek Olšák | 2012-07-12 | 2 | -6/+101 |
* | vbo: optimize validation for glMultiDrawElements | Marek Olšák | 2012-06-28 | 1 | -12/+6 |
* | vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way around | Marek Olšák | 2012-06-28 | 1 | -22/+0 |
* | vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstance | Marek Olšák | 2012-06-28 | 1 | -5/+2 |
* | mesa: more const qualifiers to match the latest glext.h | Brian Paul | 2012-06-27 | 3 | -5/+6 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 1 | -1/+1 |
* | mesa: Add support for GL_ARB_base_instance | Fredrik Höglund | 2012-06-19 | 5 | -11/+113 |
* | vbo: use software primitive restart in the VBO module | Jordan Justen | 2012-05-17 | 1 | -6/+37 |