1. d1edf6e glx/windows: Fix building libwindowsdri when libX11 headers are installed in a non-standard location by Jon Turney · 8 years ago
  2. 764f1e4 util: include unistd.h, which may be required for usleep prototype by Jon Turney · 7 years ago
  3. 8544554 autotools: Set C++ visibility flags on Intel by Dylan Baker · 7 years ago
  4. b8c85f5 docs/releasing: improve the pre-announce template and examples by Andres Gomez · 7 years ago
  5. 3bc1633 docs/releasing: drop manually exported variables during smoke test by Andres Gomez · 7 years ago
  6. 5ccbac8 docs/releasing: drop custom LLVM_CONFIG if previously manually set by Andres Gomez · 7 years ago
  7. e456d4d st/dri: fix android fence regression by Marek Olšák · 7 years ago
  8. e7972b8 util/u_thread: fix compilation on Mac OS by Nicolai Hähnle · 7 years ago
  9. f53570a util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeout by Nicolai Hähnle · 7 years ago
  10. ee880e9 gallium/u_threaded: fix end_query regression by Nicolai Hähnle · 7 years ago
  11. d473f91 swr: Fixed an uncommon freed-memory access during state validation by Bruce Cherniak · 7 years ago
  12. fecd04a freedreno/ir3: fix standalone compiler meson build by Rob Clark · 7 years ago
  13. 86154ac freedreno/ir3: correct # of dest components for intrinsics by Rob Clark · 7 years ago
  14. 3fcf186 freedreno/ir3: remove bogus assert by Rob Clark · 7 years ago
  15. ef4c42f nir: handle get_buffer_size in nir_lower_atomics_to_ssbo by Rob Clark · 7 years ago
  16. cd6f79a anv/meson: Generate dev_icd.json by Chad Versace · 7 years ago
  17. b7441ef anv: Fix architecture in intel_icd.{arch}.json by Chad Versace · 7 years ago
  18. 9ec3397 radv: Fix architecture in radeon_icd.{arch}.json by Chad Versace · 7 years ago
  19. 2a4798a anv: Refactor anv_GetImageSubresourceLayout() by Chad Versace · 7 years ago
  20. 69e3f0b anv/image: Refactor choice of isl_tiling_flags_t by Chad Versace · 7 years ago
  21. 7bb4387 anv: Refactor anv_get_format_plane() - explicit unsupported by Chad Versace · 7 years ago
  22. 3ee7f4b anv: Remove anv_physical_device_get_format_properties() by Chad Versace · 7 years ago
  23. 891d237 anv: Simplify anv_physical_device_get_format_properties() by Chad Versace · 7 years ago
  24. b3e2ce0 anv: Simplify anv_get_image_format_properties() by Chad Versace · 7 years ago
  25. cd3fe37 anv: Rename get_image_format_properties() by Chad Versace · 7 years ago
  26. 17ac61a anv: Fix get_image_format_properties() - YCbCr by Chad Versace · 7 years ago
  27. eaa49ec anv: Fix get_image_format_properties() - 3-channel formats by Chad Versace · 7 years ago
  28. 6394e4a anv: Refactor get_image_format_properties() - Reduce params by Chad Versace · 7 years ago
  29. 6664707 anv: Refactor get_image_format_properties() - base_isl_format by Chad Versace · 7 years ago
  30. c22a9f1 anv: Refactor get_image_format_properties() - plane_format by Chad Versace · 7 years ago
  31. 096fc69 anv: Refactor get_image_format_properties() - ASTC by Chad Versace · 7 years ago
  32. 8ae4e97 anv: Refactor get_image_format_properties() - depthstencil (v2) by Chad Versace · 7 years ago
  33. 6720abf anv: Better types for 'aspect' function params by Chad Versace · 7 years ago
  34. 342c811 anv: Refactor get_buffer_format_properties() by Chad Versace · 7 years ago
  35. 62deeaa broadcom/vc4: Fix simulator mode for the MADVISE usage. by Eric Anholt · 7 years ago
  36. 272fe94 mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile by Marek Olšák · 7 years ago
  37. d4ebdc1 docs: update r600 atomic counter status. by Dave Airlie · 7 years ago
  38. 06993e4 r600: add support for hw atomic counters. (v3) by Dave Airlie · 7 years ago
  39. 9e62654 st/mesa: add support for hw atomics to glsl->tgsi. (v5) by Dave Airlie · 7 years ago
  40. 58d061c st/mesa: setup hw atomic limits. (v1.1) by Dave Airlie · 7 years ago
  41. 9f1db21 st/mesa: start adding support for hw atomics atom. (v2) by Dave Airlie · 7 years ago
  42. e0fb6de mesa/program: add hw atomic counter file by Dave Airlie · 7 years ago
  43. cca5617 gallium: add hw atomic buffer binding API. by Dave Airlie · 7 years ago
  44. 4b0b827 gallium/tgsi: start adding hw atomics (v3.2) by Dave Airlie · 7 years ago
  45. 2a06423 gallium: add CAPs to support HW atomic counters. (v3) by Dave Airlie · 8 years ago
  46. 24baca6 r600/query: drop rest of vi workaround code. by Dave Airlie · 7 years ago
  47. dd38a4e docs: Fix GL_MESA_program_debug enums by Roland Scheidegger · 7 years ago
  48. b99c628 st/mesa: remove 'struct' keyword on function parameter by Brian Paul · 7 years ago
  49. 750ee41 threads: fix MinGW build breakage by Brian Paul · 7 years ago
  50. f8bae52 mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes by Brian Paul · 7 years ago
  51. 366453f mesa: s/GLint/gl_buffer_index/ for _ColorReadBufferIndex by Brian Paul · 7 years ago
  52. 9862a84 mesa: minor reformatting, add const to gl_external_samplers() by Brian Paul · 7 years ago
  53. ad5f407 st/mesa: whitespace clean-up in st_mesa_to_tgsi.c by Brian Paul · 7 years ago
  54. 1873327 meson: implement default driver arguments by Dylan Baker · 7 years ago
  55. 8ecdbb6 i965: Pretend there are 4 subslices for compute shader threads on Gen9+. by Kenneth Graunke · 7 years ago
  56. 3e9533d meson: Add script to use VERSION file for getting version by Dylan Baker · 7 years ago
  57. 359a8f6 broadcom/vc4: Mark BOs as purgeable when they enter the BO cache by Boris Brezillon · 7 years ago
  58. 7d72af4 drm-uapi: Update vc4 header from drm-next by Boris Brezillon · 7 years ago
  59. ebcb4c2 meson: Enable VC4's NEON assembly support. by Eric Anholt · 7 years ago
  60. 9c9fd8f meson: Always link libgallium_dri.so against dep_thread. by Eric Anholt · 7 years ago
  61. 4c94607 meson: Drop stale comment about making valgrind conditional. by Eric Anholt · 7 years ago
  62. d975e69 meson: Leave dep_llvm empty if !with_llvm by Eric Anholt · 7 years ago
  63. 015cc6b Revert "glx: Implement GLX_EXT_no_config_context (v2)" by Adam Jackson · 7 years ago
  64. 9ceb057 radeonsi: pack r600_surface better by Marek Olšák · 7 years ago
  65. 1695256 radeonsi: pack r600_texture better by Marek Olšák · 7 years ago
  66. f8a4b60 radeonsi: clean up r600_surface by Marek Olšák · 7 years ago
  67. 6916ee7 radeonsi: remove r600_texture::non_disp_tiling by Marek Olšák · 7 years ago
  68. a06fe75 radeonsi: remove DBG_NO_DISCARD_RANGE by Marek Olšák · 7 years ago
  69. 5293b96 glx: Implement GLX_EXT_no_config_context (v2) by Adam Jackson · 7 years ago
  70. 3f66d54 glx: Prepare the DRI backends for GLX_EXT_no_config_context by Adam Jackson · 7 years ago
  71. 74b701d glx: Relax validate_renderType_against_config for EXT_no_config_context by Adam Jackson · 7 years ago
  72. ffc2060 anv: fix build failure by Nicolai Hähnle · 7 years ago
  73. cc78d77 mesa: flush and wait after creating a fallback texture by Nicolai Hähnle · 7 years ago
  74. 4644461 mesa: increase MaxServerWaitTimeout by Nicolai Hähnle · 7 years ago
  75. fbda795 st/mesa: remove redundant flushes from st_flush by Nicolai Hähnle · 7 years ago
  76. 884a0b2 st/dri: use stapi flush instead of pipe flush when creating fences by Nicolai Hähnle · 7 years ago
  77. b921da3 radeonsi: use a threaded context even for debug contexts by Nicolai Hähnle · 7 years ago
  78. 1a6d9e0 radeonsi: record and dump time of flush by Nicolai Hähnle · 7 years ago
  79. b07569a ddebug: optionally handle transfer commands like draws by Nicolai Hähnle · 7 years ago
  80. 18fd2a8 ddebug: dump context and before/after times of draws by Nicolai Hähnle · 7 years ago
  81. ba2f2b6 ddebug: generalize print_named_xxx via a PRINT_NAMED macro by Nicolai Hähnle · 7 years ago
  82. c9fefa0 ddebug: rewrite to always use a threaded approach by Nicolai Hähnle · 7 years ago
  83. e8bb875 ddebug: use an atomic increment when numbering files by Nicolai Hähnle · 7 years ago
  84. d6710fe dd/util: extract dd_get_debug_filename_and_mkdir by Nicolai Hähnle · 7 years ago
  85. 8491fca gallium/u_dump: add and use util_dump_transfer_usage by Nicolai Hähnle · 7 years ago
  86. 9b8033a gallium/u_dump: add util_dump_ns by Nicolai Hähnle · 7 years ago
  87. 6f4a03b gallium/u_dump: export util_dump_ptr by Nicolai Hähnle · 7 years ago
  88. 125a915 radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE by Nicolai Hähnle · 7 years ago
  89. e4627ac radeonsi: document some subtle details of fence_finish & fence_server_sync by Nicolai Hähnle · 7 years ago
  90. 14b9fa7 gallium: add pipe_context::callback by Nicolai Hähnle · 7 years ago
  91. 2bdfbb0 gallium/u_threaded: implement pipe_context::set_log_context by Nicolai Hähnle · 7 years ago
  92. 244536d gallium/u_threaded: avoid syncs for get_query_result by Nicolai Hähnle · 7 years ago
  93. 609a230 gallium/u_threaded: implement asynchronous flushes by Nicolai Hähnle · 7 years ago
  94. 11b380e gallium/u_threaded: mark queries flushed only for non-deferred flushes by Nicolai Hähnle · 7 years ago
  95. 78a4750 radeonsi: move fence functions to si_fence.c by Nicolai Hähnle · 7 years ago
  96. e6dbc80 winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences by Nicolai Hähnle · 7 years ago
  97. 1e5c9cf gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits by Nicolai Hähnle · 7 years ago
  98. ea6df1c gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH by Nicolai Hähnle · 7 years ago
  99. e3a8013 util/u_queue: add util_queue_fence_wait_timeout by Nicolai Hähnle · 7 years ago
  100. f1a3648 threads: update for late C11 changes by Nicolai Hähnle · 7 years ago