aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: fix creating v_madak if v_mad_f32 has two sgpr literalsSamuel Pitoiset2020-02-111-1/+1
* radv: set the chip name to GCN-NOOP when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-111-0/+1
* radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-115-0/+9
* radv: Do not redundantly set the RB+ regs on pipeline switch.Bas Nieuwenhuizen2020-02-112-1/+19
* radv: Optimize emitting index buffer changes.Bas Nieuwenhuizen2020-02-111-2/+7
* aco: fix waiting for scalar stores before "writing back" data on GFX8-GFX9Samuel Pitoiset2020-02-101-6/+9
* aco: do not use ds_{read,write}2 on GFX6Samuel Pitoiset2020-02-071-4/+6
* aco: gfx10_wave64_bpermute reduce op to print_irRhys Perry2020-02-061-0/+1
* aco: fix gfx10_wave64_bpermuteRhys Perry2020-02-061-1/+6
* aco/optimizer: Don't combine uniform bool s_and to s_andn2.Timur Kristóf2020-02-051-0/+3
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-041-6/+7
* 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