1. 94f202c freedreno: Fix leak of shader binary on disk cache hits. by Eric Anholt · 4 years ago
  2. 159ded9 freedreno/ir3: Fix crash in shader compile fail path by Rob Clark · 3 years, 8 months ago
  3. cdb5bcc turnip: Fix file descriptor return. by Vinson Lee · 3 years, 9 months ago
  4. 9f1cd99 turnip: Fix image size for 3D vkGetImageSubresourceLayout. by Eric Anholt · 3 years, 9 months ago
  5. 1882a02 tu: Make sure spirv_to_nir knows we support imageStorageWithoutFormat. by Eric Anholt · 3 years, 9 months ago
  6. b2c7193 turnip: enable VK_EXT_image_drm_format_modifier by Jonathan Marek · 3 years, 10 months ago
  7. f624692 turnip: don't always fallback to linear for mutable formats by Jonathan Marek · 3 years, 10 months ago
  8. 8c4426f turnip: remove unnecessary/redundant tu_image fields by Jonathan Marek · 3 years, 10 months ago
  9. c64cd69 turnip: remove useless tu_image asserts by Jonathan Marek · 3 years, 10 months ago
  10. dfaa8b9 turnip: LAYOUT_PREINITIALIZED is not different for optimal tiling by Jonathan Marek · 3 years, 10 months ago
  11. 43c1648 turnip: don't implement CreateImage as two separate functions by Jonathan Marek · 3 years, 10 months ago
  12. 3cc58e6 nir: Add and use some deref mode helpers by Jason Ekstrand · 3 years, 9 months ago
  13. 3f0a29f nir/builder: Add a nir_ieq_imm helper by Jason Ekstrand · 4 years ago
  14. 200bcd7 android: freedreno: Add freedreno_dev_info.[ch] to Makefile.sources by Marijn Suijten · 3 years, 9 months ago
  15. fe3e571 tu: Support rasterizerDiscardEnable and RasterizationStreamSelect by Connor Abbott · 3 years, 10 months ago
  16. 841f736 tu: Support geometryStreams by Connor Abbott · 3 years, 10 months ago
  17. 563789c ir3: Support geometry streams by Connor Abbott · 3 years, 10 months ago
  18. 48cfaec freedreno/a6xx: Update SO registers for streams by Connor Abbott · 3 years, 10 months ago
  19. 990343b turnip: rework android gralloc path so it doesn't call tu_image_create by Jonathan Marek · 3 years, 10 months ago
  20. a1d2b21 tu: Use freedreno_dev_info by Connor Abbott · 3 years, 9 months ago
  21. 4a0bdf4 freedreno: Introduce common device info struct by Connor Abbott · 3 years, 9 months ago
  22. fdb1997 Fix VMware capitalization. by Vinson Lee · 3 years, 9 months ago
  23. f2ae8d1 freedreno/a6xx: Implement user clip/cull distances by Connor Abbott · 3 years, 10 months ago
  24. b4224c3 tu: Implement clip/cull distances by Connor Abbott · 3 years, 10 months ago
  25. 47f825a ir3: Handle clip+cull distances by Connor Abbott · 3 years, 10 months ago
  26. 9e063b0 ir3: Switch tess lowering to use location by Connor Abbott · 3 years, 10 months ago
  27. b03fdca turnip: Add error path handling for descriptor pool init. by Eric Anholt · 3 years, 9 months ago
  28. d384f3b turnip: Handle the error path for tu/drm's vkResetFences(). by Eric Anholt · 3 years, 9 months ago
  29. 296468e turnip: Handle some error paths in allocating CS space from a command buffer. by Eric Anholt · 3 years, 9 months ago
  30. 9b156ef freedreno/fdperf: Silence a compiler warning about current counter. by Eric Anholt · 3 years, 9 months ago
  31. a512e9e freedreno/tools: Fix compiler warnings about using sz in the error paths. by Eric Anholt · 3 years, 9 months ago
  32. 91c5bbc freedreno/cffdec: Fix format overflow warning. by Eric Anholt · 3 years, 9 months ago
  33. 4df98c3 turnip: Only link libdrm in the DRM case, not KGSL. by Eric Anholt · 3 years, 10 months ago
  34. f63ce9b turnip: Don't link the WSI code if we don't have a WSI extension. by Eric Anholt · 3 years, 10 months ago
  35. 8f3313f turnip: Use Mesa's libsync.h instead of libdrm's libsync.h. by Eric Anholt · 3 years, 10 months ago
  36. 8a72666 turnip: Drop a dead error checking path in device init. by Eric Anholt · 3 years, 10 months ago
  37. 3a1f22c turnip: Add support for GetSwapchainGrallocUsage2ANDROID(). by Eric Anholt · 3 years, 10 months ago
  38. 5a595cd turnip: Detect Qualcomm gralloc and its UBWC flag on gralloc surfaces. by Eric Anholt · 3 years, 10 months ago
  39. 9a14e74 turnip/kgsl: Add support for importing dma-bufs. by Eric Anholt · 3 years, 10 months ago
  40. b732e4f turnip/kgsl: Fix last minute breakage of the build. by Eric Anholt · 3 years, 10 months ago
  41. 624a2aa freedreno/ir3: Don't leave holes the UBO upload plan. by Eric Anholt · 3 years, 10 months ago
  42. ddf468f freedreno/ir3: Clean up the UBO upload plan setup. by Eric Anholt · 3 years, 10 months ago
  43. 713386a turnip: Enable support for KHR_incremental_present by Eduardo Lima Mitev · 3 years, 10 months ago
  44. f5f0c01 gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  45. b42c6ff util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  46. e33f9db turnip/kgsl: Add strerror decode in BO init failure. by Eric Anholt · 3 years, 10 months ago
  47. 5d3aeaf turnip: Report device loss through _mesa_loge() instead of fprintf. by Eric Anholt · 3 years, 10 months ago
  48. 50f25da turnip: Always enable TU_DEBUG=startup on debug drivers. by Eric Anholt · 3 years, 10 months ago
  49. a4d9a9d1 turnip: Extend the coverage of TU_DEBUG=startup. by Eric Anholt · 3 years, 10 months ago
  50. 80869f0 turnip: Mark the vk_errorf helper as bring printflike. by Eric Anholt · 3 years, 10 months ago
  51. 01de452 turnip: Use mesa's normal PRINTFLIKE macro instead of our own. by Eric Anholt · 3 years, 10 months ago
  52. a7bc2f8 turnip: Don't expose VK_ANDROID_native_buffer on non-Android. by Eric Anholt · 3 years, 10 months ago
  53. 8163c81 turnip: implement timestamp fences/semaphores for kgsl backend by Jonathan Marek · 3 years, 10 months ago
  54. ef918f0 turnip: remove pre-emption marker by Jonathan Marek · 3 years, 10 months ago
  55. 57b4f60 turnip: don't initialize GRAS_LRZ_CNTL/RB_LRZ_CNTL tu6_init_hw() by Samuel Iglesias Gonsálvez · 3 years, 11 months ago
  56. 3c07a14 turnip: enable LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  57. 1d83f5a turnip: disable LRZ on vkCmdClearattachments() 3D fallback path by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  58. 2f79e00 turnip: disable LRZ on vkCmdClearAttachments() by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  59. 27743b0 turnip: emit correct LRZ fast clear setup by Samuel Iglesias Gonsálvez · 3 years, 10 months ago
  60. 0ca87ed turnip: add support to clear LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  61. 0b2cfd0 turnip: add LRZ valid tracking for secondary command buffers by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  62. 517b26b turnip: add LRZ tracking to command buffer state by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  63. fdad1ca turnip: disable LRZ depending on fragment changes by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  64. d1fa40b turnip: disable LRZ writes when blend is enabled by Samuel Iglesias Gonsálvez · 3 years, 11 months ago
  65. 38f008e turnip: disable LRZ on specific cases by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  66. 6089b00 turnip: create LRZ buffer by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  67. 138d292 turnip: add environment variable to disable LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  68. 535fd6d freedreno/cffdec: fix decoding of bindless descriptors by Jonathan Marek · 3 years, 10 months ago
  69. 1aac47d Revert F16C series (MR 6774) by Matt Turner · 3 years, 10 months ago
  70. 0aa08ae nir: Split NIR_INTRINSIC_TYPE into separate src/dest indices by Jason Ekstrand · 3 years, 10 months ago
  71. 49ec863 freedreno/ir3: Enable the i/o vectorizer on UBOs. by Eric Anholt · 4 years ago
  72. bd60e31 freedreno/ir3: Make sure we run the opt loop after lowering UBOs to vec4. by Eric Anholt · 3 years, 10 months ago
  73. 8dc8922 turnip: implement legacy API functions separately by Jonathan Marek · 3 years, 10 months ago
  74. 4fb2edd gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  75. 2b6a172 util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  76. 92a594b spirv: Delete the legacy offset/index UBO/SSBO lowering by Jason Ekstrand · 4 years, 2 months ago
  77. d3fa745 anv,radv,tu,val: Call nir_lower_io for push constants by Jason Ekstrand · 4 years, 2 months ago
  78. 728061b turnip: signal fence and semaphore in AcquireNextImage2KHR by Jonathan Marek · 3 years, 10 months ago
  79. e192f8f turnip: share code between semaphores/fences + fence import/export by Jonathan Marek · 3 years, 10 months ago
  80. 0497c9c turnip: remove remaining uses of drmSyncobj helpers by Jonathan Marek · 3 years, 10 months ago
  81. c4d5010 turnip: rework ImportSemaphoreFdKHR by Jonathan Marek · 3 years, 10 months ago
  82. 8343c32 turnip: rework GetSemaphoreFdKHR by Jonathan Marek · 3 years, 10 months ago
  83. fb76af2 turnip: semaphores simplification (only syncobj semaphores supported) by Jonathan Marek · 3 years, 10 months ago
  84. 1dfb5a9 turnip: set MSM_SUBMIT_SYNCOBJ_RESET for submit pWaitSemaphores by Jonathan Marek · 3 years, 10 months ago
  85. 2a3f6e0 turnip: always create permanent syncobj for semaphore by Jonathan Marek · 3 years, 10 months ago
  86. dcc278c turnip: clean up tu_device_memory by Jonathan Marek · 3 years, 10 months ago
  87. 7454ae4 freedreno/registers: Add a couple things used on kernel side by Rob Clark · 3 years, 10 months ago
  88. 27c8d97 freedreno/drm: Also clean ring_cache by Rob Clark · 3 years, 10 months ago
  89. 69a3ef6 freedreno/drm: drop bo's dev reference by Rob Clark · 3 years, 10 months ago
  90. 8d27577 tu: Enable multi-position output by Connor Abbott · 4 years ago
  91. 64ad5a1 ir3, tu: Link per-view position correctly by Connor Abbott · 4 years ago
  92. 6982e85 ir3, tu: Run optimization loop twice by Connor Abbott · 4 years, 1 month ago
  93. 41a5a21 tu: Refactor shader compilation flow by Connor Abbott · 4 years, 1 month ago
  94. 67ac166 tu: Write multiview control registers in binning pass by Connor Abbott · 3 years, 11 months ago
  95. 6d4f33e turnip: initial implementation of VK_KHR_push_descriptor by Jonathan Marek · 3 years, 10 months ago
  96. 992d247 turnip: delete unused/broken pipeline layout hashing code by Jonathan Marek · 3 years, 10 months ago
  97. 560cff8 turnip: remove unused cmd_buffer/device arguments in descriptor sets by Jonathan Marek · 3 years, 10 months ago
  98. a55dc27 turnip: Replace tu_log*() with mesa_log*() by Eric Anholt · 3 years, 10 months ago
  99. b54a0bb freedreno/layout: add tile_all flag to the layout by Samuel Iglesias Gonsálvez · 3 years, 10 months ago
  100. dcba32b turnip: implement VK_EXT_extended_dynamic_state by Jonathan Marek · 3 years, 10 months ago