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: either copy-propagate or inline create_vector operands
Daniel Schürmann
2020-05-07
1
-4
/
+6
*
aco: remove unecessary p_split_vector with v2b reg class
Samuel Pitoiset
2020-05-05
1
-80
/
+33
*
aco: add message to static_assert
Rhys Perry
2020-05-02
1
-25
/
+25
*
aco: remove use of f-strings
Rhys Perry
2020-05-02
1
-1
/
+1
*
radv: Use smaller esgs_itemsize for ACO.
Timur Kristóf
2020-04-29
1
-8
/
+0
*
aco: Use new default driver locations.
Timur Kristóf
2020-04-29
1
-107
/
+17
*
aco: Set config->lds_size when TES or VS is running on HW ESGS.
Timur Kristóf
2020-04-29
1
-0
/
+1
*
aco: Calculate workgroup size of legacy GS.
Timur Kristóf
2020-04-29
1
-1
/
+5
*
aco: Remember VS/TCS output driver locations.
Timur Kristóf
2020-04-29
2
-10
/
+18
*
aco: Use context variables instead of calculating TCS inputs/outputs.
Timur Kristóf
2020-04-29
2
-11
/
+7
*
radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.
Timur Kristóf
2020-04-29
1
-4
/
+9
*
aco: consider blocks unreachable if they are in the logical cfg
Rhys Perry
2020-04-29
1
-4
/
+2
*
aco: fix adjusting the sample index with FMASK if value is negative
Samuel Pitoiset
2020-04-29
1
-2
/
+6
*
aco: fix nir_texop_texture_samples with NULL descriptors
Samuel Pitoiset
2020-04-29
1
-2
/
+12
*
aco: fix vgpr nir_op_vecn with sgpr operands
Rhys Perry
2020-04-28
1
-2
/
+7
*
aco: improve clamped integer addition disassembly workaround
Rhys Perry
2020-04-28
1
-3
/
+8
*
aco: add various GFX10 int16 opcodes
Rhys Perry
2020-04-28
1
-2
/
+11
*
aco: fix sub-dword overwrite check in RA validator
Rhys Perry
2020-04-28
1
-1
/
+1
*
aco: fix sub-dword out-of-bounds check in RA validator
Rhys Perry
2020-04-28
1
-2
/
+2
*
aco: add missing adjust_max_used_regs()
Rhys Perry
2020-04-28
1
-0
/
+1
*
aco: improve RA for uneven p_split_vector
Rhys Perry
2020-04-28
1
-1
/
+2
*
aco: don't recurse in sub-dword get_reg_simple()
Rhys Perry
2020-04-28
1
-0
/
+1
*
aco: split self-intersecting copies instead of swapping
Rhys Perry
2020-04-28
1
-0
/
+33
*
aco: fix neighboring register check in get_reg_simple()
Rhys Perry
2020-04-28
1
-1
/
+1
*
aco: check alignment of non-subdword registers in get_reg_specified()
Rhys Perry
2020-04-28
1
-0
/
+2
*
aco: make RegisterFile::block() take a regclass
Rhys Perry
2020-04-28
1
-9
/
+9
*
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
[next]