| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Follow ARB_map_buffer_range more stricly. | José Fonseca | 2009-03-04 | 1 | -6/+9 |
* | Merge commit 'origin/master' into gallium-map-range | José Fonseca | 2009-03-04 | 2 | -1/+10 |
|\ |
|
| * | vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync | Keith Whitwell | 2009-03-04 | 2 | -1/+10 |
| * | Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync" | Keith Whitwell | 2009-03-04 | 2 | -8/+1 |
| * | vbo: avoid getting buffer_ptr and buffer_map out of sync | Keith Whitwell | 2009-03-04 | 2 | -1/+8 |
* | | Merge commit 'origin/master' into gallium-map-range | José Fonseca | 2009-03-04 | 1 | -6/+4 |
|\| |
|
| * | vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active | Keith Whitwell | 2009-03-04 | 1 | -6/+4 |
* | | mesa: Implement and use FlushMappedBufferRange. | José Fonseca | 2009-03-04 | 1 | -0/+7 |
* | | mesa: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca | 2009-03-03 | 1 | -5/+2 |
|/ |
|
* | Merge commit 'origin/gallium-0.1' | Keith Whitwell | 2009-03-03 | 6 | -59/+166 |
|\ |
|
| * | vbo: missing line from previous commit | Keith Whitwell | 2009-03-03 | 1 | -1/+1 |
| * | vbo: use MapBufferRange where available | Keith Whitwell | 2009-03-03 | 5 | -57/+154 |
| * | mesa: Add BeginVertices driver call | Keith Whitwell | 2009-03-03 | 3 | -0/+13 |
* | | mesa: save some useful VBO debug/dump code (disabled) | Brian Paul | 2009-03-02 | 1 | -0/+42 |
* | | mesa: get rid of _math_init() | Brian Paul | 2009-02-11 | 1 | -0/+3 |
* | | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 6 | -43/+192 |
|\ \ |
|
| * | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 4 | -33/+92 |
| |\| |
|
| | * | mesa: replace GLuint with GLbitfield to be clearer about usage | Brian Paul | 2008-10-07 | 3 | -3/+3 |
| | * | mesa: update state after binding vertex list in dlist path | Keith Whitwell | 2008-10-07 | 1 | -0/+5 |
| | * | mesa: avoid generating constant vertex attributes in fixedfunc programs | Keith Whitwell | 2008-10-03 | 3 | -7/+46 |
| | * | mesa: add new internal state for tracking current vertex attribs | Keith Whitwell | 2008-10-03 | 2 | -26/+42 |
| * | | Merge commit 'origin/master' into HEAD | Keith Whitwell | 2008-09-26 | 2 | -13/+16 |
| |\ \ |
|
| * \ \ | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -4/+6 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_... | Brian Paul | 2008-09-16 | 1 | -5/+7 |
| | * | | mesa: protect against double-free in _vbo_DestroyContext() | Brian Paul | 2008-09-16 | 1 | -4/+6 |
| | * | | mesa: get another class of degenerate dlists working | Keith Whitwell | 2008-09-15 | 1 | -0/+24 |
| * | | | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 1 | -0/+26 |
| |\ \ \ |
|
| * \ \ \ | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -1/+13 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | mesa: improved gl_buffer_object reference counting | Brian Paul | 2008-09-04 | 5 | -26/+69 |
| * | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 5 | -38/+70 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 9 | -25/+203 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | vbo: seed initial max_element value with a more likely candidate | Keith Whitwell | 2008-08-26 | 1 | -6/+6 |
| | * | | | | 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 |