| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 1 | -1/+2 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -9/+9 |
* | mesa: add support for GL_EXT_polygon_offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+25 |
* | mesa: remove some dead display list code | Brian Paul | 2015-01-30 | 1 | -80/+11 |
* | mesa: remove stale comment in dlist.c code | Brian Paul | 2015-01-30 | 1 | -1/+1 |
* | mesa: s/union gl_dlist_node/Node/ in dlist.c code | Brian Paul | 2015-01-30 | 1 | -3/+3 |
* | mesa: fix display list 8-byte alignment issue | Brian Paul | 2015-01-30 | 1 | -6/+67 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image() | Eduardo Lima Mitev | 2015-01-12 | 1 | -10/+4 |
* | mesa: some improvements for print_list() | Brian Paul | 2014-12-01 | 1 | -68/+83 |
* | mesa: Implement ARB_clip_control. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+26 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 1 | -46/+0 |
* | mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects | Ian Romanick | 2014-05-02 | 1 | -45/+0 |
* | sso: Add display list support for ARB_separate_shader_objects new functions | Ian Romanick | 2014-05-02 | 1 | -0/+911 |
* | 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 |