summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)Author
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu
2010-12-08vbo: Drop second ATTR macro.Chia-I Wu
2010-11-06vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul
2010-10-28vbo: re-indent fileBrian Paul
2010-10-27vbo: Use CALL_* macros.Chia-I Wu
2010-10-21vbo: support for primitive restartBrian Paul
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-30mesa: Remove unnecessary headers.Vinson Lee
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee
2010-06-04vbo: misc clean-upsBrian Paul
2010-05-30vbo: Remove unnecessary header.Vinson Lee
2010-05-27vbo: comments and whitespaceBrian Paul
2010-05-27vbo: remove unused prototypeBrian Paul
2010-05-27vbo: remove dead codeBrian Paul
2010-05-27vbo: update/add commentsBrian Paul
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg
2010-04-27mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul
2010-03-21vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-24vbo: remove dead codeBrian Paul
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2010-02-09mesa: Fix null buffer object reference counting.José Fonseca
2010-02-03vbo: fix void * arithmetic warningKeith Whitwell
2010-02-03vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez
2010-01-29vbo: fix missing state validation bugsBrian Paul
2010-01-29mesa: Warn when indices are out of bounds, but do not skip the draw in debug ...Brian Paul
2010-01-27mesa: fix int/uint comparison warningsBrian Paul
2010-01-26vbo: if 'end' is out of bounds, clamp itBrian Paul
2010-01-26vbo: clamp DrawElements start/end to max possible valuesBrian Paul
2010-01-12vbo: Remove unnecessary headers from vbo_exec.c.Vinson Lee
2010-01-12vbo: Remove unnecessary header from vbo_exec_array.c.Vinson Lee
2010-01-12vbo: Remove unnecessary header from vbo_exec_draw.c.Vinson Lee
2010-01-12vbo: Remove unnecessary headers from vbo_save.c.Vinson Lee