Age | Commit message (Expand) | Author |
2010-07-15 | mesa: Fix potential out-of-bounds access by _vbo_Materialf. | Vinson Lee |
2010-04-27 | mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c | Kristian Høgsberg |
2010-04-19 | mesa: unmap the immediate mode VB before destroying it | Brian Paul |
2010-04-04 | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-02-19 | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-09 | mesa: Enable true refcounting for NullBufferObj. | Michal Krol |
2009-12-01 | vbo: make flush recursion check code per-context | Brian Paul |
2009-11-19 | vbo: added recursion check in vbo_exec_FlushVertices() | Brian Paul |
2009-11-04 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-04 | vbo: fix out-of-bounds array access | Brian Paul |
2009-10-22 | mesa: fix up vbo comments | Brian Paul |
2009-09-30 | mesa/main: New feature FEATURE_beginend. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu |
2009-08-14 | vbo: call _mesa_valid_to_render() | Brian Paul |
2009-06-11 | Merge branch 'mesa_7_5_branch' | José Fonseca |
2009-06-11 | vbo: fix assertion, #define IMM_BUFFER_NAME | Brian Paul |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-08 | mesa/vbo: drop all references to vbo on destroy | Keith Whitwell |
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul |
2009-03-09 | vbo: yet tighter still usage of FLUSH_NEED_CURRENT | Keith Whitwell |
2009-03-09 | vbo: stricter checks on Driver.NeedFlush | Keith Whitwell |
2009-03-04 | vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync | Keith Whitwell |
2009-03-04 | Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync" | Keith Whitwell |
2009-03-04 | vbo: avoid getting buffer_ptr and buffer_map out of sync | Keith Whitwell |
2009-03-04 | vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active | Keith Whitwell |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-03 | vbo: missing line from previous commit | Keith Whitwell |
2009-03-03 | vbo: use MapBufferRange where available | Keith Whitwell |
2009-03-03 | mesa: Add BeginVertices driver call | Keith Whitwell |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-02-02 | mesa: fix GLSL issue preventing use of all 16 generic vertex attributes | Brian Paul |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-03 | mesa: add new internal state for tracking current vertex attribs | Keith Whitwell |
2008-09-26 | Merge commit 'origin/master' into HEAD | Keith Whitwell |
2008-09-25 | mesa: fix some VBO buffer object issues | Brian Paul |
2008-09-23 | added vbo_use_buffer_objects() to specify that immediate mode data should be ... | Brian |
2008-09-23 | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ | Brian Paul |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul |
2008-07-07 | mesa: added GLAPIENTRY keywords | Jonathan White |
2008-07-03 | mesa: added _vbo_VertexAttrib4f() | Brian Paul |
2008-06-20 | mesa: added _vbo_Materialfv() | Brian Paul |
2008-06-20 | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functions | Brian Paul |