Age | Commit message (Expand) | Author |
2010-11-06 | vbo: Avoid unnecessary copy to/from current in vertex format upgrade. | Francisco Jerez |
2010-10-29 | Merge branch 'glapi-reorg' | Chia-I Wu |
2010-10-28 | mesa: implement integer-valued vertex attribute functions | Brian Paul |
2010-10-28 | vbo: re-indent file | Brian Paul |
2010-10-27 | vbo: Use CALL_* macros. | Chia-I Wu |
2010-10-21 | vbo: support for primitive restart | Brian Paul |
2010-10-14 | Drop the "neutral" tnl module | Kristian Høgsberg |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-12 | i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs. | Eric Anholt |
2010-09-13 | mesa: Revert accidentally committed vertex code chunk | Kristian Høgsberg |
2010-09-13 | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg |
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul |
2010-07-31 | mesa: Remove inclusion of compiler.h from mtypes.h. | Vinson Lee |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-07-15 | mesa: Fix potential out-of-bounds access by _vbo_Materialf. | Vinson Lee |
2010-06-04 | vbo: misc clean-ups | Brian Paul |
2010-05-30 | vbo: Remove unnecessary header. | Vinson Lee |
2010-05-27 | vbo: comments and whitespace | Brian Paul |
2010-05-27 | vbo: remove unused prototype | Brian Paul |
2010-05-27 | vbo: remove dead code | Brian Paul |
2010-05-27 | vbo: update/add comments | Brian Paul |
2010-05-12 | mesa/es: Remove omit list. | Chia-I Wu |
2010-05-03 | mesa: Only initialize save dispatch table for OpenGL | Kristian Høgsberg |
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-03-21 | vbo: Fix vbo_split_copy to pass correct max_index to draw. | Pauli Nieminen |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-02-24 | vbo: remove dead code | Brian Paul |
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 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-15 | vbo: fix broken glMultiDrawElements() | Brian Paul |
2010-02-09 | mesa: Enable true refcounting for NullBufferObj. | Michal Krol |
2010-02-09 | mesa: Fix null buffer object reference counting. | José Fonseca |
2010-02-03 | vbo: fix void * arithmetic warning | Keith Whitwell |
2010-02-03 | vbo: Fix up in-place splitting for non-contiguous/indexed primitives. | Francisco Jerez |
2010-01-29 | vbo: fix missing state validation bugs | Brian Paul |
2010-01-29 | mesa: Warn when indices are out of bounds, but do not skip the draw in debug ... | Brian Paul |
2010-01-27 | mesa: fix int/uint comparison warnings | Brian Paul |
2010-01-26 | vbo: if 'end' is out of bounds, clamp it | Brian Paul |
2010-01-26 | vbo: clamp DrawElements start/end to max possible values | Brian Paul |
2010-01-12 | vbo: Remove unnecessary headers from vbo_exec.c. | Vinson Lee |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_array.c. | Vinson Lee |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_draw.c. | Vinson Lee |
2010-01-12 | vbo: Remove unnecessary headers from vbo_save.c. | Vinson Lee |
2010-01-11 | vbo: Remove unnecessary header from vbo_save_loopback.c. | Vinson Lee |
2010-01-11 | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee |