1. feb9462 zink: Added inbuilt debug logging from the VK_LAYER_LUNARG_standard_validation layer. by Duncan Hopkins · 3 years, 9 months ago
  2. 10d44fe zink: fix pNext chain for resource memory allocation by Iago Toral Quiroga · 3 years, 9 months ago
  3. 0b53ca0 zink: return fail if create_instance fails by Duncan Hopkins · 3 years, 9 months ago
  4. 6ec7e0d gallium: document convention for get_handle calls on multi-planar resources by Lucas Stach · 3 years, 9 months ago
  5. b29fe26 etnaviv: rework ZSA into a derived state by Lucas Stach · 3 years, 9 months ago
  6. 3c7fc95 etnaviv: expose shader discard usage in etna_shader_variant by Lucas Stach · 3 years, 9 months ago
  7. bff60d6 etnaviv: update headers from rnndb by Lucas Stach · 3 years, 9 months ago
  8. 83c72ca etnaviv: flush depth cache when changing depth config by Lucas Stach · 3 years, 9 months ago
  9. 01e2ded etnaviv: emit RA_EARLY_DEPTH on dirty ZSA by Lucas Stach · 3 years, 9 months ago
  10. d428580 mesa/st: use a lock to protect access to variants when updating them by Tapani Pälli · 3 years, 9 months ago
  11. 77d6fda nir/algebraic: distribute imul(iadd(a, b), c) when b and c are constants by Samuel Pitoiset · 3 years, 9 months ago
  12. 2fd5079 clover: implements clSetContextDestructorCallback by Serge Martin · 3 years, 9 months ago
  13. 04e1b17 clover: add empty cl 3.0 dispatch entries. by Dave Airlie · 3 years, 9 months ago
  14. 558325c clover/spirv: hook up spir-v environment for 3.0 by Dave Airlie · 3 years, 9 months ago
  15. 7230f39 clover/llvm: add 3.0 versioning. by Dave Airlie · 3 years, 9 months ago
  16. a52c613 clover: access 3.0 and deprecated 2.2 API by Dave Airlie · 3 years, 9 months ago
  17. 9790fdf vtn/opencl: add ctz support by Dave Airlie · 3 years, 9 months ago
  18. 725df7c CL: update CL headers to 3.0 by Dave Airlie · 3 years, 10 months ago
  19. fd10409 mesa: Implement GL_ANGLE_pack_reverse_row_order by Adam Jackson · 4 years, 7 months ago
  20. 4506e4d mesa: Enable GL_MESA_pack_invert unconditionally by Adam Jackson · 4 years, 7 months ago
  21. 923577c v3dv: Remove unsigned comparison to zero. by Vinson Lee · 3 years, 9 months ago
  22. 03683b9 nir: Handle ray-tracing intrinsics and storage classes in copy-prop etc. by Jason Ekstrand · 4 years ago
  23. 5a28893 spirv,nir: Add ray-tracing intrinsics by Jason Ekstrand · 4 years, 2 months ago
  24. 21b1b91 nir,spirv: Add support for the ShaderCallKHR scope by Jason Ekstrand · 4 years ago
  25. 6b8fd65 spirv: Implement the new ray-tracing storage classes by Jason Ekstrand · 4 years ago
  26. 84a8ca1 nir: Add new variable modes for ray-tracing by Jason Ekstrand · 4 years ago
  27. aa4ea9c nir: Add intrinsics for object to/from world RT sysvals by Jason Ekstrand · 4 years, 1 month ago
  28. 07635a3 nir/builder: Add a select_from_ssa_def_array helper by Jason Ekstrand · 4 years, 1 month ago
  29. 46cd91b spirv,nir: Add support for ray-tracing built-ins by Jason Ekstrand · 4 years, 2 months ago
  30. ed907e5 spirv: Add support for OpTypeAccelerationStructureKHR by Jason Ekstrand · 4 years, 2 months ago
  31. 2df055a spirv: Pass the deref type to storage_class_to_mode for non-forward pointers by Jason Ekstrand · 4 years ago
  32. 2bef026 spirv: Add a guard for OpTypeForwardPointer storage classes by Jason Ekstrand · 3 years, 9 months ago
  33. aabe37b spirv: Remove a redundant vtn_fail_if by Jason Ekstrand · 4 years ago
  34. 3bcebe1 spirv: Add Ray Tracing execution models by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  35. d8dbdf2 spirv: Add basic plumbing for ray-tracing capabilities by Jason Ekstrand · 4 years, 2 months ago
  36. f651829 compiler: Add new Vulkan shader stages by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  37. 1882a02 tu: Make sure spirv_to_nir knows we support imageStorageWithoutFormat. by Eric Anholt · 3 years, 9 months ago
  38. 0b0f152 nir/clip_disable: handle 2x vec4 case by Mike Blumenkrantz · 3 years, 11 months ago
  39. 5e43ba3 nir/clip_disable: try for better no-op by Mike Blumenkrantz · 3 years, 11 months ago
  40. 1d23a88 nir/clip_disable: write 0s instead of undefs for disabled clip planes by Mike Blumenkrantz · 3 years, 11 months ago
  41. c84ae15 iris: Move blit scissoring earlier. by Kenneth Graunke · 4 years ago
  42. 0f96a9a anv: restrict number of subgroups per group by Iván Briano · 3 years, 9 months ago
  43. b2c7193 turnip: enable VK_EXT_image_drm_format_modifier by Jonathan Marek · 3 years, 10 months ago
  44. f624692 turnip: don't always fallback to linear for mutable formats by Jonathan Marek · 3 years, 10 months ago
  45. 8c4426f turnip: remove unnecessary/redundant tu_image fields by Jonathan Marek · 3 years, 10 months ago
  46. c64cd69 turnip: remove useless tu_image asserts by Jonathan Marek · 3 years, 10 months ago
  47. dfaa8b9 turnip: LAYOUT_PREINITIALIZED is not different for optimal tiling by Jonathan Marek · 3 years, 10 months ago
  48. 43c1648 turnip: don't implement CreateImage as two separate functions by Jonathan Marek · 3 years, 10 months ago
  49. 1a1099c aco: Fix format string used when raising validation errors by Tony Wasserka · 3 years, 9 months ago
  50. 61d2bad nir/deref: Fix a typo by Jason Ekstrand · 3 years, 9 months ago
  51. 092186d util/threaded_context: use driver's buffer alignment for staging transfers by Mike Blumenkrantz · 3 years, 9 months ago
  52. 60b9c00 v3d: Add GL_ARB_vertex_array_bgra support by Juan A. Suarez Romero · 3 years, 9 months ago
  53. 9648bfb v3dv: mark the right bit to swap R/B vertex attributes by Juan A. Suarez Romero · 3 years, 9 months ago
  54. 1e72374 v3d/compiler: extend swapping R/B support to all vertex attributes by Juan A. Suarez Romero · 3 years, 9 months ago
  55. 44925a8 intel/tools: add missing new lines to few remaining fail_if users by Marcin Ślusarz · 3 years, 9 months ago
  56. c323d7c intel/tools: refactor logging to be easier to follow by static analyzers by Marcin Ślusarz · 3 years, 9 months ago
  57. f006127 intel/tools: handle some failures by Marcin Ślusarz · 3 years, 9 months ago
  58. cd9907e anv: remove dead code from anv_create_cmd_buffer by Marcin Ślusarz · 3 years, 9 months ago
  59. d13b7d6 intel/tools: allow --color option to be used without arg by Marcin Ślusarz · 3 years, 9 months ago
  60. 0dad1a7 v3dv: expose more features by Iago Toral Quiroga · 3 years, 9 months ago
  61. 0b30336 broadcom/compiler: Handle non-SSA destinations for tex instructions by Arcady Goldmints-Orlov · 3 years, 9 months ago
  62. e331fd7 vc4: use intmax_t for formatted output of timespec members by Khem Raj · 4 years, 8 months ago
  63. c8630fd amd/addrlib: Add missing va_end. by Vinson Lee · 3 years, 9 months ago
  64. fe52efa loader: Print dlerror() output in the failure message by Adam Jackson · 3 years, 9 months ago
  65. 5d5f3e3 intel/fs: Implement nir_intrinsic_{load,store}_shared_block_intel by Caio Marcelo de Oliveira Filho · 3 years, 9 months ago
  66. 9fe158e intel/fs: Implement nir_intrinsic_{load,store}_ssbo_block_intel by Caio Marcelo de Oliveira Filho · 3 years, 9 months ago
  67. d372abe3 intel/fs: Add surface OWORD BLOCK opcodes by Caio Marcelo de Oliveira Filho · 3 years, 9 months ago
  68. 296137d intel/fs: Implement nir_intrinsic_{load,store}_global_block_intel by Caio Marcelo de Oliveira Filho · 3 years, 10 months ago
  69. d3d2b73 intel/fs: Add A64 OWORD BLOCK opcodes by Caio Marcelo de Oliveira Filho · 3 years, 10 months ago
  70. eb03f29 spirv: Implement SpvCapabilitySubgroupBufferBlockIOINTEL by Caio Marcelo de Oliveira Filho · 3 years, 10 months ago
  71. dd39e31 nir: Add nir_intrinsic_{load,store}_deref_block_intel by Caio Marcelo de Oliveira Filho · 3 years, 10 months ago
  72. b86ce27 spirv: Implement SpvCapabilitySubgroupShuffleINTEL from SPV_INTEL_subgroups by Caio Marcelo de Oliveira Filho · 3 years, 10 months ago
  73. 5194cbc iris: Flush dmabufs during context flushes by Nanley Chery · 3 years, 9 months ago
  74. c488fb6 iris: Fix fast-clears of swizzled alpha formats by Nanley Chery · 3 years, 9 months ago
  75. 60336ca iris: Fix SINT assert in convert_fast_clear_color by Nanley Chery · 3 years, 9 months ago
  76. 4cb9b5d iris: Fix fast-clears of swizzled LA formats by Nanley Chery · 3 years, 9 months ago
  77. 382451f iris: fix source/destination layers for 3D blits by Kenneth Graunke · 3 years, 9 months ago
  78. 61ce544 st/nir: Drop setting interp mode on system values in builtins. by Eric Anholt · 3 years, 9 months ago
  79. 9143c08 st/nir: Fix the st->pbo.use_gs case. by Eric Anholt · 3 years, 9 months ago
  80. f8c1d79 pan/bi: Correctly calculate render target index by Alyssa Rosenzweig · 3 years, 9 months ago
  81. 9a6dad1 pan/bi: Lower depth/stencil stores by Alyssa Rosenzweig · 3 years, 9 months ago
  82. 6433fed pan/bi: Emit +ZS_EMIT as needed by Alyssa Rosenzweig · 3 years, 9 months ago
  83. 0c889e7 pan/bi: Stub handling for nir_intrinsic_store_combined_output_pan by Alyssa Rosenzweig · 3 years, 9 months ago
  84. f67b49d pan/bi: Factor out bi_emit_blend by Alyssa Rosenzweig · 3 years, 9 months ago
  85. 928f2bc pan/bi: Factor out bi_emit_atest by Alyssa Rosenzweig · 3 years, 9 months ago
  86. f14beeb pan/bi: Infer z/stencil flags from sources passed by Alyssa Rosenzweig · 3 years, 9 months ago
  87. 2b1db36 pan/bi: Add +ZS_EMIT instruction to IR by Alyssa Rosenzweig · 3 years, 9 months ago
  88. cd66aa7 panfrost: Deduplicate shader properties by Alyssa Rosenzweig · 3 years, 9 months ago
  89. 4a2ecc7 panfrost: Pass through src_type by Alyssa Rosenzweig · 3 years, 9 months ago
  90. 42319c5 pan/mdg: Move writeout lowering to common panfrost by Alyssa Rosenzweig · 3 years, 9 months ago
  91. dfaa4c5 pan/mdg: Deduplicate nir_find_variable_with_driver_location by Alyssa Rosenzweig · 3 years, 9 months ago
  92. a05921b nir: Add SRC_TYPE to store_combined_output_pan by Alyssa Rosenzweig · 3 years, 9 months ago
  93. fa869fb9 v3dv: add a v3dv_bo_init helper by Iago Toral Quiroga · 3 years, 9 months ago
  94. 456beb4 aco/ra: Fix counting of subdword variables in get_reg_create_vector by Tony Wasserka · 3 years, 9 months ago
  95. 7868281 aco: implement 8/16-bit instructions which can be trivially widened by Rhys Perry · 4 years, 1 month ago
  96. ef95ba8 aco: implement some 16-bit arithmetic instead of lowering by Rhys Perry · 4 years, 3 months ago
  97. 8ed7cad radv: rework nir_lower_bit_size callback and run DA on GFX8+ by Rhys Perry · 4 years, 1 month ago
  98. b2ce7da radv: do nir_lower_bit_size after algebraic optimizations by Rhys Perry · 3 years, 9 months ago
  99. c771149 radv: move a few passes to after load/store vectorization by Rhys Perry · 3 years, 9 months ago
  100. 475077c nir/lower_bit_size: optimize upcast of b2i8/b2i16 by Rhys Perry · 3 years, 9 months ago