summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2024-01-10ac/rgp: Fix single-bit-bitfield-constant-conversion warningVinson Lee1-3/+3
2024-01-10radv: don't emit cp dma packets on video rings.Dave Airlie1-1/+4
2024-01-10aco: fix applying input modifiers to DPP8Georg Lehmann1-2/+2
2024-01-04radv/rt: Free traversal NIR after compilationFriedrich Vock1-0/+1
2024-01-04radv: disable stencil test without a stencil attachmentSamuel Pitoiset2-15/+24
2024-01-04radv: fix binding partial depth/stencil views with dynamic renderingSamuel Pitoiset6-7/+16
2024-01-03aco/tests: use more raw stringsRhys Perry1-4/+4
2023-12-20radv: Use correct writemask for cooperative matrix ordering.Bas Nieuwenhuizen1-8/+12
2023-12-17radv/rt: Initialize unused children in PLOC early-exitFriedrich Vock1-1/+4
2023-12-17radv,vtn,driconf: Add and use radv_rt_ssbo_non_uniform workaround for Crysis ...Friedrich Vock5-0/+7
2023-12-08radv: set combinedImageSamplerDescriptorCount to 1 for multi-planar formatsSamuel Pitoiset1-1/+1
2023-12-04radv: use 32bit va range for sparse descriptor buffersFelix bridault1-0/+2
2023-12-04amd/ci: radeonsi is gl, not vkEric Engestrom1-1/+1
2023-12-04radv: fix bogus interaction between DGC and RT with descriptor bindingsSamuel Pitoiset1-11/+12
2023-12-03aco: don't optimize DPP across more than one blockGeorg Lehmann2-6/+13
2023-11-28ac/nir: fix partial mesh shader output writes on GFX11Rhys Perry1-0/+1
2023-11-24radv: do not set OREO_MODE to fix rare corruption on GFX11Samuel Pitoiset1-2/+1
2023-11-24radv: disable TC-compatible HTILE on Tonga and IcelandSamuel Pitoiset1-0/+7
2023-11-22aco/sched: treat p_dual_src_export_gfx11 like exportGeorg Lehmann1-1/+3
2023-11-18radv: add radv_disable_trunc_coord optionRhys Perry7-7/+34
2023-11-18radv: add a missing async compute workaround for Tonga/IcelandSamuel Pitoiset3-1/+24
2023-11-18radv: fix a descriptor leak with debug names and host base descriptor setSamuel Pitoiset2-8/+10
2023-11-18radv: fix image view extent override for astcChia-I Wu1-1/+2
2023-11-15radv/sqtt: Fix tracing acceleration structure commandsKonstantin Seurer1-12/+13
2023-11-15aco: add missing scc def for SALU quad broadcastGeorg Lehmann1-1/+1
2023-11-15radv: fix registering queues for RGP with compute onlySamuel Pitoiset1-2/+6
2023-11-08radv: disable gs_fast_launch=2 by defaultRhys Perry5-1/+10
2023-11-04radv: skip radv_remove_varyings for mesh shadersRhys Perry1-0/+6
2023-11-04radv: call lower_array_deref_of_vec before lower_io_arrays_to_elementsRhys Perry2-3/+7
2023-11-01radv: emit COMPUTE_PIPELINESTAT_ENABLE for CS invocations on ACESamuel Pitoiset1-8/+24
2023-11-01radv: fix compute shader invocations query on compute queue on GFX6Samuel Pitoiset1-2/+2
2023-11-01radv: bind the non-dynamic graphics state from the pipeline unconditionallySamuel Pitoiset1-2/+5
2023-10-30radv: fix a synchronization issue with primitives generated query on RDNA1-2Samuel Pitoiset2-17/+34
2023-10-30radv: correctly return oom from the device when failing to create a csMike Blumenkrantz4-7/+9
2023-10-30radv: fix buffers in vkGetDescriptorEXT with size not aligned to 4Karol Herbst1-7/+5
2023-10-30ac/gpu_info: remove bogus assertion about number of COMPUTE/SDMA queuesSamuel Pitoiset1-3/+0
2023-10-25radv: report the last GPUVM fault when a device lost is detectedSamuel Pitoiset3-4/+22
2023-10-25radv: query and report the last GPUVM fault with RADV_DEBUG=hangSamuel Pitoiset1-4/+16
2023-10-25radv/amdgpu: add support quering the last GPUVM faultSamuel Pitoiset2-0/+33
2023-10-25amd: add has_gpuvm_fault_querySamuel Pitoiset2-0/+3
2023-10-25radv: remove outdated RADV_DEBUG=vmfaults supportSamuel Pitoiset4-46/+36
2023-10-25radeonsi/vcn: Add encode support for H264 B-framesDavid Rosca1-0/+2
2023-10-24radv: Support SDMA in si_cs_emit_write_event_eop.Timur Kristóf1-0/+8
2023-10-24radv: Support SDMA in radv_cp_wait_mem.Timur Kristóf2-9/+20
2023-10-24radv: Support SDMA in radv_cs_write_data_head.Timur Kristóf1-6/+16
2023-10-24radv: enable mesh shader gs_fast_launch=2 and multi-row exportRhys Perry1-1/+1
2023-10-24radv: implement mesh shader multi-row exportRhys Perry1-5/+15
2023-10-24ac/nir: implement mesh shader multi-row exportRhys Perry1-5/+45
2023-10-24ac/nir,radv: pass workgroup size to ac_nir_lower_ngg_msRhys Perry3-4/+6
2023-10-24ac/nir: add emit_ms_outputs helperRhys Perry1-26/+24