1. d936b57 vbo: process buffer binding state changes on draw when recording by Ilia Mirkin · 8 years ago
  2. c538846 mesa: rename gl_client_array -> gl_vertex_array by Brian Paul · 8 years ago
  3. 910bc4d mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding by Brian Paul · 8 years ago
  4. e81aaeb r200/i915/st/mesa/compiler: use common inputs read field by Timothy Arceri · 8 years ago
  5. 81faead mesa/i965/i915/r200: eliminate gl_vertex_program by Timothy Arceri · 8 years ago
  6. bd60fb4 vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c by Brian Paul · 8 years ago
  7. 8b99654 vbo: whitespace fixes and reformatting in vbo_exec_api.c by Brian Paul · 8 years ago
  8. 8320bf1 vbo: minor clean-up in vbo_exec_api.c by Brian Paul · 8 years ago
  9. 1098e69 vbo: move attribute type assignment by Brian Paul · 8 years ago
  10. 4c3c9f1 vbo: rename reset_attrfv() to vbo_reset_all_attr() by Brian Paul · 8 years ago
  11. 7693bcd vbo: make vbo_reset_attr() static by Brian Paul · 8 years ago
  12. 9d6d9b2 vbo: trivial indentation fix in vbo_exec_api.c by Brian Paul · 8 years ago
  13. 0de9265 vbo: simplify some code in check_draw_elements_data() by Brian Paul · 8 years ago
  14. 15fb88e mesa: rename gl_vertex_attrib_array gl_array_attributes by Brian Paul · 8 years ago
  15. c89802a mesa: rename gl_vertex_attrib_array::VertexBinding by Brian Paul · 8 years ago
  16. edd688d vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwords by Tim Rowley · 8 years ago
  17. b9ac72b vbo: set draw_id by Miklós Máté · 8 years ago
  18. 6687037 vbo: fix format string compiler warning for 32-bit machines by Jan Ziak · 8 years ago
  19. 27d20ee vbo: Make #if 0'd debugging code compile. by Matt Turner · 8 years ago
  20. 59bb821 vbo: remove unnecessary max_basevertex computation by Ilia Mirkin · 8 years ago
  21. 659dc10 vbo: add basevertex when looking up elements for vbo splitting by Ilia Mirkin · 8 years ago
  22. 84984b9 vbo: Remove always true return from vbo_bind_arrays. by Mathias Fröhlich · 8 years ago
  23. 72f1566 mesa: Move check for vbo mapping into api_validate.c. by Mathias Fröhlich · 8 years ago
  24. b7b0c51 mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c. by Mathias Fröhlich · 8 years ago
  25. c17cf1c vbo: Array draw must not care about glBegin/glEnd vbo mapping. by Mathias Fröhlich · 8 years ago
  26. 68b64f3 vbo: allow DrawElementsBaseVertex in display lists by Ilia Mirkin · 8 years ago
  27. f29fd78 util: Move format_r11g11b10f.h to src/util by Jason Ekstrand · 8 years ago
  28. b730960 mesa: Remove set but not used gl_client_array::Stride. by Mathias Fröhlich · 8 years ago
  29. 56c65cd mesa: Remove set but not used gl_client_array::Enabled. by Mathias Fröhlich · 8 years ago
  30. 43a6f43 vbo: Use the VAO array enabled flags in vbo_exec_array. by Mathias Fröhlich · 8 years ago
  31. 4cda690 vbo: Walk the VAO in check_array_data. by Mathias Fröhlich · 8 years ago
  32. 99b4218 vbo: Walk the VAO in print_draw_arrays. by Mathias Fröhlich · 8 years ago
  33. 144737a vbo: Walk the VAO to check for mapped buffers. by Mathias Fröhlich · 8 years ago
  34. 3f5e569 vbo: Walk the VAO to see if all varyings are in vbos. by Mathias Fröhlich · 8 years ago
  35. 2060f19 vbo: Fix handling of POS/GENERIC0 attributes. by Mathias Fröhlich · 8 years ago
  36. 64d35f8 vbo: fix attr reset by Rob Clark · 8 years ago
  37. 0e73d94 vbo: Use a bitmask to track the active arrays in vbo_save*. by Mathias Fröhlich · 8 years ago
  38. bc4e0c4 vbo: Use a bitmask to track the active arrays in vbo_exec*. by Mathias Fröhlich · 8 years ago
  39. a701192 vbo: Declare the index range invalid for DrawTransformFeedback by Jason Ekstrand · 8 years ago
  40. df6ec2a vbo: Declare the index range invalid for DrawIndirect by Jason Ekstrand · 8 years ago
  41. 13c68e1 mesa/vbo: fix check for zero aliases with 2/10/10/10 by Dave Airlie · 8 years ago
  42. ad545d1 vbo: avoid leaking prim on vbo bind failure by Ilia Mirkin · 8 years ago
  43. aaaa22c vbo: Return INVALID_OPERATION during draw with a mapped buffer by Jordan Justen · 8 years ago
  44. d76e1cd mesa: expose EXT_base_instance in ES3 contexts by Ilia Mirkin · 8 years ago
  45. 761c7d5 vbo: disable the minmax cache when the hit rate is low by Nicolai Hähnle · 9 years ago
  46. 115c643 mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory by Nicolai Hähnle · 9 years ago
  47. 6b057f8 vbo: cache/memoize the result of vbo_get_minmax_indices (v3) by Nicolai Hähnle · 9 years ago
  48. 1a570d9 vbo: move vbo_get_minmax_indices into its own source file by Nicolai Hähnle · 9 years ago
  49. e1eab5a mesa: add support for ARB_indirect_parameters draw functions by Ilia Mirkin · 9 years ago
  50. b3e2c21 glapi: add ARB_indirect_parameters definitions by Ilia Mirkin · 9 years ago
  51. 60d0cfd vbo: create a new draw function interface for indirect draws by Ilia Mirkin · 9 years ago
  52. c81ddc2 vbo: s/GLuint/GLbitfield/ for state bitmasks by Brian Paul · 9 years ago
  53. 42dd2c0 mesa/vbo: Add draw_id field to struct _mesa_prim by Kristian Høgsberg Kristensen · 9 years ago
  54. bdf6cef vbo: fix another GL_LINE_LOOP bug by Brian Paul · 9 years ago
  55. af7c98a mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES by Ryan Houdek · 9 years ago
  56. 2bf224b vbo: replace assertion with conditional in vbo_compute_max_verts() by Brian Paul · 9 years ago
  57. 9919f56 vbo: optimize vertex copying when 'wrapping' by Brian Paul · 9 years ago
  58. f221580 vbo: convert display list GL_LINE_LOOP prims to GL_LINE_STRIP by Brian Paul · 9 years ago
  59. d79595b vbo: fix GL_LINE_LOOP stray line bug by Brian Paul · 9 years ago
  60. 03d2f08 vbo: add new vbo_compute_max_verts() helper function by Brian Paul · 9 years ago
  61. 002c5c1 vbo: simplify some code in vbo_exec_End() by Brian Paul · 9 years ago
  62. d916175 vbo: simplify some code in vbo_copy_vertices() by Brian Paul · 9 years ago
  63. d24c3a6 vbo: simplify some code in vbo_exec_wrap_buffers() by Brian Paul · 9 years ago
  64. 1637cec vbo: replace the comment on vbo_copy_vertices() by Brian Paul · 9 years ago
  65. e05ffcf vbo: make vbo_exec_vtx_wrap() static by Brian Paul · 9 years ago
  66. 971b56c vbo: remove unneeded ctx parameter for merge_prims() by Brian Paul · 9 years ago
  67. f6d4e20 vbo: reduce number of vertex buffer mappings for vertex attributes by Brian Paul · 9 years ago
  68. a7b6e61 vbo: make void vbo_exec_BeginVertices() static by Brian Paul · 9 years ago
  69. 84719ad vbo: document vbo_exec_context fields by Brian Paul · 9 years ago
  70. d65b029 vbo: minor clean-ups for vbo_exec_fixup_vertex() by Brian Paul · 9 years ago
  71. 7f67bfa vbo: add assertion in ATTR_UNION macro by Brian Paul · 9 years ago
  72. 3491ec5 vbo: add comments, braces in ATTR_UNION() in vbo_exec_api.c by Brian Paul · 9 years ago
  73. e729f36 vbo: fix whitespace in vbo_exec_draw.c by Brian Paul · 9 years ago
  74. 8fbb72c vbo: move 'tmp' var initialization by Brian Paul · 9 years ago
  75. a1cbf85 vbo: improve fprintf() formatting by Brian Paul · 9 years ago
  76. a639bbf vbo: simplify vertex array initializations in vbo_context.c by Brian Paul · 9 years ago
  77. 20f31ae vbo: get rid of needless NR_MAT_ATTRIBS constant by Brian Paul · 9 years ago
  78. dd293d8 vbo: fix incorrect switch statement in init_mat_currval() by Brian Paul · 9 years ago
  79. 00f6bee mesa: remove Driver.EndCallList by Marek Olšák · 9 years ago
  80. ef6c071 mesa: remove Driver.BeginCallList by Marek Olšák · 9 years ago
  81. f457964 mesa: remove Driver.EndList by Marek Olšák · 9 years ago
  82. 55735ca mesa: remove Driver.NewList by Marek Olšák · 9 years ago
  83. 7a54939 mesa: remove Driver.NotifySaveBegin by Marek Olšák · 9 years ago
  84. 4b8bb2f mesa: remove Driver.SaveFlushVertices by Marek Olšák · 9 years ago
  85. 72a5dff mesa: remove Driver.FlushVertices by Marek Olšák · 9 years ago
  86. 9179988 mesa: remove Driver.BeginVertices by Marek Olšák · 9 years ago
  87. c63e8b1 vbo: pass the stream from DrawTransformFeedbackStream to drivers by Marek Olšák · 9 years ago
  88. 2b47ef7 vbo: Avoid double promotion. by Matt Turner · 9 years ago
  89. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  90. 366ceac gles/es3.1: Enable dispatch of almost all new GLES 3.1 functions by Ian Romanick · 9 years ago
  91. c4254ee mesa/vbo: add support for 64-bit vertex attributes. (v1) by Dave Airlie · 9 years ago
  92. 05e7f7f Fix a few typos by Zoë Blade · 9 years ago
  93. e123115 vbo: replace __FUNCTION__ with __func__ by Marius Predut · 9 years ago
  94. 406df68 i965: Fix software primitive restart with indirect draws. by Kenneth Graunke · 9 years ago
  95. 09b0325 vbo: improve the code style by adjust the preprocessing c code directives by Marius Predut · 9 years ago
  96. 237dcb4 Fix invalid extern "C" around header inclusion. by Mark Janes · 9 years ago
  97. db29869 mesa: include stdio.h where needed by Brian Paul · 9 years ago
  98. 766f5cf mesa/vbo: replace Elements() with ARRAY_SIZE() by Brian Paul · 9 years ago
  99. 1a93e76 mesa: use fi_type in vertex attribute code by Marius Predut · 9 years ago
  100. 57d80d1 mesa/vbo: Use unreachable to silence uninitialized var warning. by Matt Turner · 9 years ago