1. 46a7fdd meson: Remove build_by_default from amd code by Dylan Baker · 7 years ago
  2. 49fa074 meson: Don't build intel shared components by default by Dylan Baker · 7 years ago
  3. 2bfd34c meson: don't use build_by_default for specific gallium drivers by Dylan Baker · 7 years ago
  4. 63b6eb9 r600/shader: handle bitfield extract semantics properly. by Dave Airlie · 7 years ago
  5. 0442809 r600: handle bitfieldInsert corner case. by Dave Airlie · 7 years ago
  6. 53d5dda r600: add gs tri strip adjacency fix. by Dave Airlie · 7 years ago
  7. f3f8615 r600: fix isoline tess factor component swapping. by Dave Airlie · 7 years ago
  8. 50330d7 r600/shader: reserve first register of vertex shader. by Dave Airlie · 7 years ago
  9. 00fb21b meson: Move -Dvulkan-drivers handling higher in the file by Jason Ekstrand · 7 years ago
  10. 3a922d6 meson: Stop requiring platforms for Vulkan by Jason Ekstrand · 7 years ago
  11. da31e2c r600: don't emit atomic save if we have no atomic counters. by Dave Airlie · 7 years ago
  12. 257edb5 glx/dri3: Fix passing renderType into glXCreateContext by Adam Jackson · 7 years ago
  13. 033cfb1 glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) by Adam Jackson · 7 years ago
  14. bc1bc6f glx: Lower GLX opcode lookup into SendMakeCurrentRequest by Adam Jackson · 7 years ago
  15. 93200ea aubinator: Don't skip the first field in each subgroup by Jason Ekstrand · 7 years ago
  16. 74a9e51 intel/genxml: Delete empty groups by Jason Ekstrand · 7 years ago
  17. 54a6f7e anv: Don't crash on invalid heap sizes when the PCI ID is overriden by Jason Ekstrand · 7 years ago
  18. 4122d00 nir/spirv: tg4 requires a sampler by Alex Smith · 7 years ago
  19. e9eb3c4 spirv: Use correct type for sampled images by Alex Smith · 7 years ago
  20. 157c9a1 spirv: add DO NOT EDIT warning on generated spirv_info.c by Alejandro Piñeiro · 7 years ago
  21. 54a58b2 loader/dri3: Improve dri3 thread-safety by Thomas Hellstrom · 7 years ago
  22. 2b72ab5 etnaviv: automake,meson: include common_3d.xml.h in the sources lists by Juan A. Suarez Romero · 7 years ago
  23. 41f7de4 egl: EXT_pixel_format_float plumbing by Tapani Pälli · 7 years ago
  24. 934b77f radv: add unlikely() around radv_save_descriptors() by Samuel Pitoiset · 7 years ago
  25. 3057454 radv: optimize calling radv_cmd_buffer_trace_emit() by Samuel Pitoiset · 7 years ago
  26. 957d422 radv: optimize calling radv_save_pipeline() by Samuel Pitoiset · 7 years ago
  27. ebab5c8 radv: use vk_zalloc instead of vk_alloc+memset by Samuel Pitoiset · 7 years ago
  28. 0f68208 radv: remove unnecessary memset() in radv_AllocateCommandBuffers() by Samuel Pitoiset · 7 years ago
  29. 66da4c7 radv: remove useless initializations in radv_create_cmd_buffer() by Samuel Pitoiset · 7 years ago
  30. 3d95fde radv: remove useless memset() in radv_CreateFence() by Samuel Pitoiset · 7 years ago
  31. cd64a4f radv: use vk_error() everywhere an error is returned by Samuel Pitoiset · 7 years ago
  32. 4e16c6a radv: make radv_emit_framebuffer_state() static by Samuel Pitoiset · 7 years ago
  33. be01197 radv: do not emit the framebuffer when restoring a pass by Samuel Pitoiset · 7 years ago
  34. f87c58d radv: prefetch VBO descriptors at the right place by Samuel Pitoiset · 7 years ago
  35. 9444a34 radv: add radv_emit_prefetch_TC_L2_async() helper by Samuel Pitoiset · 7 years ago
  36. 36c2e46 radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch() by Samuel Pitoiset · 7 years ago
  37. 456e109 glsl/linker: use without_array() to retrieve type by Iago Toral Quiroga · 7 years ago
  38. bec716e radv: emit esgs ring size in one place. by Dave Airlie · 7 years ago
  39. 031e591 radv: move calculating vs out info regs into pipeline. by Dave Airlie · 7 years ago
  40. 4a9aad9 freedreno/a5xx: fix SSBO emit for non-zero offset by Rob Clark · 7 years ago
  41. 5f25ab4 freedreno/a5xx: remove obsolete comment by Rob Clark · 7 years ago
  42. 8fcee85 freedreno/ir3: don't create split/fo if only writing .x by Rob Clark · 7 years ago
  43. e7b2719 freedreno/a5xx: indirect grids by Rob Clark · 7 years ago
  44. 471aa1b freedreno/a5xx: add global size compute cap by Rob Clark · 7 years ago
  45. 62981bb freedreno/ir3: turn on std430 packing by Rob Clark · 7 years ago
  46. bedbe7f freedreno/a5xx: image support by Rob Clark · 7 years ago
  47. 819a613 freedreno/ir3: moar better scheduler by Rob Clark · 7 years ago
  48. 15ea8d1 freedreno/ir3: move macros by Rob Clark · 7 years ago
  49. 9edfc36 freedreno/ir3: image support by Rob Clark · 7 years ago
  50. eaae810 freedreno/ir3: shared variable support by Rob Clark · 7 years ago
  51. dd75abc freedreno/ir3: some SSBO cleanups/fixes by Rob Clark · 7 years ago
  52. 2f8bdf2 freedreno/ir3: split out INSTR4F instructions by Rob Clark · 7 years ago
  53. 0038deb freedreno/ir3: cat6 encoding fixes by Rob Clark · 7 years ago
  54. 4e9a6c6 freedreno/ir3: add barriers by Rob Clark · 7 years ago
  55. 4c711f4 freedreno/ir3: invert is_same_type_mov() logic by Rob Clark · 7 years ago
  56. 6da5130 freedreno/ir3: add cat7 instructions by Rob Clark · 7 years ago
  57. 33f5f63 freedreno/ir3: add SSBO get_buffer_size() support by Rob Clark · 7 years ago
  58. b267a08 freedreno/ir3: extract helper for common consts by Rob Clark · 7 years ago
  59. 13fe1fe freedreno: add image view state tracking by Rob Clark · 7 years ago
  60. 12c1c3a freedreno: update generated headers by Rob Clark · 7 years ago
  61. 0006b86 mesa/st/nir: assign driver_location for images by Rob Clark · 7 years ago
  62. ecbe1e9 st/program: fix compute shader nir references by Rob Clark · 7 years ago
  63. 5009dc5 freedreno/ir3: rename ir3_compile -> ir3_context by Rob Clark · 7 years ago
  64. 9a0465b intel/tools: Fix detection of enabled shader stages. by Kenneth Graunke · 7 years ago
  65. b99fb1a st/atifs: remove unrequired initialisation of gl_program fields by Timothy Arceri · 7 years ago
  66. 8fe6abd ac: add emit_vertex to the abi by Timothy Arceri · 7 years ago
  67. dc42a21 radeonsi: rework gs_vtx_offset handling by Timothy Arceri · 7 years ago
  68. 8c9f3f2 nir: add streams to nir data by Timothy Arceri · 7 years ago
  69. 3a71eac st/dri: fix deadlock when waiting on android fences by Marek Olšák · 7 years ago
  70. 881f6e7 meson: Guard freedreno build with with_gallium_freedreno. by Rob Clark · 7 years ago
  71. d484920 docs: update calendar, add news item and link release notes for 17.2.5 by Andres Gomez · 7 years ago
  72. 30a3da4 docs: add sha256 checksums for 17.2.5 by Andres Gomez · 7 years ago
  73. bb40d2f docs: add release notes for 17.2.5 by Andres Gomez · 7 years ago
  74. 2927014 i965/gen10: Use the correct form of | for the RCPFE workaround by Jason Ekstrand · 7 years ago
  75. b8d42cc i965: Make L3 configuration atom listen for TCS/TES program updates. by Kenneth Graunke · 7 years ago
  76. ad9c2f5 meson: build gallium-xlib based glx by Dylan Baker · 7 years ago
  77. 118a7f0 meson: add support for xlib glx by Dylan Baker · 7 years ago
  78. 13752af meson: move gl pkgconfig generation out of glx by Dylan Baker · 7 years ago
  79. dc0ec58 meson: move wayland-egl into egl folder by Dylan Baker · 7 years ago
  80. 140b688 meson: add nir_builder_opcodes_h to gallium_auxiliary by Dylan Baker · 7 years ago
  81. 7210d00 gallium/xlib: remove GL_{MAJOR,MINOR,TINY} by Dylan Baker · 7 years ago
  82. f9e5216 radeonsi: get llvm types from ac by Timothy Arceri · 7 years ago
  83. d1edf6e glx/windows: Fix building libwindowsdri when libX11 headers are installed in a non-standard location by Jon Turney · 8 years ago
  84. 764f1e4 util: include unistd.h, which may be required for usleep prototype by Jon Turney · 7 years ago
  85. 8544554 autotools: Set C++ visibility flags on Intel by Dylan Baker · 7 years ago
  86. b8c85f5 docs/releasing: improve the pre-announce template and examples by Andres Gomez · 7 years ago
  87. 3bc1633 docs/releasing: drop manually exported variables during smoke test by Andres Gomez · 7 years ago
  88. 5ccbac8 docs/releasing: drop custom LLVM_CONFIG if previously manually set by Andres Gomez · 7 years ago
  89. e456d4d st/dri: fix android fence regression by Marek Olšák · 7 years ago
  90. e7972b8 util/u_thread: fix compilation on Mac OS by Nicolai Hähnle · 7 years ago
  91. f53570a util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeout by Nicolai Hähnle · 7 years ago
  92. ee880e9 gallium/u_threaded: fix end_query regression by Nicolai Hähnle · 7 years ago
  93. d473f91 swr: Fixed an uncommon freed-memory access during state validation by Bruce Cherniak · 7 years ago
  94. fecd04a freedreno/ir3: fix standalone compiler meson build by Rob Clark · 7 years ago
  95. 86154ac freedreno/ir3: correct # of dest components for intrinsics by Rob Clark · 7 years ago
  96. 3fcf186 freedreno/ir3: remove bogus assert by Rob Clark · 7 years ago
  97. ef4c42f nir: handle get_buffer_size in nir_lower_atomics_to_ssbo by Rob Clark · 7 years ago
  98. cd6f79a anv/meson: Generate dev_icd.json by Chad Versace · 7 years ago
  99. b7441ef anv: Fix architecture in intel_icd.{arch}.json by Chad Versace · 7 years ago
  100. 9ec3397 radv: Fix architecture in radeon_icd.{arch}.json by Chad Versace · 7 years ago