aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: fix literal application with v_cndmask_b32/v_addc_co_u32/etcRhys Perry2020-01-271-0/+3
* aco: always add sgprs to sgpr_ids when choosing literalsRhys Perry2020-01-271-3/+5
* aco: fix operand to scc when selecting SGPR ufind_msb/ifind_msbRhys Perry2020-01-271-1/+1
* aco: fix WaR check for >64-bit FLAT/GLOBAL instructionsRhys Perry2020-01-271-2/+2
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-01-271-0/+2
* radv: print NIR shaders after lowering FS inputs/outputsSamuel Pitoiset2020-01-241-3/+5
* radv: enable ACO support for GFX6Samuel Pitoiset2020-01-241-4/+0
* aco: copy the literal offset of SMEM instructions to a temporarySamuel Pitoiset2020-01-241-5/+10
* aco: fix a hazard with v_interp_* and v_{read,readfirst}lane_* on GFX6Samuel Pitoiset2020-01-242-0/+27
* aco: fix a hardware bug for MRTZ exports on GFX6Samuel Pitoiset2020-01-241-0/+9
* aco: combine MRTZ (depth, stencil, sample mask) exportsSamuel Pitoiset2020-01-242-280/+259
* aco/gfx10: Fix VcmpxExecWARHazard mitigation.Timur Kristóf2020-01-242-3/+2
* aco: Transform uniform bitwise instructions to 32-bit if possible.Timur Kristóf2020-01-241-0/+87
* aco: use nir_move_copiesRhys Perry2020-01-241-1/+2
* radv/aco: use ACO for GS copy shadersRhys Perry2020-01-243-4/+7
* aco: implement GS copy shadersRhys Perry2020-01-244-148/+327
* aco: remove needs_instance_idRhys Perry2020-01-242-6/+0
* aco: explicitly mark end blocks for exportsRhys Perry2020-01-243-12/+8
* radv/aco: allow ACO for GSRhys Perry2020-01-241-8/+9
* aco: implement GS on GFX7-8Rhys Perry2020-01-244-69/+186
* radv/aco,aco: implement GS on GFX9+Rhys Perry2020-01-249-141/+523
* aco: improve support for s_sendmsgRhys Perry2020-01-244-2/+79
* radv: move gs copy shader creation before other variantsRhys Perry2020-01-241-36/+36
* aco: Make a better guess at which instructions need the VCC hint.Timur Kristóf2020-01-242-1/+17
* radv: Allow DCC & TC-compat HTILE with VK_IMAGE_CREATE_EXTENDED_USAGE_BIT.Bas Nieuwenhuizen2020-01-241-4/+2
* radv: Expose VK_KHR_swapchain_mutable_format.Bas Nieuwenhuizen2020-01-241-0/+1
* ac/llvm: fix missing casts in ac_build_readlane()Samuel Pitoiset2020-01-241-6/+9
* aco: implement nir_op_f2i64/nir_op_f2u64 on GFX6Samuel Pitoiset2020-01-231-4/+4
* aco: implement 64-bit nir_op_ffloor on GFX6Samuel Pitoiset2020-01-231-1/+32
* aco: implement 64-bit nir_op_fround_even on GFX6Samuel Pitoiset2020-01-231-1/+28
* aco: implement 64-bit nir_op_fceil on GFX6Samuel Pitoiset2020-01-231-1/+18
* aco: implement 64-bit nir_op_ftrunc on GFX6Samuel Pitoiset2020-01-231-1/+45
* aco: implement nir_intrinsic_global_atomic_* on GFX6Samuel Pitoiset2020-01-231-59/+133
* aco: implement nir_intrinsic_load_global on GFX6Samuel Pitoiset2020-01-231-31/+94
* aco: implement nir_intrinsic_store_global on GFX6Samuel Pitoiset2020-01-231-43/+98
* aco: fix wrong IR in nir_intrinsic_load_barycentric_at_sampleSamuel Pitoiset2020-01-231-1/+1
* aco: fix printing assembly with CLRXdisasm on GFX6Samuel Pitoiset2020-01-231-2/+34
* radv: advertise VK_AMD_shader_fragment_maskSamuel Pitoiset2020-01-232-0/+2
* aco: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-4/+13
* ac/nir: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-3/+35
* radv: handle missing implicit subpass dependenciesSamuel Pitoiset2020-01-231-0/+112
* radv: add explicit external subpass dependencies to meta operationsSamuel Pitoiset2020-01-237-14/+296
* aco: fix off-by-one error when initializing sgpr_live_inRhys Perry2020-01-221-1/+1
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-221-1/+0
* aco: fix operand kill flags when a temporary is used more than onceRhys Perry2020-01-221-2/+6
* aco: Fix signedness compare warning.Timur Kristóf2020-01-221-1/+1
* aco: Fix maybe-uninitialized warnings.Timur Kristóf2020-01-222-0/+4
* aco: Fix -Wstringop-overflow warnings in aco_span.Timur Kristóf2020-01-221-2/+2
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-211-1/+0
* ac: add helper ac_build_triangle_strip_indices_to_triangleMarek Olšák2020-01-202-0/+39