1. 12d924c mesa: Remove target parameter from dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  2. 56f0c00 mesa: Remove target parameter from dd_function_table::UnmapBuffer by Ian Romanick · 13 years ago
  3. 7c2847a vbo: run 'indent' on vbo_save_api.c by Brian Paul · 13 years ago
  4. f1733d1 vbo: rename DO_FALLBACK -> dlist_fallback by Brian Paul · 13 years ago
  5. f1cdce9 vbo: check array indexes to prevent negative indexing by Brian Paul · 13 years ago
  6. 69c6e21 vbo: fix error parameter by Brian Paul · 14 years ago
  7. a2924b4 vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index by Brian Paul · 14 years ago
  8. ae4b6e0 vbo: rename some vars, add new comments, fix formatting, etc. by Brian Paul · 14 years ago
  9. 14b36cd vbo: Include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  10. b3d2ec9 vbo: Avoid the copy to current in dlists if not required. by Mathias Fröhlich · 14 years ago
  11. 9de5c6a Merge branch 'glapi-reorg' by Chia-I Wu · 14 years ago
  12. ca2618f mesa: implement integer-valued vertex attribute functions by Brian Paul · 14 years ago
  13. aefd4f7 vbo: Use CALL_* macros. by Chia-I Wu · 14 years ago
  14. be45255 vbo: support for primitive restart by Brian Paul · 14 years ago
  15. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  16. 8d5c83c mesa/es: Remove omit list. by Chia-I Wu · 14 years ago
  17. 3b7ac45 mesa: implement core Mesa support for GL_ARB_draw_instanced by Brian Paul · 14 years ago
  18. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  19. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  20. c7ac4862 Remove _mesa_memcpy in favor of plain memcpy. by Kenneth Graunke · 15 years ago
  21. 6e1697b mesa: rename display list functions by Brian Paul · 15 years ago
  22. a73ba2d mesa/main: Make FEATURE_dlist follow feature conventions. by Chia-I Wu · 15 years ago
  23. aefa1f6 mesa/main: Make FEATURE_evaluators follow feature conventions. by Chia-I Wu · 15 years ago
  24. 80630d1 mesa/main: New feature FEATURE_arrayelt. by Chia-I Wu · 15 years ago
  25. 92d7ed8 mesa: Add support for ARB_draw_elements_base_vertex. by Eric Anholt · 15 years ago
  26. 60b08eb mesa: Make MultiDrawElements submit multiple primitives at once. by Eric Anholt · 15 years ago
  27. bd4c6a2 vbo: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
  28. 9615daa Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  29. ca1b71b vbo: fix vbo/dlist memory leak by Brian Paul · 15 years ago
  30. 8624880 Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  31. 1fa4cde mesa/vbo: fix compile and replay of nodes ending in a FALLBACK by Keith Whitwell · 15 years ago
  32. 0846c88 mesa/vbo: use _lookup_prim_by_nr for debugging by Keith Whitwell · 15 years ago
  33. 396b404 mesa: Make VBO dlist printing use the same path as other dlist printing. by Eric Anholt · 15 years ago
  34. 8b2ebd1 vbo: cache last dlist vertex in malloced memory by Keith Whitwell · 15 years ago
  35. 916de35 Merge commit 'origin/gallium-0.1' by Keith Whitwell · 16 years ago
  36. c4d1f46 vbo: use MapBufferRange where available by Keith Whitwell · 16 years ago
  37. 446abc2 mesa: display list clean-ups by Brian · 16 years ago
  38. 39cb5b9 mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList()) by Brian Paul · 16 years ago
  39. d439511 mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList()) by Brian Paul · 16 years ago
  40. cd23c5c mesa: get another class of degenerate dlists working by Keith Whitwell · 16 years ago
  41. bd953e8 mesa: get another class of degenerate dlists working by Keith Whitwell · 16 years ago
  42. a69fc51 mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
  43. 37c74af mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
  44. df7d1ee Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug 16156) by Brian Paul · 16 years ago
  45. 982dcb7 Fix an error in _save_OBE_DrawElements by Xiang, Haihao · 17 years ago
  46. c223c6b Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags. by Brian · 17 years ago
  47. 37aca21 a variety of fixes for MingW by zhang · 17 years ago
  48. 2cb3594 Fix invalid enums passed to MapBuffer by Aapo Tahkola · 18 years ago
  49. 6a3fdc3 Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into vbo-0.2 by Keith Whitwell · 18 years ago
  50. 82152a2 Remove debug, reenable inplace splitting. by keithw · 18 years ago
  51. 2421b25 Remove special-case handling for index and edgeflag by Keith Whitwell · 18 years ago
  52. dd60eaa Don't perform dangling attribute check on POS attribute. It can't by by Keith Whitwell · 18 years ago
  53. fd12b37 Checkpoint of new vbo-building code. Currently builds regular arrays by Keith Whitwell · 18 years ago