1. fdb1997 Fix VMware capitalization. by Vinson Lee · 3 years, 9 months ago
  2. f2ae8d1 freedreno/a6xx: Implement user clip/cull distances by Connor Abbott · 3 years, 10 months ago
  3. b4224c3 tu: Implement clip/cull distances by Connor Abbott · 3 years, 10 months ago
  4. 47f825a ir3: Handle clip+cull distances by Connor Abbott · 3 years, 10 months ago
  5. 9e063b0 ir3: Switch tess lowering to use location by Connor Abbott · 3 years, 10 months ago
  6. b03fdca turnip: Add error path handling for descriptor pool init. by Eric Anholt · 3 years, 9 months ago
  7. d384f3b turnip: Handle the error path for tu/drm's vkResetFences(). by Eric Anholt · 3 years, 9 months ago
  8. 296468e turnip: Handle some error paths in allocating CS space from a command buffer. by Eric Anholt · 3 years, 9 months ago
  9. 9b156ef freedreno/fdperf: Silence a compiler warning about current counter. by Eric Anholt · 3 years, 9 months ago
  10. a512e9e freedreno/tools: Fix compiler warnings about using sz in the error paths. by Eric Anholt · 3 years, 9 months ago
  11. 91c5bbc freedreno/cffdec: Fix format overflow warning. by Eric Anholt · 3 years, 9 months ago
  12. 4df98c3 turnip: Only link libdrm in the DRM case, not KGSL. by Eric Anholt · 3 years, 10 months ago
  13. f63ce9b turnip: Don't link the WSI code if we don't have a WSI extension. by Eric Anholt · 3 years, 10 months ago
  14. 8f3313f turnip: Use Mesa's libsync.h instead of libdrm's libsync.h. by Eric Anholt · 3 years, 10 months ago
  15. 8a72666 turnip: Drop a dead error checking path in device init. by Eric Anholt · 3 years, 10 months ago
  16. 3a1f22c turnip: Add support for GetSwapchainGrallocUsage2ANDROID(). by Eric Anholt · 3 years, 10 months ago
  17. 5a595cd turnip: Detect Qualcomm gralloc and its UBWC flag on gralloc surfaces. by Eric Anholt · 3 years, 10 months ago
  18. 9a14e74 turnip/kgsl: Add support for importing dma-bufs. by Eric Anholt · 3 years, 10 months ago
  19. b732e4f turnip/kgsl: Fix last minute breakage of the build. by Eric Anholt · 3 years, 10 months ago
  20. 624a2aa freedreno/ir3: Don't leave holes the UBO upload plan. by Eric Anholt · 3 years, 10 months ago
  21. ddf468f freedreno/ir3: Clean up the UBO upload plan setup. by Eric Anholt · 3 years, 10 months ago
  22. 713386a turnip: Enable support for KHR_incremental_present by Eduardo Lima Mitev · 3 years, 10 months ago
  23. f5f0c01 gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  24. b42c6ff util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  25. e33f9db turnip/kgsl: Add strerror decode in BO init failure. by Eric Anholt · 3 years, 10 months ago
  26. 5d3aeaf turnip: Report device loss through _mesa_loge() instead of fprintf. by Eric Anholt · 3 years, 10 months ago
  27. 50f25da turnip: Always enable TU_DEBUG=startup on debug drivers. by Eric Anholt · 3 years, 10 months ago
  28. a4d9a9d1 turnip: Extend the coverage of TU_DEBUG=startup. by Eric Anholt · 3 years, 10 months ago
  29. 80869f0 turnip: Mark the vk_errorf helper as bring printflike. by Eric Anholt · 3 years, 10 months ago
  30. 01de452 turnip: Use mesa's normal PRINTFLIKE macro instead of our own. by Eric Anholt · 3 years, 10 months ago
  31. a7bc2f8 turnip: Don't expose VK_ANDROID_native_buffer on non-Android. by Eric Anholt · 3 years, 10 months ago
  32. 8163c81 turnip: implement timestamp fences/semaphores for kgsl backend by Jonathan Marek · 3 years, 10 months ago
  33. ef918f0 turnip: remove pre-emption marker by Jonathan Marek · 3 years, 10 months ago
  34. 57b4f60 turnip: don't initialize GRAS_LRZ_CNTL/RB_LRZ_CNTL tu6_init_hw() by Samuel Iglesias Gonsálvez · 3 years, 11 months ago
  35. 3c07a14 turnip: enable LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  36. 1d83f5a turnip: disable LRZ on vkCmdClearattachments() 3D fallback path by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  37. 2f79e00 turnip: disable LRZ on vkCmdClearAttachments() by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  38. 27743b0 turnip: emit correct LRZ fast clear setup by Samuel Iglesias Gonsálvez · 3 years, 10 months ago
  39. 0ca87ed turnip: add support to clear LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  40. 0b2cfd0 turnip: add LRZ valid tracking for secondary command buffers by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  41. 517b26b turnip: add LRZ tracking to command buffer state by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  42. fdad1ca turnip: disable LRZ depending on fragment changes by Samuel Iglesias Gonsálvez · 4 years, 1 month ago
  43. d1fa40b turnip: disable LRZ writes when blend is enabled by Samuel Iglesias Gonsálvez · 3 years, 11 months ago
  44. 38f008e turnip: disable LRZ on specific cases by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  45. 6089b00 turnip: create LRZ buffer by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  46. 138d292 turnip: add environment variable to disable LRZ by Samuel Iglesias Gonsálvez · 4 years, 2 months ago
  47. 535fd6d freedreno/cffdec: fix decoding of bindless descriptors by Jonathan Marek · 3 years, 10 months ago
  48. 1aac47d Revert F16C series (MR 6774) by Matt Turner · 3 years, 10 months ago
  49. 0aa08ae nir: Split NIR_INTRINSIC_TYPE into separate src/dest indices by Jason Ekstrand · 3 years, 10 months ago
  50. 49ec863 freedreno/ir3: Enable the i/o vectorizer on UBOs. by Eric Anholt · 4 years ago
  51. bd60e31 freedreno/ir3: Make sure we run the opt loop after lowering UBOs to vec4. by Eric Anholt · 3 years, 10 months ago
  52. 8dc8922 turnip: implement legacy API functions separately by Jonathan Marek · 3 years, 10 months ago
  53. 4fb2edd gallium/util: remove empty file u_half.h by Marek Olšák · 3 years, 10 months ago
  54. 2b6a172 util: remove util_float_to_half and util_half_to_float wrappers by Marek Olšák · 3 years, 10 months ago
  55. 92a594b spirv: Delete the legacy offset/index UBO/SSBO lowering by Jason Ekstrand · 4 years, 2 months ago
  56. d3fa745 anv,radv,tu,val: Call nir_lower_io for push constants by Jason Ekstrand · 4 years, 2 months ago
  57. 728061b turnip: signal fence and semaphore in AcquireNextImage2KHR by Jonathan Marek · 3 years, 10 months ago
  58. e192f8f turnip: share code between semaphores/fences + fence import/export by Jonathan Marek · 3 years, 10 months ago
  59. 0497c9c turnip: remove remaining uses of drmSyncobj helpers by Jonathan Marek · 3 years, 10 months ago
  60. c4d5010 turnip: rework ImportSemaphoreFdKHR by Jonathan Marek · 3 years, 10 months ago
  61. 8343c32 turnip: rework GetSemaphoreFdKHR by Jonathan Marek · 3 years, 10 months ago
  62. fb76af2 turnip: semaphores simplification (only syncobj semaphores supported) by Jonathan Marek · 3 years, 10 months ago
  63. 1dfb5a9 turnip: set MSM_SUBMIT_SYNCOBJ_RESET for submit pWaitSemaphores by Jonathan Marek · 3 years, 10 months ago
  64. 2a3f6e0 turnip: always create permanent syncobj for semaphore by Jonathan Marek · 3 years, 10 months ago
  65. dcc278c turnip: clean up tu_device_memory by Jonathan Marek · 3 years, 10 months ago
  66. 7454ae4 freedreno/registers: Add a couple things used on kernel side by Rob Clark · 3 years, 10 months ago
  67. 27c8d97 freedreno/drm: Also clean ring_cache by Rob Clark · 3 years, 10 months ago
  68. 69a3ef6 freedreno/drm: drop bo's dev reference by Rob Clark · 3 years, 10 months ago
  69. 8d27577 tu: Enable multi-position output by Connor Abbott · 4 years ago
  70. 64ad5a1 ir3, tu: Link per-view position correctly by Connor Abbott · 4 years ago
  71. 6982e85 ir3, tu: Run optimization loop twice by Connor Abbott · 4 years, 1 month ago
  72. 41a5a21 tu: Refactor shader compilation flow by Connor Abbott · 4 years, 1 month ago
  73. 67ac166 tu: Write multiview control registers in binning pass by Connor Abbott · 3 years, 11 months ago
  74. 6d4f33e turnip: initial implementation of VK_KHR_push_descriptor by Jonathan Marek · 3 years, 10 months ago
  75. 992d247 turnip: delete unused/broken pipeline layout hashing code by Jonathan Marek · 3 years, 10 months ago
  76. 560cff8 turnip: remove unused cmd_buffer/device arguments in descriptor sets by Jonathan Marek · 3 years, 10 months ago
  77. a55dc27 turnip: Replace tu_log*() with mesa_log*() by Eric Anholt · 3 years, 10 months ago
  78. b54a0bb freedreno/layout: add tile_all flag to the layout by Samuel Iglesias Gonsálvez · 3 years, 10 months ago
  79. dcba32b turnip: implement VK_EXT_extended_dynamic_state by Jonathan Marek · 3 years, 10 months ago
  80. b2fa2d9 turnip: move A6XX_RB_ALPHA_CONTROL write to init_hw by Jonathan Marek · 3 years, 10 months ago
  81. d1588c7 turnip: fix wrong indentation in tu6_draw_common by Jonathan Marek · 3 years, 10 months ago
  82. 140f53e Revert "nir: replace lower_ffma and fuse_ffma with has_ffma" by Kenneth Graunke · 3 years, 10 months ago
  83. cec0bc7 turnip: rework fences to use syncobjs by Jonathan Marek · 3 years, 11 months ago
  84. c232067 turnip: require syncobj support by Jonathan Marek · 3 years, 11 months ago
  85. 89ffe85 turnip: add a fd field to tu_device by Jonathan Marek · 3 years, 11 months ago
  86. ec4fe92 turnip: delete unused tu_fence_signal function by Jonathan Marek · 3 years, 11 months ago
  87. 4c71cda vulkan/wsi/display: add option for display fence to signal syncobj by Jonathan Marek · 3 years, 10 months ago
  88. 939ddf3 nir: replace lower_ffma and fuse_ffma with has_ffma by Marek Olšák · 3 years, 10 months ago
  89. 21174de nir: split fuse_ffma into fuse_ffma16/32/64 by Marek Olšák · 3 years, 10 months ago
  90. e781cc7 tu: Expose shaderStorageImage*WithoutFormat by Connor Abbott · 3 years, 10 months ago
  91. 37054a3 ir3: Don't use the format to get the image type by Connor Abbott · 3 years, 10 months ago
  92. 6ebc20f tu: Expose shaderImageGatherExtended by Connor Abbott · 3 years, 10 months ago
  93. 205f4e9 tu: Expose shaderStorageImageExtendedFormats by Connor Abbott · 3 years, 10 months ago
  94. 9750164 nir: Rename get_buffer_size to get_ssbo_size by Jason Ekstrand · 3 years, 10 months ago
  95. 08add9f turnip/kgsl: Associate fences with submits. by Eric Anholt · 3 years, 10 months ago
  96. e807584 turnip: Add kgsl backend by Kristian H. Kristensen · 4 years, 4 months ago
  97. cde5b86 turnip: Release bo_mutex lock before potential error path. by Vinson Lee · 3 years, 10 months ago
  98. 207219d turnip: Add support for a615. by Eric Anholt · 3 years, 10 months ago
  99. 7ab804d freedreno/ir3: set lower_uniforms_to_ubo compiler flag by Gert Wollny · 3 years, 10 months ago
  100. efff734 turnip: multiViewport and VK_EXT_shader_viewport_index_layer by Jonathan Marek · 4 years ago