1. 9ea277b scons: Don't require -liberty on MinGW. by José Fonseca · 15 years ago
  2. 622bdec mesa: Fix missing finite symbol error on Windows. by José Fonseca · 15 years ago
  3. 1bf0651 r600: fix up ordering of functions in draw prims path by Alex Deucher · 15 years ago
  4. 20e7738 r600: fix r700PredictRenderSize for draw prims path by Alex Deucher · 15 years ago
  5. 8a2b0f6 r600 : add hw index buffer draw support. by Richard Li · 15 years ago
  6. fa0816b progs/perf: added glReadPixels benchmark by Brian Paul · 15 years ago
  7. 489f8bc progs/perf: also request a stencil buffer by Brian Paul · 15 years ago
  8. 8abe77a Finish removing glcore by Adam Jackson · 15 years ago
  9. 53051b8 r600: fix copy/paste typo by Alex Deucher · 15 years ago
  10. ec205bb r600: fix some warnings by Alex Deucher · 15 years ago
  11. 2d2f49c r600: add support for CUBE textures, also TXP by Andre Maasikas · 15 years ago
  12. a0549f6 progs/perf: Actually bind the newly created vbo. by Michal Krol · 15 years ago
  13. 35af3f9 llvmpipe: move tile cache datatypes into .c file since they're private by Brian Paul · 15 years ago
  14. b4a40d10 softpipe: replace macros with inline functions by Brian Paul · 15 years ago
  15. e2329f2 softpipe: white-space/formatting fixes and updated comments by Brian Paul · 15 years ago
  16. 5244ce7 llvmpipe: added max texture/surface size sanity check by Brian Paul · 15 years ago
  17. b26f1df llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size by Brian Paul · 15 years ago
  18. de25f82 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  19. e41707b softpipe: added max texture/surface size sanity check by Brian Paul · 15 years ago
  20. 84b956c softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size by Brian Paul · 15 years ago
  21. 890679d Merge branch 'softpipe-opt' by Keith Whitwell · 15 years ago
  22. a1fa770 gallium/include: update some comments by Keith Whitwell · 15 years ago
  23. 1ddb217 st/xorg: fix a typo by Zack Rusin · 15 years ago
  24. 5a7f708 st/xorg: keep the user buffer contents around by Zack Rusin · 15 years ago
  25. aae7731 progs/perf: set TexSubImage4=FALSE by Brian Paul · 15 years ago
  26. 31f1571 wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks. by José Fonseca · 15 years ago
  27. f8c1152 gdi: Update for WGL statetracker source reorg. by José Fonseca · 15 years ago
  28. f724036 wgl: Flatten the source tree. by José Fonseca · 15 years ago
  29. 8d1af59 wgl: Fix debug_printf format specifiers. by José Fonseca · 15 years ago
  30. 21a9493 gallium: Update vendor string. by José Fonseca · 15 years ago
  31. 75276ea softpipe: fix bugs in POT texture sampling when texture is not square by root · 15 years ago
  32. 5dbedf3 softpipe: additional assertions by Brian Paul · 15 years ago
  33. 0670df5 softpipe: disable a _debug_printf() by Brian Paul · 15 years ago
  34. 02f2bcd Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  35. 926b965 mesa: don't re-use the meta glDrawPixels VBO; create a new one each time by Brian Paul · 15 years ago
  36. d04fa73 progs/perf: added glCopyTex[Sub]Image2D test by Brian Paul · 15 years ago
  37. 98d5ec1 r600 : add draw_prim support, make up one lost change. by Richard Li · 15 years ago
  38. 81283b0 r600 : add draw_prim support. by Richard Li · 15 years ago
  39. f338de4 mesa: fix more buffer object error messages by Brian Paul · 15 years ago
  40. fe9ca0f softpipe: need to write depth/stencil values even when stencil fails by Keith Whitwell · 15 years ago
  41. 2077648 softpipe: set quad->facing value by Keith Whitwell · 15 years ago
  42. ba002eb Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  43. bc75464 glx: include string.h to silence missing memset() prototype warning by Brian Paul · 15 years ago
  44. 52cadf7 mesa: fix error message text by Brian Paul · 15 years ago
  45. 8cc12ff r300: Fix crash reported in bug #24066 by Nicolai Hähnle · 15 years ago
  46. b1139e9 softpipe: fix polygon stipple by Keith Whitwell · 15 years ago
  47. da0e4e5 progs/perf: test glGetTexImage() also by Brian Paul · 15 years ago
  48. b626176 softpipe: fix occlusion counting by Keith Whitwell · 15 years ago
  49. bade906 st/xorg: Fix two leeks by Jakob Bornecrantz · 15 years ago
  50. 19798e1 i915g: Activate trace by Jakob Bornecrantz · 15 years ago
  51. e369294 i915g: Do propper references of surfaces in context by Jakob Bornecrantz · 15 years ago
  52. 67d7021 progs/perf: add missing texture enable in fbobind.c by Brian Paul · 15 years ago
  53. ed113da progs/perf: added fbobind.c test to test FBO binding speed by Brian Paul · 15 years ago
  54. cfb0f24 progs/perf: added PerfExtensionSupported() helper by Brian Paul · 15 years ago
  55. 0ec26cc teximage: add more tests, image formats by Keith Whitwell · 15 years ago
  56. bae2d58 progs/perf: add another VBO test for Create/Draw/Destroy pattern by Brian Paul · 15 years ago
  57. 7e5004b progs/perf: simplify the code by Brian Paul · 15 years ago
  58. aa80851 progs/perf: fix comment by Brian Paul · 15 years ago
  59. 32979ae progs/perf: updated comments by Brian Paul · 15 years ago
  60. 6a09c9d progs/perf: make teximage results easier to read, more reproducible by Keith Whitwell · 15 years ago
  61. 89f2799 progs/perf: reset row_length after subimage test by Keith Whitwell · 15 years ago
  62. bf014d0 progs/perf: clean up swapbuffers test a bit by Keith Whitwell · 15 years ago
  63. ac6a510 progs/perf: break up long runs of fullscreen quads by Keith Whitwell · 15 years ago
  64. a7b2659 progs/perf: add first attempt at a swapbuffers rate test by Keith Whitwell · 15 years ago
  65. 94a020c vbo: added comment about max array index by Brian Paul · 15 years ago
  66. 9a3333f vbo: restore some lost warning output by Brian Paul · 15 years ago
  67. e857303 GLX: Warn only once about applications calling GLX 1.3 functions by Tormod Volden · 15 years ago
  68. 972e995 vbo: disable the GL_ARB_draw_elements_base_vertex rebase path by Brian Paul · 15 years ago
  69. 83019ff selinux: Fix mmap() return value check by Adam Jackson · 15 years ago
  70. 4060352 mesa: refine the error checking vbo_exec_DrawRangeElements() by Brian Paul · 15 years ago
  71. e5d29eb mesa: make max_buffer_index() a non-static function by Brian Paul · 15 years ago
  72. 4916a5a radeon: update buffer map/unmap code for changes introduced in 92033a9516942d7272ce4bf36ecd422009bbaf60 and 822c7964819ca1fcc270880d4ca8b3de8a4276d0 by Maciej Cencora · 15 years ago
  73. d100cbf mesa: add some debug info to teximage.c by Maciej Cencora · 15 years ago
  74. b1c9c5a r300: fix a typo by Maciej Cencora · 15 years ago
  75. d504a76 swrast: fix cube face selection by Brian Paul · 15 years ago
  76. 6559eae Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  77. c63e78b r600: fix typo in the last commit by Alex Deucher · 15 years ago
  78. 1869bda r600: various cleanups by Alex Deucher · 15 years ago
  79. 2655d43 mesa: refine the error checking vbo_exec_DrawRangeElements() by Brian Paul · 15 years ago
  80. 44d2603 mesa: make max_buffer_index() a non-static function by Brian Paul · 15 years ago
  81. ff5535c radeon: update buffer map/unmap code for changes introduced in 92033a9516942d7272ce4bf36ecd422009bbaf60 and 822c7964819ca1fcc270880d4ca8b3de8a4276d0 by Maciej Cencora · 15 years ago
  82. db928a5 mesa: add some debug info to teximage.c by Maciej Cencora · 15 years ago
  83. ab4ec85 r300: fix a typo by Maciej Cencora · 15 years ago
  84. 734a498 mesa: Ensure TGSI tokens are freed with gallium's free. by José Fonseca · 15 years ago
  85. 9297e69 progs/perf: added fill-rate test by Brian Paul · 15 years ago
  86. 05bce08 progs/perf: added helpers for creating simple textures and shader programs by Brian Paul · 15 years ago
  87. 83fbee6 progs/perf: offsetof() should be defined in stddef.h, include it by Brian Paul · 15 years ago
  88. 2b83483 intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it. by Eric Anholt · 15 years ago
  89. 9ca94f9 r300g: Fix bad formatting parameters in calls to debug_printf by Nicolai Hähnle · 15 years ago
  90. 496137d gallium debug: Add gcc printf hint to debug_printf by Nicolai Hähnle · 15 years ago
  91. 7ce0421 progs/perf: a few more vbo upload modes by Keith Whitwell · 15 years ago
  92. 25a580c progs/perf: human-readable drawoverhead output by Keith Whitwell · 15 years ago
  93. 6ab7c12 progs/perf: human-format vertexrate output by Keith Whitwell · 15 years ago
  94. ed63bd6 progs/perf: add human-readable float formatter by Keith Whitwell · 15 years ago
  95. d17af7d progs/glsl: Include local headers before installed headers during compilation. by Vinson Lee · 15 years ago
  96. 5a0b290 softpipe: Fix cube face selection. by Brian Paul · 15 years ago
  97. 077e3de swrast: fix cube face selection by Brian Paul · 15 years ago
  98. 2d729e6 r600: fix some issues with LIT instruction by Andre Maasikas · 15 years ago
  99. 3083ba3 Merge branch 'mesa_7_6_branch' by Nicolai Hähnle · 15 years ago
  100. 526430a r300: Zero-initialize register for NV_vertex_program by Nicolai Hähnle · 15 years ago