| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: added GLAPIENTRY keywords | Jonathan White | 2008-07-07 | 2 | -10/+10 |
* | mesa: added _vbo_VertexAttrib4f() | Brian Paul | 2008-07-03 | 2 | -0/+9 |
* | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -0/+4 |
* | mesa: added _vbo_Materialfv() | Brian Paul | 2008-06-20 | 2 | -0/+8 |
* | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions | Brian Paul | 2008-06-20 | 2 | -0/+31 |
* | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ | Brian Paul | 2008-06-18 | 2 | -6/+6 |
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 4 | -3/+13 |
* | mesa: remove unnecessary swrast, tnl includes | Brian Paul | 2008-06-10 | 1 | -3/+0 |
* | mesa: remove unused api_eval.h header file | Brian Paul | 2008-06-09 | 1 | -1/+0 |
* | mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ... | Brian Paul | 2008-06-05 | 1 | -0/+27 |
* | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 2 | -2/+2 |
* | Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug... | Brian Paul | 2008-05-30 | 1 | -0/+3 |
* | fix an attr/src mix-up when setting-up/binding vertex arrays | Brian Paul | 2008-05-16 | 2 | -5/+7 |
* | mesa: Fix glBegin-time test for invalid programs/shaders. | Brian Paul | 2008-04-11 | 3 | -8/+41 |
* | mesa: revert fast-track glColor and similar calls when not immediate mode ren... | Brian | 2008-03-14 | 1 | -9/+2 |
* | mesa: fast-track glColor and similar calls when not immediate mode rendering | Keith Whitwell | 2008-03-10 | 1 | -2/+9 |
* | Remove files of unsupported build systems. | José Fonseca | 2008-02-25 | 1 | -60/+0 |
* | fix vbo display list memleak upon context destruction | Brian | 2008-01-01 | 2 | -0/+16 |
* | vbo: unmap and remap immediate vbo before/after each draw. | Keith Whitwell | 2007-12-18 | 1 | -0/+16 |
* | New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m... | Brian | 2007-12-07 | 2 | -0/+15 |
* | Rename 'mms-config.' to 'mms.config'. | Michal Krol | 2007-10-29 | 1 | -1/+1 |
* | fix VBO clean-up in vbo_exec_vtx_destroy() | Brian | 2007-08-20 | 1 | -4/+13 |
* | added vbo_use_buffer_objects() to specify that immediate mode data should be ... | Brian | 2007-08-17 | 3 | -3/+52 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 17 | -82/+82 |
* | a variety of fixes for MingW | zhang | 2007-06-28 | 2 | -0/+9 |
* | s/version/vertex/ | Brian | 2007-04-12 | 1 | -1/+1 |
* | fix bug in _playback_copy_to_current(): need to skip version position data (s... | Brian | 2007-04-12 | 1 | -0/+2 |
* | for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543 | Brian | 2007-04-06 | 2 | -4/+4 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-03-09 | 4 | -2/+63 |
|\ |
|
| * | Updates of the OpenVMS makefiles. | J.Jansen | 2007-03-08 | 1 | -0/+60 |
| * | fix mem leak | Brian | 2007-02-26 | 1 | -0/+1 |
| * | Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis) | Aapo Tahkola | 2007-02-26 | 2 | -2/+2 |
* | | XXX comments about shaders | Brian | 2007-02-22 | 2 | -0/+2 |
* | | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | 2007-02-22 | 1 | -2/+2 |
|/ |
|
* | fix typo preventing generic arrays from working with ARB_vp (bug #9952) | Roland Scheidegger | 2007-02-14 | 1 | -1/+1 |
* | array overflow fix | Zou Nan hai | 2007-02-09 | 1 | -2/+2 |
* | fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo. | Roland Scheidegger | 2007-02-01 | 1 | -5/+7 |
* | Use new rebase helper. Remove other rebase code. | Keith Whitwell | 2007-01-30 | 5 | -73/+79 |
* | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell | 2007-01-30 | 2 | -0/+235 |
* | do not rebase index buffers as it does not work currently (tested with r200 a... | Roland Scheidegger | 2007-01-25 | 1 | -2/+3 |
* | allocate larger minimum dstelt buffer | Roland Scheidegger | 2007-01-25 | 1 | -1/+1 |
* | fix dstelt memory allocation to avoid hash corruption | Roland Scheidegger | 2007-01-25 | 1 | -1/+1 |
* | re-fix bug 9062 in vbo code | Roland Scheidegger | 2007-01-25 | 1 | -0/+5 |
* | typo fix. this case still fails. | Aapo Tahkola | 2007-01-18 | 1 | -1/+1 |
* | Fix invalid enums passed to MapBuffer | Aapo Tahkola | 2007-01-18 | 1 | -1/+1 |
* | Fix invalid enums passed to MapBuffer | Aapo Tahkola | 2007-01-18 | 3 | -4/+4 |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 4 | -14/+30 |
* | Remove unused index buffer. | Keith Whitwell | 2007-01-15 | 2 | -10/+1 |
* | Correctly initialize current attribute sizes. | Keith Whitwell | 2007-01-15 | 1 | -2/+9 |
* | Remove debug, reenable inplace splitting. | keithw | 2007-01-15 | 3 | -18/+3 |