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
/
aco_ir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: add and use RegClass::get() helper
Rhys Perry
2020-04-24
1
-0
/
+9
*
aco: Const correctness for aco_print_ir.
Timur Kristóf
2020-04-24
1
-2
/
+2
*
aco: Const correctness for get_barrier_interaction.
Timur Kristóf
2020-04-24
1
-1
/
+1
*
aco: Increase barrier_count to 7 to include barrier_barrier.
Timur Kristóf
2020-04-24
1
-1
/
+1
*
aco: add VOP3P_instruction
Rhys Perry
2020-04-22
1
-14
/
+32
*
aco: rename aco_lower_bool_phis() -> aco_lower_phis()
Daniel Schürmann
2020-04-10
1
-1
/
+1
*
aco: change live_out variables to std::unordered_set
Daniel Schürmann
2020-04-09
1
-2
/
+10
*
aco: refactor try_remove_trivial_phi() in RA
Daniel Schürmann
2020-04-09
1
-1
/
+1
*
aco: add explicit padding for all Instruction sub-structs
Daniel Schürmann
2020-04-09
1
-11
/
+46
*
aco: guarantee that Temp fits in 4 bytes
Daniel Schürmann
2020-04-09
1
-9
/
+9
*
aco/ngg: Add new stage for hw_ngg_gs.
Timur Kristóf
2020-04-07
1
-11
/
+12
*
aco: zero-initialize Temp
Rhys Perry
2020-04-06
1
-1
/
+1
*
aco: refactor regClass setup for subdword VGPRs
Daniel Schürmann
2020-04-03
1
-0
/
+1
*
aco: add emission support for register-allocated sdwa sels
Rhys Perry
2020-04-03
1
-2
/
+10
*
aco: add sub-dword regclasses
Daniel Schürmann
2020-04-03
1
-1
/
+31
*
aco: add SDWA_instruction
Rhys Perry
2020-04-03
1
-0
/
+54
*
aco: add comparison operators for PhysReg
Daniel Schürmann
2020-04-03
1
-0
/
+3
*
aco: make PhysReg in units of bytes
Rhys Perry
2020-04-03
1
-8
/
+10
*
aco: add vmem/smem score statistic
Rhys Perry
2020-04-03
1
-0
/
+2
*
aco: add various compiler statistics
Rhys Perry
2020-04-03
1
-0
/
+20
*
aco: only break SMEM clauses if XNACK is enabled (mostly APUs)
Samuel Pitoiset
2020-04-01
1
-1
/
+2
*
aco: Fix workgroup size calculation.
Timur Kristóf
2020-03-30
1
-0
/
+1
*
aco: implement 64-bit VGPR constant copies in handle_operands()
Rhys Perry
2020-03-24
1
-0
/
+30
*
aco: handle when ACO adds new continue edges
Rhys Perry
2020-03-23
1
-0
/
+17
*
aco: set late kill for v_interp_p1_f32 for some APUs
Rhys Perry
2020-03-16
1
-0
/
+1
*
aco: add a late kill flag
Rhys Perry
2020-03-16
1
-1
/
+26
*
aco: move some register demand helpers into aco_live_var_analysis.cpp
Rhys Perry
2020-03-16
1
-0
/
+5
*
aco: add helpers for ensuring correct ordering while scheduling
Rhys Perry
2020-03-13
1
-0
/
+2
*
aco: Setup correct HW stages when tessellation is used.
Timur Kristóf
2020-03-11
1
-1
/
+1
*
aco: add new NOP insertion pass for GFX6-9
Rhys Perry
2020-03-05
1
-0
/
+3
*
aco: reorder VMEM operands in ACO IR
Daniel Schürmann
2020-01-29
1
-8
/
+9
*
aco: implement GS copy shaders
Rhys Perry
2020-01-24
1
-9
/
+14
*
aco: explicitly mark end blocks for exports
Rhys Perry
2020-01-24
1
-0
/
+1
*
radv/aco,aco: implement GS on GFX9+
Rhys Perry
2020-01-24
1
-20
/
+7
*
aco: add new addr64 bit to MUBUF instructions on GFX6-GFX7
Samuel Pitoiset
2020-01-20
1
-0
/
+1
*
aco: Implement 64-bit constant propagation.
Timur Kristóf
2020-01-14
1
-13
/
+26
*
aco: don't DCE atomics with return values
Rhys Perry
2020-01-13
1
-0
/
+3
*
aco: compact aco::span<T> to use uint16_t offset and size instead of pointer ...
Daniel Schürmann
2020-01-10
1
-2
/
+4
*
aco: compact various Instruction classes
Daniel Schürmann
2020-01-10
1
-62
/
+62
*
aco: limit register usage for large work groups
Rhys Perry
2020-01-10
1
-0
/
+2
*
amd: fix empty-body issues
Eric Engestrom
2019-12-27
1
-1
/
+1
*
aco: fix vgpr alloc granule with wave32
Rhys Perry
2019-12-21
1
-2
/
+5
*
aco: make 1/2*PI a literal constant on SI/CI
Daniel Schürmann
2019-12-07
1
-4
/
+0
*
aco: Initial GFX7 Support
Daniel Schürmann
2019-12-07
1
-0
/
+1
*
aco/wave32: Use lane mask regclass for exec/vcc.
Timur Kristóf
2019-12-04
1
-0
/
+1
*
aco: improve FLAT/GLOBAL scheduling
Rhys Perry
2019-11-29
1
-2
/
+5
*
aco: don't enable store_global for helper invocations
Rhys Perry
2019-11-29
1
-0
/
+1
*
aco: allow constant offsets for global/scratch instructions on GFX10
Rhys Perry
2019-11-26
1
-1
/
+1
*
aco: Use common argument handling
Connor Abbott
2019-11-25
1
-2
/
+2
*
aco: Constify radv_nir_compiler_options in isel
Connor Abbott
2019-11-25
1
-1
/
+1
[next]