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: lower 8/16-bit integer arithmetic
Rhys Perry
2020-04-24
1
-0
/
+31
*
aco: improve sub-dword emit_split_vector() with sgprs
Rhys Perry
2020-04-24
1
-6
/
+7
*
aco: clobber scc in s_bfe_u32 in get_alu_src()
Rhys Perry
2020-04-24
1
-1
/
+2
*
aco: handle undef p_create_vector operands in the optimizer
Rhys Perry
2020-04-24
1
-0
/
+4
*
aco: vectorize global loads/stores
Rhys Perry
2020-04-24
1
-2
/
+10
*
aco: allow 8/16-bit shared loads
Rhys Perry
2020-04-24
1
-2
/
+0
*
aco: add and use get_buffer_store_op() helper
Rhys Perry
2020-04-24
1
-78
/
+33
*
aco: refactor visit_store_scratch() to use new helpers
Rhys Perry
2020-04-24
1
-32
/
+15
*
aco: refactor visit_store_global() to use new helpers
Rhys Perry
2020-04-24
1
-30
/
+29
*
aco: refactor visit_store_ssbo() to use new helpers
Rhys Perry
2020-04-24
1
-64
/
+13
*
aco: refactor store_vmem_mubuf() to use new helpers
Rhys Perry
2020-04-24
1
-58
/
+9
*
aco: refactor store_lds() to use new helpers
Rhys Perry
2020-04-24
1
-91
/
+90
*
aco: add helpers for splitting stores
Rhys Perry
2020-04-24
1
-0
/
+155
*
aco: use emit_load helper for VMEM/SMEM loads
Rhys Perry
2020-04-24
1
-494
/
+226
*
aco: refactor load_lds to use new helpers
Rhys Perry
2020-04-24
1
-98
/
+75
*
aco: add emit_load helper
Rhys Perry
2020-04-24
1
-0
/
+285
*
aco: add and use RegClass::get() helper
Rhys Perry
2020-04-24
2
-14
/
+12
*
aco: be more careful about using SMEM for load_global
Rhys Perry
2020-04-24
1
-3
/
+4
*
aco: Move s_setprio to correct place after the gs_alloc_req.
Timur Kristóf
2020-04-24
1
-2
/
+3
*
aco: Use 24-bit multiplication for NGG wave id and thread id.
Timur Kristóf
2020-04-24
1
-2
/
+2
*
aco: Use 24-bit multiplication in TCS I/O
Timur Kristóf
2020-04-24
1
-5
/
+5
*
aco: Const correctness for aco_print_ir.
Timur Kristóf
2020-04-24
2
-26
/
+26
*
aco: Const correctness for get_barrier_interaction.
Timur Kristóf
2020-04-24
2
-11
/
+11
*
aco: Abort when RA can't find a register.
Timur Kristóf
2020-04-24
1
-1
/
+2
*
aco: Increase barrier_count to 7 to include barrier_barrier.
Timur Kristóf
2020-04-24
1
-1
/
+1
*
aco: Only store TCS outputs to VMEM when they are read by TES.
Timur Kristóf
2020-04-24
1
-12
/
+26
*
aco: fix outdated label_vec from p_create_vector labelling
Rhys Perry
2020-04-24
1
-3
/
+5
*
aco: fix v_or(s_lshl) and v_add(s_lshl) optimizations
Rhys Perry
2020-04-24
1
-2
/
+2
*
aco: improve code for 32-bit isign
Rhys Perry
2020-04-23
1
-6
/
+3
*
aco: combine VALU and SALU into various VOP3 instructions
Rhys Perry
2020-04-23
1
-2
/
+9
*
aco: move call to store_output_to_temps in store_ls_or_es_output earlier
Rhys Perry
2020-04-23
1
-5
/
+5
*
aco: remove copy in load_input_from_temps()
Rhys Perry
2020-04-23
1
-4
/
+1
*
aco: copy-propagate p_create_vector copies of vectors
Rhys Perry
2020-04-23
1
-4
/
+5
*
aco: decrease the uses of other copy operations after splitting/removing
Rhys Perry
2020-04-23
1
-11
/
+15
*
aco: coalesce v_mad's accumulator with definition's affinities
Daniel Schürmann
2020-04-22
1
-15
/
+13
*
aco: use upper part of gap in register file if it is beneficial for striding
Daniel Schürmann
2020-04-22
1
-5
/
+16
*
aco: try to always find a register with stride for even sizes
Daniel Schürmann
2020-04-22
1
-2
/
+4
*
aco: stop get_reg_simple after reaching max_used_gpr
Daniel Schürmann
2020-04-22
1
-1
/
+7
*
aco: refactor get_reg_simple() to return early on exact matches
Daniel Schürmann
2020-04-22
1
-25
/
+22
*
aco: don't create vector affinities for operands which are not killed or are ...
Daniel Schürmann
2020-04-22
1
-1
/
+1
*
aco: allocate full register for subdword definitions if HW doesn't support it
Daniel Schürmann
2020-04-22
2
-5
/
+26
*
aco: move attempt to find strided register into get_reg_simple()
Daniel Schürmann
2020-04-22
1
-8
/
+9
*
aco: use DefInfo in more places to simplify RA
Daniel Schürmann
2020-04-22
1
-42
/
+19
*
aco: create and use DefInfo struct in RA
Daniel Schürmann
2020-04-22
1
-45
/
+71
*
aco: create pseudo dummy instruction in RA to be used for live-range splits
Daniel Schürmann
2020-04-22
1
-2
/
+6
*
aco: refactor get_reg() to also handle affinities
Daniel Schürmann
2020-04-22
1
-60
/
+51
*
aco: refactor get_reg() to take Temp instead of RegClass
Daniel Schürmann
2020-04-22
1
-85
/
+84
*
aco: simplify operand handling in RA
Daniel Schürmann
2020-04-22
1
-72
/
+53
*
aco: implement 64-bit sgpr swaps
Rhys Perry
2020-04-22
1
-1
/
+10
*
aco: implement sub-dword swaps
Rhys Perry
2020-04-22
3
-140
/
+320
[next]