1. 8943c80 radv: Fix variable name collision. by Bas Nieuwenhuizen · 3 years, 9 months ago
  2. e54c7f4 android: aco: add aco_form_hard_clauses.cpp to Makefile.sources by Mauro Rossi · 3 years, 9 months ago
  3. 6d058ac aco: Fix accidental copies, attempt two by James Park · 3 years, 9 months ago
  4. 1761379 aco: handle SDWA in the optimizer by Rhys Perry · 4 years, 8 months ago
  5. ecc5b59 aco: don't allow destination opsel for v_cvt_pknorm by Rhys Perry · 4 years ago
  6. bb890f2 aco: fix combine_inverse_comparison() by Rhys Perry · 4 years, 7 months ago
  7. 7e4aa8c aco: fix printing of some sdwa sels by Rhys Perry · 4 years ago
  8. 70320f4 aco: assert a label only uses one of the members in ssa_info's union by Rhys Perry · 4 years ago
  9. 3dfbed2 aco: create s_clause on GFX10+ by Rhys Perry · 4 years ago
  10. f4c090a aco: refactor split_store_data() to always split into evenly sized elements by Daniel Schürmann · 3 years, 9 months ago
  11. f74ef15 aco/ngg: Incorporate GS invocations into workgroup size calculation. by Timur Kristóf · 3 years, 9 months ago
  12. 09b9e52 aco/ngg: Export a zero-area triangle when primitive count is 0. by Timur Kristóf · 3 years, 9 months ago
  13. 73449f9 aco: Add a few assertions about LDS usage. by Timur Kristóf · 3 years, 9 months ago
  14. b6654ad aco: Make emitting reduction instructions a bit more convenient. by Timur Kristóf · 3 years, 9 months ago
  15. 8d62462 aco: Add some validation for PSEUDO_REDUCTION instructions. by Timur Kristóf · 3 years, 9 months ago
  16. 260f9c5 aco/ngg: Put shader query reduction operand into a VGPR. by Timur Kristóf · 3 years, 9 months ago
  17. 9757c3c aco: Assert that workgroup barriers are not used inappropriately. by Timur Kristóf · 3 years, 9 months ago
  18. ecdcf22 aco: switch aco_print_asm to a FILE * by Rhys Perry · 3 years, 9 months ago
  19. a293fad aco: refactor repeated instruction disassembly by Rhys Perry · 3 years, 9 months ago
  20. ed2449d aco: move individual instruction disassembly to its own helper by Rhys Perry · 3 years, 9 months ago
  21. 483657d aco: use mubuf helper in select_gs_copy_shader by Rhys Perry · 4 years ago
  22. ec7ecfe aco: use control flow creation helpers in select_gs_copy_shader by Rhys Perry · 4 years ago
  23. 57d977a aco: round bytes_written to dwords if larger than 4 bytes by Rhys Perry · 3 years, 9 months ago
  24. 41839d3 aco: default to a definition size of 32 by Rhys Perry · 3 years, 9 months ago
  25. fef8a4b radv: remove call to nir_lower_pack() by Daniel Schürmann · 3 years, 9 months ago
  26. 212be2a radv: lower pack_[64/32]_* via nir_lower_alu_to_scalar() by Daniel Schürmann · 3 years, 10 months ago
  27. 121fa01 ac/nir: implement nir_op_[un]pack_64_4x16 by Daniel Schürmann · 3 years, 9 months ago
  28. 543f507 aco: implement nir_op_unpack_[64/32]_* by Daniel Schürmann · 3 years, 11 months ago
  29. eb104e9 radv: Do not access set layout during vkCmdBindDescriptorSets. by Bas Nieuwenhuizen · 3 years, 9 months ago
  30. 29999e6 radv: Fix 1D compressed mipmaps on GFX9. by Bas Nieuwenhuizen · 3 years, 9 months ago
  31. fdb1997 Fix VMware capitalization. by Vinson Lee · 3 years, 9 months ago
  32. 26e53e3 aco: ignore the ACO-inserted continue in create_continue_phis() by Rhys Perry · 3 years, 9 months ago
  33. 328a350 vulkan/util,vulkan/wsi,radv: Add typed outarray API by James Park · 4 years ago
  34. 437995b aco: remove all-undef phi opt by Rhys Perry · 3 years, 9 months ago
  35. 70ff262 aco: use v_mov_b32_sdwa for some 16-bit constants by Rhys Perry · 3 years, 9 months ago
  36. b882598 aco: remove some unused optimizations by Rhys Perry · 3 years, 9 months ago
  37. d20a752 aco: use Builder::copy more by Rhys Perry · 3 years, 9 months ago
  38. e54c111 aco: always use p_parallelcopy for pre-RA copies by Rhys Perry · 3 years, 9 months ago
  39. 6db5fbf aco: allow literals on sub-dword p_parallelcopy by Rhys Perry · 3 years, 9 months ago
  40. 74e2e9b aco: don't use bld.copy() in handle_operands() by Rhys Perry · 3 years, 9 months ago
  41. a834d9e aco: expand vectors passed as copy operands by Rhys Perry · 3 years, 9 months ago
  42. e092f34 aco: copy-propgate through p_create_vector during value numbering by Rhys Perry · 3 years, 9 months ago
  43. 0f31fa1 aco: skip value numbering of copies by Rhys Perry · 3 years, 9 months ago
  44. 72b307a aco: don't do divergent break+discard by Rhys Perry · 3 years, 9 months ago
  45. d4503a9 aco: update phi_map in add_subdword_operand() by Rhys Perry · 3 years, 9 months ago
  46. 23fb54b aco: Clean up some C++ usages by James Park · 3 years, 9 months ago
  47. 79347f5 radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7 by Samuel Pitoiset · 4 years, 3 months ago
  48. ee1d30a radv: flush CB before and after FMASK_DECOMPRESS or DCC_DECOMPRESS by Samuel Pitoiset · 4 years, 3 months ago
  49. 48e83f7 radv: do not perform a FMASK expand for non-writeable MSAA images by Samuel Pitoiset · 3 years, 9 months ago
  50. cb12879 aco: fix GFX8 16-bit packing by Daniel Schürmann · 3 years, 9 months ago
  51. e29fb8e amd/addrlib: Initialize Gfx10Lib members in constructor. by Vinson Lee · 3 years, 9 months ago
  52. 27ce5d9 aco: remove isel_context::allocated by Rhys Perry · 3 years, 10 months ago
  53. cf083f1 aco: use do_pack() for self-intersecting operations. by Daniel Schürmann · 3 years, 9 months ago
  54. d96f387 aco: improve code sequences for 16bit packing by Daniel Schürmann · 3 years, 9 months ago
  55. 40bfb08 aco: refactor GFX6_7 subdword copy lowering by Daniel Schürmann · 3 years, 9 months ago
  56. bddaa93 ac/nir: remove bindless image atomic format check by Rhys Perry · 3 years, 9 months ago
  57. 3c2489d amd: print NUM_PKRS with AMD_DEBUG=info on gfx10.3 by Marek Olšák · 3 years, 9 months ago
  58. 989cc76 amd: replace 0x028848 with the register definition by Marek Olšák · 3 years, 9 months ago
  59. e72b76b amd: update gfx10-rsrc.json for gfx10.3 by Marek Olšák · 3 years, 9 months ago
  60. e477255 amd: correct typos in gfx10-rsrc.json by Marek Olšák · 3 years, 9 months ago
  61. 19e3279 amd: regenerate gfx103.json from kernel headers by Marek Olšák · 3 years, 9 months ago
  62. 33c9d4b radv: replace RADV_TRACE_FILE by RADV_DEBUG=hang by Samuel Pitoiset · 3 years, 9 months ago
  63. 9516f93 radv: re-order GPU hang report dumps by usefulness by Samuel Pitoiset · 3 years, 9 months ago
  64. 719b9b3 radv: dump GPU hang report logs into $HOME/radv_dumps_<pid> by Samuel Pitoiset · 3 years, 9 months ago
  65. ef6d374 radv: dump UMR ring and waves into the hang report by Samuel Pitoiset · 3 years, 9 months ago
  66. 1847724 radv: add radv_dump_cmd() helper by Samuel Pitoiset · 3 years, 9 months ago
  67. bf66bbd ac: add an option to dump GPU info to a file by Samuel Pitoiset · 3 years, 9 months ago
  68. 6694b42 ac/nir: abort when an unknown intrinsic is reached by Samuel Pitoiset · 3 years, 9 months ago
  69. fa490cb ac/nir: ignore set_vertex_and_primitive_count intrinsic by Samuel Pitoiset · 3 years, 9 months ago
  70. 4e2fe34 aco: fix determining if LOD is zero for nir_texop_txf/nir_texop_txs by Samuel Pitoiset · 3 years, 9 months ago
  71. c69849e amd: update addrlib by Marek Olšák · 3 years, 9 months ago
  72. eb6877d radv,aco: fix use of texop_samples_identical in the resolve meta path by Samuel Pitoiset · 3 years, 9 months ago
  73. eacdad7 ac/nir: do not sign-extend the result of texop_samples_identical by Samuel Pitoiset · 3 years, 9 months ago
  74. fd03813 aco/isel: Miscellaneous cleanups using the new Stage API by Tony Wasserka · 3 years, 10 months ago
  75. 34bc947 aco: Clean up symbol names and comments related to NGG by Tony Wasserka · 3 years, 10 months ago
  76. 86c227c aco: Use strong typing to model SW<->HW stage mappings by Tony Wasserka · 3 years, 10 months ago
  77. e7ce744 radv: Advertise VK_KHR_shader_terminate_invocation. by Bas Nieuwenhuizen · 3 years, 10 months ago
  78. bf955d5 amd/llvm: Add VK_KHR_shader_terminate_invocation support. by Bas Nieuwenhuizen · 3 years, 10 months ago
  79. 7642166 aco: Add VK_KHR_shader_terminate_invocation support. by Bas Nieuwenhuizen · 3 years, 10 months ago
  80. 4ca1030 radv: move all NIR pass outside of ACO by Samuel Pitoiset · 3 years, 10 months ago
  81. 9aa89b3 ac/nir: handle non-const offset with txf/txf_ms by Samuel Pitoiset · 3 years, 10 months ago
  82. e690a1b ac/llvm: don't lower bool to int32, switch to native i1 bool by Marek Olšák · 3 years, 11 months ago
  83. 6d32fca Revert "radv/aco: disable NGG GS support because it randomly hangs the GPU" by Samuel Pitoiset · 3 years, 9 months ago
  84. d8435c1 aco/ngg: Add assertion to make sure we always know the vertex count. by Timur Kristóf · 3 years, 9 months ago
  85. 07fae31 radv: add missing 'discardtodemote' option in the debug list by Samuel Pitoiset · 3 years, 9 months ago
  86. 7279988 radv: report latest extension spec versions by Samuel Pitoiset · 3 years, 9 months ago
  87. af8d488 util,ac,aco,radv: Cross-platform memstream API by James Park · 4 years ago
  88. 4c2e7b0 util,radv,radv/winsys: Cross-platform rwlock API by James Park · 3 years, 9 months ago
  89. b3529e5 ac/nir: implement missing nir_op_pack_half_2x16_split by Samuel Pitoiset · 3 years, 9 months ago
  90. fdb65b8 aco: add missing SCC clobber in get_buffer_size by Rhys Perry · 3 years, 9 months ago
  91. d75d12f aco: don't use v_pack_b32_f16 if 16-bit input denormals are flushed by Rhys Perry · 3 years, 9 months ago
  92. d4b3e86 aco: propagate literals into sub-dword pseudo instructions on GFX9+ by Rhys Perry · 3 years, 9 months ago
  93. 1a65224 aco: implement 16-bit literals by Rhys Perry · 3 years, 9 months ago
  94. bb00a68 radv: fix optimizing needed states if some are marked as dynamic by Samuel Pitoiset · 3 years, 9 months ago
  95. d5a7231 aco/isel: Remove now unused VS-related code from create_null_export by Tony Wasserka · 3 years, 9 months ago
  96. c22c702 aco/isel: Remove some dead code by Tony Wasserka · 3 years, 10 months ago
  97. bf51b11 aco/isel: Always export position data from VS/NGG by Tony Wasserka · 3 years, 10 months ago
  98. f29c81f aco: use VOP2 for v_cvt_pkrtz_f16_f32 if possible by Daniel Schürmann · 3 years, 10 months ago
  99. 7240ede aco: use VOP2 version of v_cvt_pkrtz_f16_f32 on GFX_6_7_10 by Daniel Schürmann · 3 years, 10 months ago
  100. 2f12590 radv,aco: lower_pack_half_2x16 by Daniel Schürmann · 3 years, 10 months ago