1. 1dc45d7 i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW by Anuj Phogat · 7 years ago
  2. 6165fda i965: Program DWord Length in MI_FLUSH_DW by Anuj Phogat · 7 years ago
  3. 5d8164c anv/gen10: Enable float blend optimization by Anuj Phogat · 7 years ago
  4. 72a2392 intel/genxml: Add Cache Mode SubSlice Register to gen10.xml by Anuj Phogat · 7 years ago
  5. aacf194 anv/gen10: Implement WaSampleOffsetIZ workaround by Anuj Phogat · 7 years ago
  6. 20e8dfc mesa/st: add missing copyright headers to memoryobjects files by Andres Rodriguez · 7 years ago
  7. 60baf1a mesa: minor tidy up for memory object error strings by Andres Rodriguez · 7 years ago
  8. f7580e7 broadcom/vc4: fix indentation in vc4_screen.c by Andres Rodriguez · 7 years ago
  9. a31d038 Revert "intel/fs: Use a pure vertical stride for large register strides" by Matt Turner · 7 years ago
  10. 6ac2d16 i965/fs: Fix extract_i8/u8 to a 64-bit destination by Matt Turner · 7 years ago
  11. cfcfa0b i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK by Matt Turner · 7 years ago
  12. d848951 swr/rast: Faster emulated simd16 permute by Tim Rowley · 7 years ago
  13. 4399048 swr/rast: Use gather instruction for i32gather_ps on simd16/avx512 by Tim Rowley · 7 years ago
  14. 0db36ca egl/wayland: Add a fallback when fourcc query isn't supported by Derek Foreman · 7 years ago
  15. 89e669d radeonsi: remove has_cp_dma, has_streamout flags (v2) by Marek Olšák · 7 years ago
  16. b904ad7 i965: implement (un)mapImage by Julien Isorce · 7 years ago
  17. 8a7d409 radv: force enable LLVM sisched for The Talos Principle by Samuel Pitoiset · 7 years ago
  18. ecabe22 radv: add nosisched debug option by Samuel Pitoiset · 7 years ago
  19. b498172 spirv: fix typo on DO NOT EDIT header by Alejandro Piñeiro · 7 years ago
  20. 7df9a36 meson: if dep_dl is an empty list, it's not a dependency object by Jon Turney · 7 years ago
  21. 7c25578 radv: Free temporary syncobj after waiting on it. by Bas Nieuwenhuizen · 7 years ago
  22. 917d3b4 radv: Free syncobj with multiple imports. by Bas Nieuwenhuizen · 7 years ago
  23. fb0e9b5 i965: Track the depth and render caches separately by Jason Ekstrand · 7 years ago
  24. d6d0ac9 i965/blorp: Add more destination flushing by Jason Ekstrand · 7 years ago
  25. 4a09070 i965: Add more precise cache tracking helpers by Jason Ekstrand · 7 years ago
  26. 6830ba0 i965: Add stencil buffers to cache set regardless of stencil texturing by Jason Ekstrand · 7 years ago
  27. 4b1e70c i965: Switch over to fully external-or-not MOCS scheme by Jason Ekstrand · 7 years ago
  28. d7a19d6 i965: Use PTE MOCS for all external buffers by Jason Ekstrand · 7 years ago
  29. bc933d0 intel/blorp: Make the MOCS setting part of blorp_address by Jason Ekstrand · 7 years ago
  30. deec84f anv/blorp: Add a device parameter to blorp_surf_for_anv_image by Jason Ekstrand · 7 years ago
  31. 4639cc7 intel/blorp: Use mocs.tex for depth stencil by Jason Ekstrand · 7 years ago
  32. 866158b intel/tools/error: Decode compute shaders. by Kenneth Graunke · 7 years ago
  33. 7049c38 intel/tools/error: Use do-while for field iterator loops. by Kenneth Graunke · 7 years ago
  34. 8b749ee intel/tools/error: Decode shaders while decoding batch commands. by Kenneth Graunke · 7 years ago
  35. 4979bf2 intel/tools/error: Save error state sections and decode them later. by Kenneth Graunke · 7 years ago
  36. eb8ad56 intel/tools/error: Fix null termination of ring name string. by Kenneth Graunke · 7 years ago
  37. ac17b38 intel/tools/error: Drop unused MAX_RINGS #define. by Kenneth Graunke · 7 years ago
  38. 596e860 intel/tools/error: Refactor buffer matching, add more buffers. by Kenneth Graunke · 7 years ago
  39. 4bb119f intel/tools/error: Only decode a few sections of error states. by Kenneth Graunke · 7 years ago
  40. 00981e7 intel/tools/error: Drop unused parameters from decode() helper. by Kenneth Graunke · 7 years ago
  41. 1898bf1 intel/tools/error: Drop support for non-ascii85 encoded error states. by Kenneth Graunke · 7 years ago
  42. 53586f8 intel/tools/error: Do ascii85 decode first. by Kenneth Graunke · 7 years ago
  43. 8f9d9dd c11/haiku: Define missing timespec_get on Haiku by Alexander von Gluck IV · 7 years ago
  44. f09e001 egl/haiku: Correct invalid void* conversion in calloc by Alexander von Gluck IV · 7 years ago
  45. 46a7fdd meson: Remove build_by_default from amd code by Dylan Baker · 7 years ago
  46. 49fa074 meson: Don't build intel shared components by default by Dylan Baker · 7 years ago
  47. 2bfd34c meson: don't use build_by_default for specific gallium drivers by Dylan Baker · 7 years ago
  48. 63b6eb9 r600/shader: handle bitfield extract semantics properly. by Dave Airlie · 7 years ago
  49. 0442809 r600: handle bitfieldInsert corner case. by Dave Airlie · 7 years ago
  50. 53d5dda r600: add gs tri strip adjacency fix. by Dave Airlie · 7 years ago
  51. f3f8615 r600: fix isoline tess factor component swapping. by Dave Airlie · 7 years ago
  52. 50330d7 r600/shader: reserve first register of vertex shader. by Dave Airlie · 7 years ago
  53. 00fb21b meson: Move -Dvulkan-drivers handling higher in the file by Jason Ekstrand · 7 years ago
  54. 3a922d6 meson: Stop requiring platforms for Vulkan by Jason Ekstrand · 7 years ago
  55. da31e2c r600: don't emit atomic save if we have no atomic counters. by Dave Airlie · 7 years ago
  56. 257edb5 glx/dri3: Fix passing renderType into glXCreateContext by Adam Jackson · 7 years ago
  57. 033cfb1 glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) by Adam Jackson · 7 years ago
  58. bc1bc6f glx: Lower GLX opcode lookup into SendMakeCurrentRequest by Adam Jackson · 7 years ago
  59. 93200ea aubinator: Don't skip the first field in each subgroup by Jason Ekstrand · 7 years ago
  60. 74a9e51 intel/genxml: Delete empty groups by Jason Ekstrand · 7 years ago
  61. 54a6f7e anv: Don't crash on invalid heap sizes when the PCI ID is overriden by Jason Ekstrand · 7 years ago
  62. 4122d00 nir/spirv: tg4 requires a sampler by Alex Smith · 7 years ago
  63. e9eb3c4 spirv: Use correct type for sampled images by Alex Smith · 7 years ago
  64. 157c9a1 spirv: add DO NOT EDIT warning on generated spirv_info.c by Alejandro Piñeiro · 7 years ago
  65. 54a58b2 loader/dri3: Improve dri3 thread-safety by Thomas Hellstrom · 7 years ago
  66. 2b72ab5 etnaviv: automake,meson: include common_3d.xml.h in the sources lists by Juan A. Suarez Romero · 7 years ago
  67. 41f7de4 egl: EXT_pixel_format_float plumbing by Tapani Pälli · 7 years ago
  68. 934b77f radv: add unlikely() around radv_save_descriptors() by Samuel Pitoiset · 7 years ago
  69. 3057454 radv: optimize calling radv_cmd_buffer_trace_emit() by Samuel Pitoiset · 7 years ago
  70. 957d422 radv: optimize calling radv_save_pipeline() by Samuel Pitoiset · 7 years ago
  71. ebab5c8 radv: use vk_zalloc instead of vk_alloc+memset by Samuel Pitoiset · 7 years ago
  72. 0f68208 radv: remove unnecessary memset() in radv_AllocateCommandBuffers() by Samuel Pitoiset · 7 years ago
  73. 66da4c7 radv: remove useless initializations in radv_create_cmd_buffer() by Samuel Pitoiset · 7 years ago
  74. 3d95fde radv: remove useless memset() in radv_CreateFence() by Samuel Pitoiset · 7 years ago
  75. cd64a4f radv: use vk_error() everywhere an error is returned by Samuel Pitoiset · 7 years ago
  76. 4e16c6a radv: make radv_emit_framebuffer_state() static by Samuel Pitoiset · 7 years ago
  77. be01197 radv: do not emit the framebuffer when restoring a pass by Samuel Pitoiset · 7 years ago
  78. f87c58d radv: prefetch VBO descriptors at the right place by Samuel Pitoiset · 7 years ago
  79. 9444a34 radv: add radv_emit_prefetch_TC_L2_async() helper by Samuel Pitoiset · 7 years ago
  80. 36c2e46 radv: rename radv_emit_shaders_prefetch() to radv_emit_prefetch() by Samuel Pitoiset · 7 years ago
  81. 456e109 glsl/linker: use without_array() to retrieve type by Iago Toral Quiroga · 7 years ago
  82. bec716e radv: emit esgs ring size in one place. by Dave Airlie · 7 years ago
  83. 031e591 radv: move calculating vs out info regs into pipeline. by Dave Airlie · 7 years ago
  84. 4a9aad9 freedreno/a5xx: fix SSBO emit for non-zero offset by Rob Clark · 7 years ago
  85. 5f25ab4 freedreno/a5xx: remove obsolete comment by Rob Clark · 7 years ago
  86. 8fcee85 freedreno/ir3: don't create split/fo if only writing .x by Rob Clark · 7 years ago
  87. e7b2719 freedreno/a5xx: indirect grids by Rob Clark · 7 years ago
  88. 471aa1b freedreno/a5xx: add global size compute cap by Rob Clark · 7 years ago
  89. 62981bb freedreno/ir3: turn on std430 packing by Rob Clark · 7 years ago
  90. bedbe7f freedreno/a5xx: image support by Rob Clark · 7 years ago
  91. 819a613 freedreno/ir3: moar better scheduler by Rob Clark · 7 years ago
  92. 15ea8d1 freedreno/ir3: move macros by Rob Clark · 7 years ago
  93. 9edfc36 freedreno/ir3: image support by Rob Clark · 7 years ago
  94. eaae810 freedreno/ir3: shared variable support by Rob Clark · 7 years ago
  95. dd75abc freedreno/ir3: some SSBO cleanups/fixes by Rob Clark · 7 years ago
  96. 2f8bdf2 freedreno/ir3: split out INSTR4F instructions by Rob Clark · 7 years ago
  97. 0038deb freedreno/ir3: cat6 encoding fixes by Rob Clark · 7 years ago
  98. 4e9a6c6 freedreno/ir3: add barriers by Rob Clark · 7 years ago
  99. 4c711f4 freedreno/ir3: invert is_same_type_mov() logic by Rob Clark · 7 years ago
  100. 6da5130 freedreno/ir3: add cat7 instructions by Rob Clark · 7 years ago