index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.
Timur Kristóf
2019-11-08
1
-0
/
+1
*
aco: add Instruction::usesModifiers() and add more checks in the optimizer
Rhys Perry
2019-11-08
2
-7
/
+23
*
radv: adjust loop unrolling heuristics for int64
Rhys Perry
2019-11-07
1
-7
/
+1
*
aco: workaround Tonga/Iceland hardware bug
Daniel Schürmann
2019-11-07
1
-5
/
+5
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
2
-5
/
+4
*
aco: fix accidential reordering of instructions when scheduling
Daniel Schürmann
2019-11-04
1
-10
/
+47
*
aco: only use single-dword loads/stores for spilling
Daniel Schürmann
2019-11-04
1
-41
/
+10
*
aco: fix immediate offset for spills if scratch is used
Daniel Schürmann
2019-11-04
1
-6
/
+6
*
aco: implement VGPR spilling
Daniel Schürmann
2019-10-30
1
-7
/
+162
*
aco: always set scratch_offset in startpgm
Daniel Schürmann
2019-10-30
3
-23
/
+22
*
aco: omit linear VGPRs as spill variables
Daniel Schürmann
2019-10-30
1
-4
/
+8
*
aco: ensure that spilled VGPR reloads are done after p_logical_start
Daniel Schürmann
2019-10-30
1
-34
/
+43
*
aco: simplify calculation of target register pressure when spilling
Daniel Schürmann
2019-10-30
1
-39
/
+12
*
aco: fix new_demand calculation for first instructions
Rhys Perry
2019-10-30
1
-4
/
+7
*
aco: don't add interferences between spilled phi operands
Daniel Schürmann
2019-10-30
1
-8
/
+8
*
aco: consider loop_exit blocks like merge blocks, even if they have only one ...
Daniel Schürmann
2019-10-30
1
-2
/
+2
*
aco: don't insert the exec mask into set of live-out variables when spilling
Daniel Schürmann
2019-10-30
1
-14
/
+6
*
aco: fix transitive affinities of spilled variables
Daniel Schürmann
2019-10-30
1
-25
/
+79
*
aco: fix live-range splits of phis
Daniel Schürmann
2019-10-30
1
-14
/
+23
*
aco: remove potential critical edge on loops.
Daniel Schürmann
2019-10-30
2
-18
/
+23
*
aco: improve live variable analysis
Daniel Schürmann
2019-10-30
1
-25
/
+64
*
aco: Lower to CSSA
Daniel Schürmann
2019-10-30
4
-41
/
+268
*
aco: rename README to README.md
Rhys Perry
2019-10-30
1
-0
/
+0
*
aco: a couple loop handling fixes for GFX10 hazard pass
Rhys Perry
2019-10-30
1
-3
/
+3
*
aco: try to group together VMEM loads of the same resource
Rhys Perry
2019-10-30
1
-10
/
+56
*
aco: don't schedule instructions through depending VMEM instructions
Daniel Schürmann
2019-10-30
1
-0
/
+3
*
aco: add can_reorder flags to load_ubo and load_constant
Daniel Schürmann
2019-10-30
1
-5
/
+9
*
aco: only skip RAR dependencies if the variable is killed somewhere
Daniel Schürmann
2019-10-30
1
-21
/
+46
*
aco: restrict scheduling depending on max_waves
Daniel Schürmann
2019-10-30
1
-9
/
+15
*
aco: Introduce vgpr_limit to keep track of available VGPRs.
Timur Kristóf
2019-10-28
6
-5
/
+12
*
aco: Implement subgroup shuffle in GFX10 wave64 mode.
Timur Kristóf
2019-10-28
6
-16
/
+113
*
aco: Remove dead code in reduction lowering.
Rhys Perry
2019-10-28
1
-16
/
+14
*
aco: Fix reductions on GFX10.
Rhys Perry
2019-10-28
3
-18
/
+95
*
aco: Refactor hazard mitigations, separate pass for GFX10.
Timur Kristóf
2019-10-25
1
-70
/
+113
*
aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
Timur Kristóf
2019-10-25
1
-10
/
+20
*
aco/gfx10: Mitigate LdsBranchVmemWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+66
*
aco/gfx10: Mitigate SMEMtoVectorWriteHazard.
Timur Kristóf
2019-10-25
2
-0
/
+70
*
aco/gfx10: Mitigate VcmpxExecWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+59
*
aco/gfx10: Mitigate VcmpxPermlaneHazard.
Timur Kristóf
2019-10-25
2
-0
/
+28
*
aco/gfx10: Add notes about some GFX10 hazards.
Timur Kristóf
2019-10-25
2
-2
/
+37
*
aco: take LDS into account when calculating num_waves
Rhys Perry
2019-10-23
4
-7
/
+42
*
aco: increase accuracy of SGPR limits
Rhys Perry
2019-10-23
6
-28
/
+95
*
Revert "aco: only emit waitcnt on loop continues if we there was some load or...
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: add missing bld.scc()
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: keep can_reorder/barrier when combining addition into SMEM
Rhys Perry
2019-10-22
1
-0
/
+2
*
aco: add a few missing checks in value numbering
Rhys Perry
2019-10-22
1
-1
/
+4
*
aco: use ds_read2_b64/ds_write2_b64
Rhys Perry
2019-10-22
1
-7
/
+24
*
aco: properly combine additions into ds_write2_b64/ds_read2_b64
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: fix sparse store_lds()
Rhys Perry
2019-10-22
1
-8
/
+40
*
aco: create load_lds/store_lds helpers
Rhys Perry
2019-10-22
1
-176
/
+195
[next]