1. 9d39993 aco: fix fp16 *0.5 omod by Rhys Perry · 3 years, 8 months ago
  2. dc0580d aco: disable omod if the sign of zeros should be preserved by Rhys Perry · 3 years, 8 months ago
  3. 004b8b1 aco: disallow various v_add_u32 opts if modifiers are used by Rhys Perry · 3 years, 10 months ago
  4. 46ab4f9 aco: fix combine_constant_comparison_ordering() NaN check with 16/64-bit by Rhys Perry · 3 years, 10 months ago
  5. afe279a aco: don't combine precise max(min()) to med3 by Rhys Perry · 3 years, 10 months ago
  6. 2c4b471 nir/lower_bit_size: Pass a nir_instr to the callback by Jason Ekstrand · 3 years, 9 months ago
  7. 86ef139 radv: implement VK_EXT_shader_image_atomic_int64 by Rhys Perry · 3 years, 9 months ago
  8. 9f43268 ac/nir: implement 64-bit images by Rhys Perry · 3 years, 9 months ago
  9. 5b81e80 aco: implement 64-bit images by Rhys Perry · 3 years, 9 months ago
  10. 8570de7 amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table by Rhys Perry · 3 years, 9 months ago
  11. bae5487 aco: optimize v_and(a, v_subbrev_co(0, 0, vcc)) -> v_cndmask(0, a, vcc) by Samuel Pitoiset · 3 years, 9 months ago
  12. 1675c83 radv: Fix exporting/importing multisample images. by Bas Nieuwenhuizen · 3 years, 9 months ago
  13. 91f9bc1 radv: Fix budget calculations with large BAR. by Bas Nieuwenhuizen · 3 years, 10 months ago
  14. 9948ead radv: Skip tiny non-visible VRAM heap. by Bas Nieuwenhuizen · 3 years, 10 months ago
  15. 21b1b91 nir,spirv: Add support for the ShaderCallKHR scope by Jason Ekstrand · 4 years ago
  16. 1a1099c aco: Fix format string used when raising validation errors by Tony Wasserka · 3 years, 9 months ago
  17. c8630fd amd/addrlib: Add missing va_end. by Vinson Lee · 3 years, 9 months ago
  18. 456beb4 aco/ra: Fix counting of subdword variables in get_reg_create_vector by Tony Wasserka · 3 years, 9 months ago
  19. 7868281 aco: implement 8/16-bit instructions which can be trivially widened by Rhys Perry · 4 years, 1 month ago
  20. ef95ba8 aco: implement some 16-bit arithmetic instead of lowering by Rhys Perry · 4 years, 3 months ago
  21. 8ed7cad radv: rework nir_lower_bit_size callback and run DA on GFX8+ by Rhys Perry · 4 years, 1 month ago
  22. b2ce7da radv: do nir_lower_bit_size after algebraic optimizations by Rhys Perry · 3 years, 9 months ago
  23. c771149 radv: move a few passes to after load/store vectorization by Rhys Perry · 3 years, 9 months ago
  24. 9d377c0 nir: Make nir_deref_instr::mode a bitfield by Jason Ekstrand · 3 years, 9 months ago
  25. 3cc58e6 nir: Add and use some deref mode helpers by Jason Ekstrand · 3 years, 9 months ago
  26. bfa9fd8 radv,radv/winsys: Move RADV_MAX_IBS_PER_SUBMIT by James Park · 3 years, 9 months ago
  27. 57c152a aco: select v_mul_{hi}_u32_u24 for 24-bit multiplications by Samuel Pitoiset · 3 years, 9 months ago
  28. 3a72021 aco: store NIR range analysis data to the isel context by Samuel Pitoiset · 3 years, 9 months ago
  29. ac65d3b radv: fix shader caching with NaN fixup workaround by Rhys Perry · 3 years, 9 months ago
  30. 36f6249 radv: fix shader caching with discard->demote workaround by Rhys Perry · 3 years, 9 months ago
  31. 19f3911 radv: add some missing radv_{start,stop}_feedback by Rhys Perry · 3 years, 9 months ago
  32. 4bd18e7 amd/llvm,aco: Replace VLA with alloca by James Park · 4 years ago
  33. 03f260c radv,aco: optimize computing the sample mask for per-sample shading by Samuel Pitoiset · 3 years, 9 months ago
  34. c63bcda radv,aco: adjust the sample mask only if per-sample shading is enabled by Samuel Pitoiset · 3 years, 9 months ago
  35. 8943c80 radv: Fix variable name collision. by Bas Nieuwenhuizen · 3 years, 9 months ago
  36. e54c7f4 android: aco: add aco_form_hard_clauses.cpp to Makefile.sources by Mauro Rossi · 3 years, 9 months ago
  37. 6d058ac aco: Fix accidental copies, attempt two by James Park · 3 years, 9 months ago
  38. 1761379 aco: handle SDWA in the optimizer by Rhys Perry · 4 years, 8 months ago
  39. ecc5b59 aco: don't allow destination opsel for v_cvt_pknorm by Rhys Perry · 4 years ago
  40. bb890f2 aco: fix combine_inverse_comparison() by Rhys Perry · 4 years, 7 months ago
  41. 7e4aa8c aco: fix printing of some sdwa sels by Rhys Perry · 4 years ago
  42. 70320f4 aco: assert a label only uses one of the members in ssa_info's union by Rhys Perry · 4 years ago
  43. 3dfbed2 aco: create s_clause on GFX10+ by Rhys Perry · 4 years ago
  44. f4c090a aco: refactor split_store_data() to always split into evenly sized elements by Daniel Schürmann · 3 years, 9 months ago
  45. f74ef15 aco/ngg: Incorporate GS invocations into workgroup size calculation. by Timur Kristóf · 3 years, 9 months ago
  46. 09b9e52 aco/ngg: Export a zero-area triangle when primitive count is 0. by Timur Kristóf · 3 years, 9 months ago
  47. 73449f9 aco: Add a few assertions about LDS usage. by Timur Kristóf · 3 years, 9 months ago
  48. b6654ad aco: Make emitting reduction instructions a bit more convenient. by Timur Kristóf · 3 years, 9 months ago
  49. 8d62462 aco: Add some validation for PSEUDO_REDUCTION instructions. by Timur Kristóf · 3 years, 9 months ago
  50. 260f9c5 aco/ngg: Put shader query reduction operand into a VGPR. by Timur Kristóf · 3 years, 9 months ago
  51. 9757c3c aco: Assert that workgroup barriers are not used inappropriately. by Timur Kristóf · 3 years, 9 months ago
  52. ecdcf22 aco: switch aco_print_asm to a FILE * by Rhys Perry · 3 years, 9 months ago
  53. a293fad aco: refactor repeated instruction disassembly by Rhys Perry · 3 years, 9 months ago
  54. ed2449d aco: move individual instruction disassembly to its own helper by Rhys Perry · 3 years, 9 months ago
  55. 483657d aco: use mubuf helper in select_gs_copy_shader by Rhys Perry · 4 years ago
  56. ec7ecfe aco: use control flow creation helpers in select_gs_copy_shader by Rhys Perry · 4 years ago
  57. 57d977a aco: round bytes_written to dwords if larger than 4 bytes by Rhys Perry · 3 years, 9 months ago
  58. 41839d3 aco: default to a definition size of 32 by Rhys Perry · 3 years, 9 months ago
  59. fef8a4b radv: remove call to nir_lower_pack() by Daniel Schürmann · 3 years, 9 months ago
  60. 212be2a radv: lower pack_[64/32]_* via nir_lower_alu_to_scalar() by Daniel Schürmann · 3 years, 10 months ago
  61. 121fa01 ac/nir: implement nir_op_[un]pack_64_4x16 by Daniel Schürmann · 3 years, 9 months ago
  62. 543f507 aco: implement nir_op_unpack_[64/32]_* by Daniel Schürmann · 3 years, 11 months ago
  63. eb104e9 radv: Do not access set layout during vkCmdBindDescriptorSets. by Bas Nieuwenhuizen · 3 years, 9 months ago
  64. 29999e6 radv: Fix 1D compressed mipmaps on GFX9. by Bas Nieuwenhuizen · 3 years, 9 months ago
  65. fdb1997 Fix VMware capitalization. by Vinson Lee · 3 years, 9 months ago
  66. 26e53e3 aco: ignore the ACO-inserted continue in create_continue_phis() by Rhys Perry · 3 years, 9 months ago
  67. 328a350 vulkan/util,vulkan/wsi,radv: Add typed outarray API by James Park · 4 years ago
  68. 437995b aco: remove all-undef phi opt by Rhys Perry · 3 years, 9 months ago
  69. 70ff262 aco: use v_mov_b32_sdwa for some 16-bit constants by Rhys Perry · 3 years, 9 months ago
  70. b882598 aco: remove some unused optimizations by Rhys Perry · 3 years, 9 months ago
  71. d20a752 aco: use Builder::copy more by Rhys Perry · 3 years, 9 months ago
  72. e54c111 aco: always use p_parallelcopy for pre-RA copies by Rhys Perry · 3 years, 9 months ago
  73. 6db5fbf aco: allow literals on sub-dword p_parallelcopy by Rhys Perry · 3 years, 9 months ago
  74. 74e2e9b aco: don't use bld.copy() in handle_operands() by Rhys Perry · 3 years, 9 months ago
  75. a834d9e aco: expand vectors passed as copy operands by Rhys Perry · 3 years, 9 months ago
  76. e092f34 aco: copy-propgate through p_create_vector during value numbering by Rhys Perry · 3 years, 9 months ago
  77. 0f31fa1 aco: skip value numbering of copies by Rhys Perry · 3 years, 9 months ago
  78. 72b307a aco: don't do divergent break+discard by Rhys Perry · 3 years, 9 months ago
  79. d4503a9 aco: update phi_map in add_subdword_operand() by Rhys Perry · 3 years, 9 months ago
  80. 23fb54b aco: Clean up some C++ usages by James Park · 3 years, 9 months ago
  81. 79347f5 radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7 by Samuel Pitoiset · 4 years, 3 months ago
  82. ee1d30a radv: flush CB before and after FMASK_DECOMPRESS or DCC_DECOMPRESS by Samuel Pitoiset · 4 years, 3 months ago
  83. 48e83f7 radv: do not perform a FMASK expand for non-writeable MSAA images by Samuel Pitoiset · 3 years, 9 months ago
  84. cb12879 aco: fix GFX8 16-bit packing by Daniel Schürmann · 3 years, 9 months ago
  85. e29fb8e amd/addrlib: Initialize Gfx10Lib members in constructor. by Vinson Lee · 3 years, 9 months ago
  86. 27ce5d9 aco: remove isel_context::allocated by Rhys Perry · 3 years, 10 months ago
  87. cf083f1 aco: use do_pack() for self-intersecting operations. by Daniel Schürmann · 3 years, 9 months ago
  88. d96f387 aco: improve code sequences for 16bit packing by Daniel Schürmann · 3 years, 9 months ago
  89. 40bfb08 aco: refactor GFX6_7 subdword copy lowering by Daniel Schürmann · 3 years, 9 months ago
  90. bddaa93 ac/nir: remove bindless image atomic format check by Rhys Perry · 3 years, 9 months ago
  91. 3c2489d amd: print NUM_PKRS with AMD_DEBUG=info on gfx10.3 by Marek Olšák · 3 years, 9 months ago
  92. 989cc76 amd: replace 0x028848 with the register definition by Marek Olšák · 3 years, 9 months ago
  93. e72b76b amd: update gfx10-rsrc.json for gfx10.3 by Marek Olšák · 3 years, 9 months ago
  94. e477255 amd: correct typos in gfx10-rsrc.json by Marek Olšák · 3 years, 9 months ago
  95. 19e3279 amd: regenerate gfx103.json from kernel headers by Marek Olšák · 3 years, 9 months ago
  96. 33c9d4b radv: replace RADV_TRACE_FILE by RADV_DEBUG=hang by Samuel Pitoiset · 3 years, 9 months ago
  97. 9516f93 radv: re-order GPU hang report dumps by usefulness by Samuel Pitoiset · 3 years, 9 months ago
  98. 719b9b3 radv: dump GPU hang report logs into $HOME/radv_dumps_<pid> by Samuel Pitoiset · 3 years, 9 months ago
  99. ef6d374 radv: dump UMR ring and waves into the hang report by Samuel Pitoiset · 3 years, 9 months ago
  100. 1847724 radv: add radv_dump_cmd() helper by Samuel Pitoiset · 3 years, 9 months ago