1. 56dcd01 dri/nouveau: Some multithreaded rendering fixes. by Francisco Jerez · 15 years ago
  2. 52e3f09 st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation. by Francisco Jerez · 15 years ago
  3. f455ca6 st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME). by Francisco Jerez · 15 years ago
  4. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
  5. 0583c29 progs/demos: update GL version test to accept GL 3.x by Brian Paul · 15 years ago
  6. 5b392ff glsl/apps: print usage info if insufficient args by Brian Paul · 15 years ago
  7. 6b4a553 st/mesa: replace conditional with assertion by Brian Paul · 15 years ago
  8. f454247 progs/openvg: Add .gitignore. by Chia-I Wu · 15 years ago
  9. 915d60d progs/es1: Update .gitignore. by Chia-I Wu · 15 years ago
  10. 0c93814 llvmpipe: use ffs technique for full tiles also by Keith Whitwell · 15 years ago
  11. e16f577 docs: Update TODOs of egl.html. by Chia-I Wu · 15 years ago
  12. 4afe248 egl: Revisit global data locking. by Chia-I Wu · 15 years ago
  13. 655f465 egl: Always lock a display before using it. by Chia-I Wu · 15 years ago
  14. db5ce8b egl: Make eglGetDisplay atomic. by Chia-I Wu · 15 years ago
  15. 99bcb1f egl: Add a mutex to _EGLDisplay. by Chia-I Wu · 15 years ago
  16. b3bb180 egl: eglGetError should return the status of the last call. by Chia-I Wu · 15 years ago
  17. 3dee01a egl: Always record error code. by Chia-I Wu · 15 years ago
  18. aed7358 egl: Use new error checking macros. by Chia-I Wu · 15 years ago
  19. f3e03e1 egl: Add new error checking macros. by Chia-I Wu · 15 years ago
  20. 31c8167 llvmpipe: rework do_block_16 to use bitmasks and ffs by Keith Whitwell · 15 years ago
  21. cb66e9f glsl/pp: Remove sl_pp_get_extension_state(). by Michal Krol · 15 years ago
  22. 27a68bd glsl/cl: Parse layout qualifiers only when an appropriate extension enabled. by Michal Krol · 15 years ago
  23. a21215a glsl/cl: Properly emit layout qualifier list. by Michal Krol · 15 years ago
  24. ba0ac64 glsl: Silence unused value warning. by Vinson Lee · 15 years ago
  25. 7eaf33a progs/redbook: Fix memory leaks on error paths. by Vinson Lee · 15 years ago
  26. 41b19c2 nouveau: fix legacy dri driver build by Johannes Obermayr · 15 years ago
  27. de5928a sl/pp: re-do extension testing code by Brian Paul · 15 years ago
  28. f7aea80 nv40: Fix incorrect so_new() numbering. by Francisco Jerez · 15 years ago
  29. 8bd62db nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS. by Francisco Jerez · 15 years ago
  30. 846cf49 glx: Fix a couple of warnings by Kristian Høgsberg · 15 years ago
  31. 215d0da glx: Only register wire handlers for the events the server supports by Kristian Høgsberg · 15 years ago
  32. f845e4f st/dri2: Use event-driven buffer validation. by Francisco Jerez · 15 years ago
  33. 88a5606 dri/nouveau: Use event driven buffer validation. by Francisco Jerez · 15 years ago
  34. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  35. 925b901 dri2: Allocate cliprect as part of the __DRIdrawableRec by Kristian Høgsberg · 15 years ago
  36. 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago
  37. aa0cd70 configure.ac: Lower require dri2proto version to 2.1 by Kristian Høgsberg · 15 years ago
  38. 107a2ec mesa: Lock mutex around _mesa_HashLookup linked list chase. by Brian Paul · 15 years ago
  39. 693f4af mesa: Test for failed malloc in _mesa_HashInsert. by Brian Paul · 15 years ago
  40. b0f9717 Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build." by José Fonseca · 15 years ago
  41. fa8acb0 glsl/pp: Do not try to enable extension `all'. by Michal Krol · 15 years ago
  42. 828f545 nv50: use hw idx buffers where we can by Ben Skeggs · 15 years ago
  43. c6e63f3 progs/redbook: use glew by Brian Paul · 15 years ago
  44. bd3829b nouveau: fix for latest libdrm by Ben Skeggs · 15 years ago
  45. 33cf477 wgl: Be lenient when sharing contexts. by José Fonseca · 15 years ago
  46. 1587eff progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build. by José Fonseca · 15 years ago
  47. 8c7d39c scons: A less magic way of not building progs by default. by José Fonseca · 15 years ago
  48. ee67167 glsl/pp: Fix handling of if/elif/else cases. by Michal Krol · 15 years ago
  49. b90f265 progs/redbook: test image for new redbook tests by Brian Paul · 15 years ago
  50. ce65a8d progs/redbook: add additional tests for GL 1.4 by Brian Paul · 15 years ago
  51. 3be1c11 docs: document glMultiDrawElements() fix by Brian Paul · 15 years ago
  52. 36a5488 vbo: fix broken glMultiDrawElements() by Brian Paul · 15 years ago
  53. e045af4 glu/sgi: Add assert to check for null pointer dereference. by Vinson Lee · 15 years ago
  54. a05fdbc mesa: Remove pointless comparison of unsigned integer with a negative constant. by Vinson Lee · 15 years ago
  55. f0e1499 glsl/pp: Add asserts to check for null pointer deferences. by Vinson Lee · 15 years ago
  56. 6536cdf draw: Add assert to check input of memcpy. by Vinson Lee · 15 years ago
  57. 026d4b5 glu/sgi: Move initialization of members to top of Curve constructor. by Vinson Lee · 15 years ago
  58. 4bbcc11 glu/sgi: Initialize members of class Curvelist. by Vinson Lee · 15 years ago
  59. 53d4486 glu/sgi: Initialize members of class Curve. by Vinson Lee · 15 years ago
  60. 9867b6e glu/sgi: Initialize member of class Pool. by Vinson Lee · 15 years ago
  61. 86d98fa glx: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  62. 08cfe3a st/mesa: minor assorted clean-ups by Brian Paul · 15 years ago
  63. f4ded0e st/mesa: change some function return types by Brian Paul · 15 years ago
  64. e90bc2e st/mesa: move per-fragment shader fields to local vars by Brian Paul · 15 years ago
  65. 33681bc st/mesa: use _mesa_clone_fragment_program() by Brian Paul · 15 years ago
  66. 630b83b r600: use new program cloning functions by Brian Paul · 15 years ago
  67. 79d4954 r300: use new program cloning functions by Brian Paul · 15 years ago
  68. 7a38d8d glsl: use new program cloning functions by Brian Paul · 15 years ago
  69. 848835a mesa: added _mesa_clone_vertex/fragment_program() by Brian Paul · 15 years ago
  70. 7851856 r600: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  71. d3d3345 r300g: fix the size of constant buffers by Marek Olšák · 15 years ago
  72. 21fe86b python/retrace: Reconstruct blend state from binary blobs. by José Fonseca · 15 years ago
  73. e918519 python: Reconstruct blend state objects from binary blobs. by José Fonseca · 15 years ago
  74. dcdf94c trace: Dump blend state as a binary blob. by José Fonseca · 15 years ago
  75. 1fc94ab trace: Fix constant buffer unwrapping. by José Fonseca · 15 years ago
  76. d70c769 util: Avoid dumping masked state. Other minor improvements. by José Fonseca · 15 years ago
  77. 270279a os: A stream for debug logging. by José Fonseca · 15 years ago
  78. d422310 trace: No need to dump reference counts. by José Fonseca · 15 years ago
  79. c2b0484 python: Pretty-printing of blend state. by José Fonseca · 15 years ago
  80. 165b824 util: Helper functions to dump all state objects. by José Fonseca · 15 years ago
  81. 6460623 os: Add a growable string stream. by José Fonseca · 15 years ago
  82. 7820098 os: Complement/improve stream inline helpers. by José Fonseca · 15 years ago
  83. 33682e5 os: Fix bad calloc. by José Fonseca · 15 years ago
  84. dbc7b3d trace: Update for os_stream changes. by José Fonseca · 15 years ago
  85. 323c6f8 util: Update for os_stream changes. by José Fonseca · 15 years ago
  86. 2b4575f os: Make streams abstract. by José Fonseca · 15 years ago
  87. e7660a5 glut: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  88. 0b58d02 llvmpipe: Silence unused value warning. by Vinson Lee · 15 years ago
  89. 7e64701 svga: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  90. 558c159 r300: add half_float_vertex support by Marek Olšák · 15 years ago
  91. 6e95883 mesa: Don't pass paramter to __builtin_clz which would hve undefined result. by Pauli Nieminen · 15 years ago
  92. 7344e20 r300g: set the correct tiling flags for renderbuffers by Marek Olšák · 15 years ago
  93. c608e19 r300g: add macrotiling support to texture setup by Marek Olšák · 15 years ago
  94. f7db96c radeong: flush when changing tiling flags of BO referenced by CS by Marek Olšák · 15 years ago
  95. f22ddd8 r300g: accelerate blitting for all formats by faking the texture format by Marek Olšák · 15 years ago
  96. 2523172 src/glu/mesa: fix mem leak (bug 26559) by Brian Paul · 15 years ago
  97. d4d0629 src/glu/mini: fix mem leak (bug 26559) by Brian Paul · 15 years ago
  98. 291bd19 progs/objviewer: close file (bug 26559) by Brian Paul · 15 years ago
  99. e84eec0 progs/fp: close file (bug 26559) by Brian Paul · 15 years ago
  100. 71ac955 r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM by Marek Olšák · 15 years ago