aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2020-02-022-6/+13
* aco: fix image_atomic_cmp_swapDaniel Schürmann2020-01-312-2/+3
* aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6Samuel Pitoiset2020-01-311-1/+6
* radv: refactor physical device propertiesSamuel Pitoiset2020-01-291-250/+233
* aco: Fix the meaning of is_atomic.Timur Kristóf2020-01-292-7/+7
* aco: simplify gathering of MIMG address componentsDaniel Schürmann2020-01-291-129/+79
* aco: simplify adjust_sample_index_using_fmask() & get_image_coords()Daniel Schürmann2020-01-291-26/+27
* aco: fix register allocation with multiple live-range splitsDaniel Schürmann2020-01-291-7/+13
* aco: reorder VMEM operands in ACO IRDaniel Schürmann2020-01-2911-132/+153
* aco: fix exec mask consistency issuesRhys Perry2020-01-291-3/+7
* aco: parallelcopy exec mask before s_wqmRhys Perry2020-01-291-0/+7
* aco: fill reg_demand with sensible information in add_coupling_code()Rhys Perry2020-01-291-14/+22
* aco: improve assertion at the end of spillerRhys Perry2020-01-291-1/+1
* aco: set exec_potentially_empty after continues/breaks in nested IFsRhys Perry2020-01-292-15/+51
* aco: error when block has no logical preds but VGPRs are live at the startRhys Perry2020-01-291-1/+2
* aco: don't always add logical edges from continue_break blocks to headersRhys Perry2020-01-291-1/+2
* aco: only create parallelcopy to restore exec at loop exit if neededRhys Perry2020-01-291-2/+29
* aco: don't update demand in add_coupling_code() for loop headersRhys Perry2020-01-291-3/+9
* aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry2020-01-291-1/+1
* aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry2020-01-291-2/+1
* radv/gfx10: re-enable NGG GSSamuel Pitoiset2020-01-291-15/+0
* radv/gfx10: implement NGG GS queriesSamuel Pitoiset2020-01-297-6/+155
* radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset2020-01-293-7/+26
* 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