| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -5/+5 |
* | 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: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Don't install glEvalMesh in the beginend dispatch table | Ian Romanick | 2013-02-20 | 1 | -5/+5 |
* | mesa: Install a minimal dispatch table during glBegin()/glEnd(). | Eric Anholt | 2013-01-21 | 1 | -0/+2 |
* | mesa: assert if driver did not compute the version | Jordan Justen | 2012-12-16 | 1 | -0/+2 |
* | vbo: add _mesa_initialize_vbo_vtxfmt | Jordan Justen | 2012-12-16 | 1 | -0/+18 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -7/+7 |
* | dispatch: GLES1 fixes for _mesa_create_exec_table(). | Paul Berry | 2012-11-01 | 1 | -20/+31 |
* | mesa: Add notes about remaining NV_vertex_program code. | Eric Anholt | 2012-10-15 | 1 | -1/+1 |
* | mesa: Don't set vtxfmt dispatch pointers for many things in ES2 or core | Ian Romanick | 2012-09-28 | 1 | -53/+73 |
* | mesa: remove FEATURE_ARB_(fragment|vertex)_program defines. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_beginend define. | Oliver McFadden | 2012-09-15 | 1 | -5/+0 |
* | mesa: Disallow more deprecated functions in core context | Ian Romanick | 2012-08-29 | 1 | -2/+1 |
* | mesa: Don't allow display lists or evaluators in core context | Ian Romanick | 2012-08-29 | 1 | -2/+6 |
* | mesa: Kill ES2 wrapper functions | Ian Romanick | 2012-08-29 | 1 | -2/+1 |
* | mesa: don't enable legacy GL functions when using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -79/+88 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -2/+2 |
* | mesa: implement new DrawTransformFeedback functions | Marek Olšák | 2012-07-12 | 1 | -0/+5 |
* | mesa: Add support for GL_ARB_base_instance | Fredrik Höglund | 2012-06-19 | 1 | -0/+3 |
* | mesa: Fix typo in comment. | Eric Anholt | 2012-02-29 | 1 | -1/+1 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -0/+1 |
* | mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev. | Dave Airlie | 2011-09-06 | 1 | -0/+47 |
* | mesa: add implementation of glDrawElementsInstancedBaseVertex | Pierre-Eric Pelloux-Prayer | 2011-06-02 | 1 | -0/+1 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: hook up GL 3.x entrypoints | Brian Paul | 2010-11-21 | 1 | -2/+2 |
* | mesa: implement integer-valued vertex attribute functions | Brian Paul | 2010-10-28 | 1 | -4/+30 |
* | mesa: plug in primitive restart function | Brian Paul | 2010-10-21 | 1 | -0/+3 |
* | Only install vtxfmt tables for OpenGL | Kristian Høgsberg | 2010-10-14 | 1 | -2/+4 |
* | Drop the "neutral" tnl module | Kristian Høgsberg | 2010-10-14 | 1 | -65/+2 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -4/+4 |
* | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul | 2010-04-04 | 1 | -0/+2 |
* | mesa: Remove unnecessary headers from vtxfmt.c. | Vinson Lee | 2010-01-17 | 1 | -2/+0 |
* | mesa/main: New feature FEATURE_beginend. | Chia-I Wu | 2009-09-30 | 1 | -0/+6 |
* | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -2/+4 |
* | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -9/+4 |
* | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu | 2009-09-30 | 1 | -1/+3 |
* | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | 2009-09-08 | 1 | -0/+3 |
* | mesa: Make MultiDrawElements submit multiple primitives at once. | Eric Anholt | 2009-09-01 | 1 | -0/+1 |
* | mesa: Add BeginVertices driver call | Keith Whitwell | 2009-03-03 | 1 | -3/+6 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -1/+0 |
* | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul | 2006-04-25 | 1 | -8/+15 |
* | Fix recent problems with display lists and other parts of the code. | Ian Romanick | 2005-08-05 | 1 | -2/+4 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 1 | -4/+3 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -72/+72 |
* | silence warnings | Alan Hourihane | 2004-12-08 | 1 | -1/+1 |
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -1/+9 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -1/+2 |
* | added some const keywords | Brian Paul | 2004-02-24 | 1 | -7/+8 |