Age | Commit message (Expand) | Author |
2009-05-21 | vbo: return VP_NONE from get_program_mode() if running fixed-func vertex program | Brian Paul |
2009-05-21 | vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuint | Brian Paul |
2009-05-21 | mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement | Brian Paul |
2009-05-21 | vbo: s/8/MAX_TEXTURE_COORD_UNITS/ | Brian Paul |
2009-05-07 | mesa: move the NullBufferObj from GLcontext to gl_shared_state | Brian Paul |
2009-05-07 | vbo: in glDraw[Range]Element() code, check for out of bounds indexes | Brian Paul |
2009-05-07 | mesa: use _mesa_sizeof_type() in vbo split code | Brian Paul |
2009-05-07 | mesa: vbo code reformatting, clean-up, comments | Brian Paul |
2009-05-07 | mesa: in vbo split code, map buffers read-only, not write-only | Brian Paul |
2009-04-16 | vbo: cache last dlist vertex in malloced memory | Keith Whitwell |
2009-03-15 | vbo: Silence integer-to-pointer warnings. | Michal Krol |
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-07 | mesa: s/int/GLsizeiptr/ to silence warning with 64-bit build | Brian Paul |
2009-03-07 | vbo: make bind_array_obj() code a little more concise | Brian Paul |
2009-03-04 | mesa: Follow ARB_map_buffer_range more stricly. | José Fonseca |
2009-03-04 | Merge commit 'origin/master' into gallium-map-range | José Fonseca |
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 | Merge commit 'origin/master' into gallium-map-range | José Fonseca |
2009-03-04 | vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active | Keith Whitwell |
2009-03-04 | mesa: Implement and use FlushMappedBufferRange. | José Fonseca |
2009-03-03 | mesa: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca |
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-03-02 | mesa: save some useful VBO debug/dump code (disabled) | Brian Paul |
2009-02-11 | mesa: get rid of _math_init() | Brian Paul |
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 |
2009-01-31 | mesa: display list clean-ups | Brian |
2009-01-23 | mesa: set the new array->Format field in VBO code | Brian Paul |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-07 | mesa: replace GLuint with GLbitfield to be clearer about usage | Brian Paul |
2008-10-07 | mesa: update state after binding vertex list in dlist path | Keith Whitwell |
2008-10-03 | mesa: avoid generating constant vertex attributes in fixedfunc programs | 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 | vbo: unmap and remap immediate vbo before/after each draw. | Keith Whitwell |
2008-09-23 | added vbo_use_buffer_objects() to specify that immediate mode data should be ... | Brian |
2008-09-23 | vbo: seed initial max_element value with a more likely candidate | Keith Whitwell |
2008-09-23 | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ | Brian Paul |
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-09-21 | mesa: point size arrays | Brian Paul |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-21 | mesa: remove dead file | Keith Whitwell |
2008-09-18 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |