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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aco: fix operand order for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: fix instruction encoding for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: set late kill for v_interp_p1_f32 for some APUs
Rhys Perry
2020-03-16
3
-2
/
+8
*
aco: add a late kill flag
Rhys Perry
2020-03-16
5
-25
/
+77
*
aco: move some register demand helpers into aco_live_var_analysis.cpp
Rhys Perry
2020-03-16
4
-45
/
+55
*
radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR()
Samuel Pitoiset
2020-03-16
2
-44
/
+49
*
aco: don't stop scheduling at exports
Rhys Perry
2020-03-13
1
-5
/
+7
*
aco: allow barriers to be skipped during scheduling
Rhys Perry
2020-03-13
1
-17
/
+25
*
aco: add helpers for ensuring correct ordering while scheduling
Rhys Perry
2020-03-13
2
-193
/
+171
*
aco: add helpers for moving instructions for scheduling
Rhys Perry
2020-03-13
1
-364
/
+321
*
radv: add llvm_compiler_shader() helper
Samuel Pitoiset
2020-03-13
3
-40
/
+44
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
6
-16
/
+0
*
radv: remove radv_shader_variant::aco_used
Samuel Pitoiset
2020-03-13
3
-3
/
+1
*
radv: cleanup occurences of use_aco everywhere
Samuel Pitoiset
2020-03-13
3
-31
/
+27
*
radv: use ac_gpu_info::use_late_alloc
Samuel Pitoiset
2020-03-12
1
-4
/
+6
*
radv: rewrite late alloc computation
Samuel Pitoiset
2020-03-12
1
-34
/
+43
*
radv: tune primitive binning for small chips
Samuel Pitoiset
2020-03-12
1
-2
/
+7
*
radv: use better tessellation tunables on GFX9+
Samuel Pitoiset
2020-03-12
1
-1
/
+8
*
radv/gfx10: cache metadata in L2 on small chips
Samuel Pitoiset
2020-03-12
1
-8
/
+21
*
ac: disable late alloc on small gfx10 chips
Marek Olšák
2020-03-12
1
-1
/
+2
*
ac: add radeon_info::use_late_alloc to control LATE_ALLOC globally
Marek Olšák
2020-03-12
2
-0
/
+5
*
radv/sqtt: describe layout transitions with user markers
Samuel Pitoiset
2020-03-12
5
-1
/
+126
*
radv/sqtt: describe begin/end subpass barriers with user markers
Samuel Pitoiset
2020-03-12
1
-0
/
+8
*
amd/llvm: Fix divergent descriptor indexing. (v3)
Bas Nieuwenhuizen
2020-03-12
2
-105
/
+321
*
radv: Enable subgroup shuffle on GFX10 when ACO is used.
Timur Kristóf
2020-03-12
1
-1
/
+2
*
radv: Enable lowering dynamic quad broadcasts.
Timur Kristóf
2020-03-12
1
-0
/
+3
*
aco: fix uninitialized data error in waitcnt pass
Rhys Perry
2020-03-12
1
-1
/
+1
*
ac/llvm: add missing optimization barrier for 64-bit readlanes
Samuel Pitoiset
2020-03-12
1
-27
/
+40
*
radv: fix 32-bits build (again)
Samuel Pitoiset
2020-03-11
1
-2
/
+2
*
aco: Don't store TCS outputs to LDS when we're sure that none are read.
Timur Kristóf
2020-03-11
1
-0
/
+4
*
aco: Only write TCS outputs to LDS when they are read by the TCS.
Timur Kristóf
2020-03-11
1
-2
/
+25
*
aco: Store tess factors in VMEM only at the end of the shader.
Timur Kristóf
2020-03-11
1
-2
/
+36
*
aco: Don't generate an if when the first part of a merged HS or GS is empty.
Timur Kristóf
2020-03-11
1
-3
/
+10
*
radv: Enable ACO on all stages.
Timur Kristóf
2020-03-11
1
-25
/
+6
*
aco: Enable running TES as ES, including merged TES+GS.
Timur Kristóf
2020-03-11
1
-9
/
+13
*
radv: Enable ACO for TES when there is no GS.
Timur Kristóf
2020-03-11
1
-7
/
+9
*
aco: Implement loading TES inputs.
Timur Kristóf
2020-03-11
1
-0
/
+26
*
aco: Enable streamout when TES runs on the HW VS stage.
Timur Kristóf
2020-03-11
1
-1
/
+1
*
aco: Store TES outputs when TES runs on the HW VS stage.
Timur Kristóf
2020-03-11
1
-0
/
+1
*
aco: Use TES output info when TES runs on the VS stage.
Timur Kristóf
2020-03-11
1
-3
/
+15
*
aco: Setup tessellation evaluation shader variables.
Timur Kristóf
2020-03-11
1
-4
/
+39
*
radv: Enable ACO for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
aco: Fix LS VGPR init bug on affected hardware.
Timur Kristóf
2020-03-11
1
-0
/
+34
*
aco: Store VS outputs correctly when tessellation is used.
Timur Kristóf
2020-03-11
1
-1
/
+9
*
aco: Implement tessellation control shader input/output.
Timur Kristóf
2020-03-11
2
-0
/
+308
*
aco: Fix combining DS additions in the optimizer.
Timur Kristóf
2020-03-11
1
-5
/
+8
*
aco: Slight fix to lds_store and lds_load.
Timur Kristóf
2020-03-11
1
-9
/
+15
*
aco: Refactor VS output stores in preparation for tessellation.
Timur Kristóf
2020-03-11
1
-65
/
+23
*
aco: Refactor load_per_vertex_input in preparation for tessellation.
Timur Kristóf
2020-03-11
1
-71
/
+47
*
aco: Introduce new helpers for calculating address offsets.
Timur Kristóf
2020-03-11
1
-0
/
+88
[prev]
[next]