| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: switch to c11 mutex functions | Brian Paul | 2014-03-03 | 1 | -2/+2 |
* | mesa: allow buffers to be mapped multiple times | Marek Olšák | 2014-02-25 | 1 | -2/+3 |
* | mesa: Increment the list pointer while freeing instruction data | Ian Romanick | 2014-01-24 | 1 | -0/+1 |
* | mesa: reduce memory used for short display lists | Brian Paul | 2013-12-04 | 1 | -0/+35 |
* | mesa: update/remove display list comments | Brian Paul | 2013-12-04 | 1 | -16/+5 |
* | mesa: remove gl_dlist_node::next pointer to reduce dlist memory use | Brian Paul | 2013-12-04 | 1 | -8/+10 |
* | mesa: begin reducing memory used by display lists | Brian Paul | 2013-12-04 | 1 | -172/+252 |
* | mesa: fix mem leak of glPixelMap data in display list | Brian Paul | 2013-11-29 | 1 | -13/+16 |
* | mesa: added memory-related comment in save_error() | Brian Paul | 2013-11-29 | 1 | -0/+4 |
* | mesa: fix flags assignment in save_WaitSync() | Brian Paul | 2013-11-29 | 1 | -1/+1 |
* | mesa: remove old colortable, histogram, etc. code from dlist.c | Brian Paul | 2013-11-29 | 1 | -551/+0 |
* | mesa: free object labels when deleting | Timothy Arceri | 2013-09-04 | 1 | -0/+1 |
* | mesa: make _mesa_lookup_list() non-static | Timothy Arceri | 2013-09-04 | 1 | -6/+6 |
* | dlist: fix save_SamplerParameteri | Chris Forbes | 2013-06-09 | 1 | -1/+1 |
* | mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv. | Vinson Lee | 2013-06-08 | 1 | -1/+4 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv. | Vinson Lee | 2013-06-03 | 1 | -1/+4 |
* | mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() | Brian Paul | 2013-05-02 | 1 | -2/+0 |
* | mesa: remove GLvertexformat::Rectf() | Brian Paul | 2013-05-02 | 1 | -3/+2 |
* | mesa: simplify dispatch for glDraw* functions | Brian Paul | 2013-05-02 | 1 | -28/+17 |
* | mesa: remove _MESA_INIT_EVAL_VTXFMT() macro | Brian Paul | 2013-05-02 | 1 | -1/+8 |
* | mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro | Brian Paul | 2013-05-02 | 1 | -1/+1 |
* | mesa: remove _MESA_INIT_DLIST_VTXFMT() macro | Brian Paul | 2013-05-02 | 1 | -1/+2 |
* | mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWN | Brian Paul | 2013-05-02 | 1 | -4/+2 |
* | mesa: comments, formatting fixes in dlist code | Brian Paul | 2013-05-02 | 1 | -3/+10 |
* | mesa: add missing error check in _mesa_EndList() | Brian Paul | 2013-05-02 | 1 | -0/+6 |
* | mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant | Brian Paul | 2013-05-02 | 1 | -4/+2 |
* | mesa: simplify save_Begin() error checking | Brian Paul | 2013-05-02 | 1 | -20/+13 |
* | mesa: fix CurrentSavePrimitive <= GL_POLYGON tests | Brian Paul | 2013-05-02 | 1 | -2/+2 |
* | mesa: fix save_ShadeModel() logic and add new comments | Brian Paul | 2013-05-02 | 1 | -4/+5 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | 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: make _mesa_save_vtxfmt_init() static | Brian Paul | 2013-04-23 | 1 | -3/+3 |
* | mesa: use new _mesa_inside_dlist_begin_end() function | Brian Paul | 2013-04-23 | 1 | -2/+2 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Remove exec thunks from the dlist.c module. | Eric Anholt | 2013-01-21 | 1 | -870/+0 |
* | mesa: Initially populate the display list with the exec list. | Eric Anholt | 2013-01-21 | 1 | -111/+8 |
* | mesa: Delay display list save dispatch setup until Exec is set up. | Eric Anholt | 2013-01-21 | 1 | -9/+3 |
* | mesa: Remove the size argument from _mesa_alloc_dispatch_table(). | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -1/+1 |
* | mesa: Fix regression in dlist save primitive tracking. | Eric Anholt | 2013-01-21 | 1 | -8/+1 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -237/+237 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -14/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -6/+6 |
* | glapi: alias ProgramParameteriARB to ProgramParameteri | Jordan Justen | 2012-11-03 | 1 | -3/+3 |
* | glapi: alias FramebufferTextureARB to FramebufferTexture | Jordan Justen | 2012-11-03 | 1 | -3/+3 |
* | _mesa_create_exec_table: GLES3 fixes. | Paul Berry | 2012-10-23 | 1 | -2/+2 |
* | glapi: Alias ClampColor and ClampColorARB. | Paul Berry | 2012-10-23 | 1 | -1/+0 |
* | mesa: Remove the NV program API functions. | Kenneth Graunke | 2012-10-16 | 1 | -1/+0 |