summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2022-06-01aco: fix spilling of phis without temp operandsDaniel Schürmann1-13/+10
2022-06-01aco/ra: fix usage of invalidated iteratorRhys Perry1-1/+4
2022-06-01radv: Fix handling of primitiveOffsetKonstantin Seurer1-12/+23
2022-06-01radv: fix writing buffer markers with non-zero memory offsetSamuel Pitoiset1-1/+1
2022-06-01radv: Disable predication for supass clear and image clears.Timur Kristóf1-0/+15
2022-06-01radv: Implement conditional rendering for async compute queue.Timur Kristóf1-8/+87
2022-06-01aco: fix p_constaddr with a non-zero offsetRhys Perry3-4/+6
2022-06-01radv: Fix RTPSO hashing of pGroups.Hans-Kristian Arntzen1-2/+12
2022-06-01radv: Add a sqtt entrypoint for CmdBindVertexBuffers2Jason Ekstrand1-0/+10
2022-05-13radv: always check entry count in descriptor pool when allocatingVictor Hermann Chiletto1-2/+5
2022-05-13radv: disable DCC for Senra Kagura Shinovi VersusSamuel Pitoiset1-0/+4
2022-05-13amd: fix ac_build_mbcnt_add in wave32 modePierre-Eric Pelloux-Prayer1-1/+1
2022-05-10radv: fix memory leak of descriptor set layoutBenjamin Cheng1-17/+14
2022-05-05radv: disable instance packing to fix pipeline query statsSamuel Pitoiset1-14/+35
2022-05-04radv: re-emit dynamic line stipple state if the primitive topology changedSamuel Pitoiset1-1/+2
2022-05-04aco/ra: fix vgpr_limitRhys Perry1-1/+1
2022-05-04ac/llvm: set the correct cache policy for sparse buffer loadsMarek Olšák1-0/+2
2022-05-03aco/ra: fix live-range splits of phi definitionsDaniel Schürmann1-17/+12
2022-05-03ac/nir: Do not set cursor in try_extract_additionsKonstantin Seurer1-3/+1
2022-04-27radv: enable radv_disable_sinking_load_input_fs for Grid AutosportSamuel Pitoiset1-0/+8
2022-04-27radv: allow to disable sinking of load inputs for FS via drircSamuel Pitoiset4-2/+18
2022-04-27radv: fix handling divisor == 0 with dynamic vertex input stateSamuel Pitoiset2-4/+14
2022-04-26radv: fix clearing of TRUNC_COORD with tg4 and immutable samplersRhys Perry1-1/+2
2022-04-26radv: Fix lowering ignore_ray_intersectionKonstantin Seurer1-1/+1
2022-04-26aco: fix load_barycentric_at_{sample,offset} on GFX6-7Samuel Pitoiset1-4/+5
2022-04-24ac/surface: fix an addrlib race condition on gfx9Marek Olšák1-0/+18
2022-04-24ac/surface: adjust gfx9.pitch[*] based on surf->blk_wPierre-Eric Pelloux-Prayer1-1/+3
2022-04-22radv: only apply enable_mrt_output_nan_fixup for 32-bit float MRTsSamuel Pitoiset3-18/+24
2022-04-20radv: Enable rt primitive culling for spirv2nirKonstantin Seurer1-0/+1
2022-04-20radv: fix initializing pipeline_key::topology for GFX9 and olderSamuel Pitoiset1-2/+2
2022-04-20ac/nir: properly handle large global access constant offsetsRhys Perry1-1/+3
2022-04-13radv: use load_shared2_amd/store_shared2_amd22.1-branchpointRhys Perry1-0/+4
2022-04-13ac/llvm: implement load_shared2_amd/store_shared2_amdRhys Perry1-0/+38
2022-04-13aco: implement load_shared2_amd/store_shared2_amdRhys Perry2-0/+63
2022-04-13aco: handle read2st64/write2st64 in optimizerRhys Perry1-9/+15
2022-04-13aco: fix signedness of DS_instruction::offset0/1Rhys Perry2-4/+4
2022-04-13radv: Fix barriers with cp dmaKonstantin Seurer1-3/+4
2022-04-13aco: remove register hints entirelyDaniel Schürmann3-27/+4
2022-04-13aco: remove occurences of VCC hintDaniel Schürmann4-77/+41
2022-04-13aco: make program->needs_vcc independent of VCC hintsDaniel Schürmann1-2/+18
2022-04-13aco/ra: omit VCC affinity on VOPC_SDWA for GFX9+Daniel Schürmann1-1/+2
2022-04-13aco/ra: create VCC-affinities during RADaniel Schürmann1-10/+31
2022-04-13aco/ra: only use VCC if program->needs_vcc == trueDaniel Schürmann2-2/+2
2022-04-13aco: remove old global access intrinsicsRhys Perry2-68/+8
2022-04-13radv,ac/nir: lower global access to _amd global access intrinsicsRhys Perry4-0/+193
2022-04-13aco: increase global_load_params.max_const_offset_plus_oneRhys Perry1-1/+1
2022-04-13aco: implement _amd global access intrinsicsRhys Perry2-66/+261
2022-04-13ac/llvm: implement _amd global access intrinsicsRhys Perry1-16/+60
2022-04-13aco: don't expand smem/mubuf global loadsRhys Perry1-14/+51
2022-04-13aco: use saddr for global access with sgpr addressRhys Perry1-18/+30