index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: improve SCC handling in some SALU combines
Rhys Perry
2020-02-12
1
-6
/
+4
*
aco: disable some instruction combining if it could change an exec operand
Rhys Perry
2020-02-12
1
-2
/
+13
*
aco: fix creating v_madak if v_mad_f32 has two sgpr literals
Samuel Pitoiset
2020-02-11
1
-1
/
+1
*
aco: fix waiting for scalar stores before "writing back" data on GFX8-GFX9
Samuel Pitoiset
2020-02-10
1
-6
/
+9
*
aco: do not use ds_{read,write}2 on GFX6
Samuel Pitoiset
2020-02-07
1
-4
/
+6
*
aco: gfx10_wave64_bpermute reduce op to print_ir
Rhys Perry
2020-02-06
1
-0
/
+1
*
aco: fix gfx10_wave64_bpermute
Rhys Perry
2020-02-06
1
-1
/
+6
*
aco/optimizer: Don't combine uniform bool s_and to s_andn2.
Timur Kristóf
2020-02-05
1
-0
/
+3
*
aco: fix image_atomic_cmp_swap
Daniel Schürmann
2020-01-31
2
-2
/
+3
*
aco: fix MUBUF VS input loads when expanding vec3 to vec4 on GFX6
Samuel Pitoiset
2020-01-31
1
-1
/
+6
*
aco: Fix the meaning of is_atomic.
Timur Kristóf
2020-01-29
2
-7
/
+7
*
aco: simplify gathering of MIMG address components
Daniel Schürmann
2020-01-29
1
-129
/
+79
*
aco: simplify adjust_sample_index_using_fmask() & get_image_coords()
Daniel Schürmann
2020-01-29
1
-26
/
+27
*
aco: fix register allocation with multiple live-range splits
Daniel Schürmann
2020-01-29
1
-7
/
+13
*
aco: reorder VMEM operands in ACO IR
Daniel Schürmann
2020-01-29
11
-132
/
+153
*
aco: fix exec mask consistency issues
Rhys Perry
2020-01-29
1
-3
/
+7
*
aco: parallelcopy exec mask before s_wqm
Rhys Perry
2020-01-29
1
-0
/
+7
*
aco: fill reg_demand with sensible information in add_coupling_code()
Rhys Perry
2020-01-29
1
-14
/
+22
*
aco: improve assertion at the end of spiller
Rhys Perry
2020-01-29
1
-1
/
+1
*
aco: set exec_potentially_empty after continues/breaks in nested IFs
Rhys Perry
2020-01-29
2
-15
/
+51
*
aco: error when block has no logical preds but VGPRs are live at the start
Rhys Perry
2020-01-29
1
-1
/
+2
*
aco: don't always add logical edges from continue_break blocks to headers
Rhys Perry
2020-01-29
1
-1
/
+2
*
aco: only create parallelcopy to restore exec at loop exit if needed
Rhys Perry
2020-01-29
1
-2
/
+29
*
aco: don't update demand in add_coupling_code() for loop headers
Rhys Perry
2020-01-29
1
-3
/
+9
*
aco: don't consider loop header blocks branch blocks in add_coupling_code
Rhys Perry
2020-01-29
1
-1
/
+1
*
aco: fix target calculation when vgpr spilling introduces sgpr spilling
Rhys Perry
2020-01-29
1
-2
/
+1
*
aco: fix VS input loads with MUBUF on GFX6
Samuel Pitoiset
2020-01-29
1
-1
/
+7
*
aco: run p_wqm instructions in WQM
Rhys Perry
2020-01-29
1
-2
/
+3
*
aco: ensure predecessors' p_logical_end is in WQM when a p_phi is in WQM
Rhys Perry
2020-01-29
1
-1
/
+10
*
aco: implement VK_AMD_shader_explicit_vertex_parameter
Samuel Pitoiset
2020-01-29
2
-5
/
+42
*
aco: fix combine_salu_not_bitwise() when SCC is used
Daniel Schürmann
2020-01-28
1
-0
/
+1
*
aco: fix rebase error from GS copy shader support
Rhys Perry
2020-01-28
1
-0
/
+15
*
aco: use MUBUF in some situations instead of splitting vertex fetches
Rhys Perry
2020-01-28
1
-10
/
+25
*
aco: value-number MUBUF instructions
Rhys Perry
2020-01-28
1
-2
/
+16
*
aco: handle unaligned vertex fetch on GFX10
Rhys Perry
2020-01-28
1
-1
/
+2
*
aco: skip unused channels at the start when fetching vertices
Rhys Perry
2020-01-28
1
-1
/
+10
*
aco: rework vertex fetching a bit
Rhys Perry
2020-01-28
3
-74
/
+128
*
aco: fix literal application with v_cndmask_b32/v_addc_co_u32/etc
Rhys Perry
2020-01-27
1
-0
/
+3
*
aco: always add sgprs to sgpr_ids when choosing literals
Rhys Perry
2020-01-27
1
-3
/
+5
*
aco: fix operand to scc when selecting SGPR ufind_msb/ifind_msb
Rhys Perry
2020-01-27
1
-1
/
+1
*
aco: fix WaR check for >64-bit FLAT/GLOBAL instructions
Rhys Perry
2020-01-27
1
-2
/
+2
*
aco: copy the literal offset of SMEM instructions to a temporary
Samuel Pitoiset
2020-01-24
1
-5
/
+10
*
aco: fix a hazard with v_interp_* and v_{read,readfirst}lane_* on GFX6
Samuel Pitoiset
2020-01-24
2
-0
/
+27
*
aco: fix a hardware bug for MRTZ exports on GFX6
Samuel Pitoiset
2020-01-24
1
-0
/
+9
*
aco: combine MRTZ (depth, stencil, sample mask) exports
Samuel Pitoiset
2020-01-24
2
-280
/
+259
*
aco/gfx10: Fix VcmpxExecWARHazard mitigation.
Timur Kristóf
2020-01-24
2
-3
/
+2
*
aco: Transform uniform bitwise instructions to 32-bit if possible.
Timur Kristóf
2020-01-24
1
-0
/
+87
*
aco: use nir_move_copies
Rhys Perry
2020-01-24
1
-1
/
+2
*
aco: implement GS copy shaders
Rhys Perry
2020-01-24
4
-148
/
+327
*
aco: remove needs_instance_id
Rhys Perry
2020-01-24
2
-6
/
+0
[next]