aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: fix VS input loads with MUBUF on GFX6Samuel Pitoiset2020-01-291-1/+7
* aco: run p_wqm instructions in WQMRhys Perry2020-01-291-2/+3
* aco: ensure predecessors' p_logical_end is in WQM when a p_phi is in WQMRhys Perry2020-01-291-1/+10
* radv: remove the non conformant VK implementation warning on GFX10Samuel Pitoiset2020-01-291-2/+1
* radv: bump conformance version to 1.2.0.0Samuel Pitoiset2020-01-291-2/+2
* radv: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-293-8/+19
* radv: gather which input PS variables use an explicit interpolation modeSamuel Pitoiset2020-01-292-0/+3
* aco: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-292-5/+42
* ac/llvm: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-293-21/+51
* radv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7Samuel Pitoiset2020-01-291-1/+1
* aco: fix combine_salu_not_bitwise() when SCC is usedDaniel Schürmann2020-01-281-0/+1
* aco: fix rebase error from GS copy shader supportRhys Perry2020-01-281-0/+15
* aco: use MUBUF in some situations instead of splitting vertex fetchesRhys Perry2020-01-281-10/+25
* aco: value-number MUBUF instructionsRhys Perry2020-01-281-2/+16
* aco: handle unaligned vertex fetch on GFX10Rhys Perry2020-01-281-1/+2
* aco: skip unused channels at the start when fetching verticesRhys Perry2020-01-281-1/+10
* aco: rework vertex fetching a bitRhys Perry2020-01-283-74/+128
* amd/common,radv: move vertex_format_table to ac_shader_util.{h,c}Rhys Perry2020-01-283-27/+38
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-01-271-0/+6
* 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