1. c6286e3 radv/sqtt: fix describing queue submits for RGP by Samuel Pitoiset · 6 months ago upstream/main
  2. 8368a97 r600: handle indirect access to kcache 14 and 15 by Gert Wollny · 6 months ago
  3. 464e8aa util: Allow kcmp on FreeBSD by Emmanuel Vadot · 6 months ago
  4. 3a00d80 Revert "ci: disable Collabora's farm due to maintance" by Sergi Blanch Torne · 6 months ago
  5. fcce9cc ci: disable Collabora's farm due to maintance by Sergi Blanch Torne · 6 months ago
  6. b10ee44 radv/rra: Implement ahit/isec counters by Konstantin Seurer · 9 months ago
  7. 82a5cc7 docs: Document RADV_RRA_TRACE_HISTORY_SIZE by Konstantin Seurer · 10 months ago
  8. 767f628 radv/rra: Dump basic ray history tokens by Konstantin Seurer · 10 months ago
  9. 26939f0 radv/rra: Refactor error handling by Konstantin Seurer · 10 months ago
  10. 46dddb5 radv/rra: Remove useless variable by Konstantin Seurer · 10 months ago
  11. dc81328 radv/rra: Use memcpy for chunk descriptions by Konstantin Seurer · 10 months ago
  12. 71c363a radv/rra: Rename rra_chunk_type to rra_chunk_version by Konstantin Seurer · 10 months ago
  13. d32d010 venus: update tracepoints to align with later optimizations by Yiwei Zhang · 6 months ago
  14. a81189c ci: build nvk in debian-vulkan job by Eric Engestrom · 12 months ago
  15. 2d21a1b nouveau/tests: fix null dereference by Eric Engestrom · 6 months ago
  16. 0525dac vk_image.c: #ifndef _WIN32 --> DETECT_OS_LINUX + DETECT_OS_BSD by Gurchetan Singh · 6 months ago
  17. 1fa1716 zink: remove invalid scope in bo allocation loop by Gert Wollny · 6 months ago
  18. e98bbca nir: add vertex divergence into nir_divergence_analysis by Marek Olšák · 10 months ago
  19. 5ffa4d8 nir: add a lower_mediump_io callback into options by Marek Olšák · 7 months ago
  20. ecf0fe0 nir: replace lower_io_variables with a GLSL NIR flag by Marek Olšák · 7 months ago
  21. c4acab7 nir: remove and replace underused option pack_varying_options by Marek Olšák · 7 months ago
  22. c844b5d nir: relax validation failure for generic TCS outputs with no_varying by Marek Olšák · 7 months ago
  23. d84a616 nir: remove INTERP_MODE_COLOR by Marek Olšák · 7 months ago
  24. 1d5dbde freedreno/drm: Fix teardown crash harder by Rob Clark · 6 months ago
  25. 60413e1 ir3: optimize subgroup operations using brcst.active by Job Noorman · 7 months ago
  26. 6148e38 ir3: fix printing of brcst.active and quad_shuffle by Job Noorman · 7 months ago
  27. 6fa99ab ir3: optimize read_first.macro to a mov by Job Noorman · 7 months ago
  28. 5c41a95 ir3: fix setting shared flag on parallel copy arguments by Job Noorman · 7 months ago
  29. 5ef744c ci: build panvk in debian-vulkan job by Eric Engestrom · 12 months ago
  30. 4fa2784 aco/insert_exec_mask: Reduce latency when switching to WQM. by Daniel Schürmann · 6 months ago
  31. e89977f aco: always terminate quads if they have been demoted entirely by Daniel Schürmann · 7 months ago
  32. a42b83e3 aco/insert_exec_mask: tiny refactor by Daniel Schürmann · 7 months ago
  33. 5bea69c intel/blorp: add a TODO note about stencil buffer resolve by Tapani Pälli · 6 months ago
  34. 9698d5f radv: add a workaround for mipmaps and minLOD on GFX6-8 by Samuel Pitoiset · 9 months ago
  35. dc1a3f9 ir3: Fix comment thinko by Connor Abbott · 9 months ago
  36. c40bc48 ir3: Calculate physical edges correctly by Connor Abbott · 1 year, 6 months ago
  37. 9dbe511 ir3: Rewrite (jp) and branchstack handling by Connor Abbott · 1 year, 6 months ago
  38. 6ad0cba ir3: Set branchstack earlier by Connor Abbott · 1 year, 6 months ago
  39. fa22b09 ir3/ra: Add specialized shared register RA/spilling by Connor Abbott · 1 year, 6 months ago
  40. f977501 radv: do not allow to enable VK_EXT_shader_object with LLVM by Samuel Pitoiset · 6 months ago
  41. c925b60 radv/rt: Lower ray payloads like hit attribs by Konstantin Seurer · 9 months ago
  42. 4f0c331 mesa: fix error-handling for ETC2/RGTC textures by Erik Faye-Lund · 6 months ago
  43. 5d293f0 ci_run_n_monitor: avoid spamming a ton of "new status: created" for all the jobs at the beginning by Eric Engestrom · 6 months ago
  44. 6250885 panfrost: fix UB caused by shifting signed int too far by Eric Engestrom · 6 months ago
  45. 2085d60 zink: run sparse lowering after all optimization passes by Mike Blumenkrantz · 6 months ago
  46. 6a8cd7a zink: move sparse lowering up in file by Mike Blumenkrantz · 6 months ago
  47. aacc4e1 zink: zero allocate resident_defs array in ntv by Mike Blumenkrantz · 6 months ago
  48. 3b025d6 zink: fix sparse bo placement by Mike Blumenkrantz · 6 months ago
  49. bb14ee5 radv/sqtt: Handle ray tracing pipelines with no traversal shader by Konstantin Seurer · 6 months ago
  50. 0aa9afa radv: add support for emitting VS+TCS compiled separately on GFX9+ by Samuel Pitoiset · 6 months ago
  51. 397a08b radv: always emit PGM_RSRC1_HS when emitting the TCS epilog state by Samuel Pitoiset · 6 months ago
  52. 542b9aa radv: force TCS stage for VS as LS compiled separately on GFX9+ by Samuel Pitoiset · 6 months ago
  53. 3d5d163 radv: always mark drawid/base_instance used with ESO by Samuel Pitoiset · 6 months ago
  54. 3c23ae8 radv: rework shader arguments for separate compilation of VS+TCS on GFX9+ by Samuel Pitoiset · 6 months ago
  55. 1e55d91 radv: only merge shader info stages if both stages exist on GFX9+ by Samuel Pitoiset · 6 months ago
  56. 0018faf radv: check active NIR stages before trying to merge shaders on GFX9+ by Samuel Pitoiset · 12 months ago
  57. 1fe8770 radv: constify radv_device in radv_emit_shader_pointer() by Samuel Pitoiset · 6 months ago
  58. 3b2452d radv: set the default workgroup size for VS as LS by Samuel Pitoiset · 6 months ago
  59. 2a58bbb radv: determine the workgroup size for TCS earlier by Samuel Pitoiset · 6 months ago
  60. c6ca7fc radv: remove radv_graphics_state_key::dynamic_patch_control_points by Samuel Pitoiset · 6 months ago
  61. 3bc6f95 driconf: set vk_x11_strict_image_count for Atlas Fallen Vulkan by Blisto · 7 months ago
  62. 7b7a581 zink: prune dmabuf export tracking when adding resource binds by Mike Blumenkrantz · 6 months ago
  63. 60d2ea8 vulkan/video: add AV1 decode support to common code by Dave Airlie · 7 months ago
  64. 68da9e4 intel/compiler/xe2: Set SIMD mode for sampler messages by Ian Romanick · 2 years ago
  65. 84de7a8 intel/compiler/xe2: Emit texture instructions w/ combined LOD and array index by Ian Romanick · 2 years, 1 month ago
  66. c8ba2bc nir: Pack texture LOD and array index to a single 32-bit value by Ian Romanick · 2 years, 4 months ago
  67. 78e7f7b intel/compiler/xe2: Use new sample_*_mlod messages by Ian Romanick · 2 years ago
  68. 8690a6b intel/compiler/xe2: Handle 6-bit message type for Gfx20+ by Sagar Ghuge · 1 year, 5 months ago
  69. a9ed9cf intel/fs: Move opcode modification before the switch that emits srcs by Ian Romanick · 2 years ago
  70. 7441af8 intel/compiler/xe2: Update get_sampler_lowered_simd_width by Ian Romanick · 2 years, 4 months ago
  71. 24a7f6c zink: add a tu flake by Mike Blumenkrantz · 6 months ago
  72. 59fb425 vulkan: update registry/includes to 1.3.277 by Dave Airlie · 6 months ago
  73. 559f31e dzn: Use blits for all non-averaging resolves by Jesse Natalie · 6 months ago
  74. 70fa127 dzn: Use correct format for depth/stencil resolves by Jesse Natalie · 6 months ago
  75. 973c5bd dzn: Don't resolve for RESOLVE_MODE_NONE by Jesse Natalie · 6 months ago
  76. dd7cfd5 dzn: Add a debug flag for forcing off native view instancing by Jesse Natalie · 6 months ago
  77. a85e805 dzn: Support non-static samplers for meta by Jesse Natalie · 6 months ago
  78. c286c01 dzn: Add barrier to copy source for DispatchIndirect copies by Jesse Natalie · 6 months ago
  79. 581a23c dzn: Add missing handling of VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT by Jesse Natalie · 6 months ago
  80. 60aad6e spirv2dxil: Lower the Vulkan memory model and coherent loads/stores by Jesse Natalie · 6 months ago
  81. 003d2da microsoft/compiler: Add a pass for promoting ACCESS_COHERENT on loads/stores by Jesse Natalie · 6 months ago
  82. b74cd40 microsoft/compiler: Respect ACCESS_COHERENT in UAV variable data by Jesse Natalie · 6 months ago
  83. 118e0bd intel/rt: Don't directly generate umul_32x16 by Ian Romanick · 7 months ago
  84. bc0178a glsl: don't tree graft globals by Timothy Arceri · 6 months ago
  85. 98197e1 ci: explain purpose of the word after the date in image tags by Eric Engestrom · 6 months ago
  86. b6d70eb ci: reduce maximum image tags length from 30 to 20 by Eric Engestrom · 6 months ago
  87. b6fceea ci: enforce maximum image tag length by Eric Engestrom · 6 months ago
  88. 73dcdc5 ci: drop dash in image tags dates by Eric Engestrom · 6 months ago
  89. dd267ab zink: move zink_resource_copies_reset out of exportable_lock by Gert Wollny · 6 months ago
  90. 01e64bb zink/sync: remove duplicate assignments in UNSYNCHRONIZED case by Gert Wollny · 6 months ago
  91. ef548bf zink: extract update_unordered_access_and_get_cmdbuf by Gert Wollny · 6 months ago
  92. ceca832 zink: extract emit_memory_barrier::for_buffer from zink_resource_buffer_barrier by Gert Wollny · 6 months ago
  93. 8c1ddca zink: extract emit_memory_barrier from zink_resource_image_barrier by Gert Wollny · 6 months ago
  94. 2cac3ad zink: remove duplicate check and assignment in zink_resource_image_needs_barrier by Gert Wollny · 6 months ago
  95. de354a4 zink: extract check_unordered_exec from zink_get_cmdbuf by Gert Wollny · 6 months ago
  96. 558aca1 meson: drop -DANDROID by Yiwei Zhang · 6 months ago
  97. 53d9deb util: refactor to use DETECT_OS_ANDROID by Yiwei Zhang · 6 months ago
  98. 5694372 gallium: refactor to use DETECT_OS_ANDROID by Yiwei Zhang · 6 months ago
  99. 8762b2f egl: refactor to use DETECT_OS_ANDROID instead of ANDROID by Yiwei Zhang · 6 months ago
  100. 5a37340 turnip: refactor to use DETECT_OS_ANDROID instead of ANDROID by Yiwei Zhang · 6 months ago