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: disable add combining for ds_swizzle_b32
Rhys Perry
2020-01-13
1
-1
/
+1
*
aco: don't DCE atomics with return values
Rhys Perry
2020-01-13
5
-19
/
+26
*
aco: set exec_potentially_empty for demotes
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: better handle neg/abs of sgprs
Rhys Perry
2020-01-13
1
-2
/
+3
*
aco: check usesModifiers() when identifying a neg/abs
Rhys Perry
2020-01-13
1
-2
/
+2
*
aco: handle omod successors with the constant in the first operand
Rhys Perry
2020-01-13
1
-6
/
+8
*
aco: handle VOP3 modifiers when combining a constant comparison's NaN test
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: fix uninitialized data in the binary
Rhys Perry
2020-01-13
1
-1
/
+5
*
aco: fix imageSize()/textureSize() with large buffers on GFX8
Rhys Perry
2020-01-13
1
-19
/
+15
*
aco: set vm for pos0 exports on GFX10
Rhys Perry
2020-01-13
2
-3
/
+6
*
aco/wave32: Set the definitions of v_cmp instructions to the lane mask.
Timur Kristóf
2020-01-11
1
-4
/
+6
*
aco: compact aco::span<T> to use uint16_t offset and size instead of pointer ...
Daniel Schürmann
2020-01-10
4
-21
/
+24
*
aco: compact various Instruction classes
Daniel Schürmann
2020-01-10
7
-100
/
+99
*
aco: limit register usage for large work groups
Rhys Perry
2020-01-10
4
-7
/
+33
*
aco: handle nir_intrinsic_image_deref_{load,store} with lod
Samuel Pitoiset
2020-01-09
1
-2
/
+17
*
aco: Fix uniform i2i64.
Timur Kristóf
2019-12-31
1
-1
/
+1
*
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
4
-6
/
+24
*
aco: improve jump threading with wave32
Rhys Perry
2019-12-21
1
-1
/
+2
*
aco/wave32: fix comparison optimizations
Rhys Perry
2019-12-21
1
-18
/
+16
*
aco: use NIR_MAX_VEC_COMPONENTS instead of 4
Karol Herbst
2019-12-21
2
-7
/
+7
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
2
-4
/
+4
*
aco: propagate temporaries into expanded vectors
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: improve readfirstlane after uniform ssbo loads on GFX7
Daniel Schürmann
2019-12-07
1
-3
/
+3
*
aco: use soffset for MUBUF instructions on SI/CI
Daniel Schürmann
2019-12-07
1
-15
/
+2
*
aco: return to loop_active mask at continue_or_break blocks
Daniel Schürmann
2019-12-07
1
-13
/
+4
*
aco: implement exclusive scan for SI/CI
Daniel Schürmann
2019-12-07
1
-2
/
+35
*
aco: implement inclusive_scan for SI/CI
Daniel Schürmann
2019-12-07
1
-5
/
+41
*
aco: implement (clustered) reductions for SI/CI
Daniel Schürmann
2019-12-07
2
-39
/
+74
*
aco: don't use a scalar temporary for reductions on GFX10
Daniel Schürmann
2019-12-07
2
-3
/
+3
*
aco: flush denorms after fmin/fmax on pre-GFX9
Daniel Schürmann
2019-12-07
1
-15
/
+46
*
aco: disable disassembly for SI/CI due to lack of support by LLVM
Daniel Schürmann
2019-12-07
1
-0
/
+4
*
aco: implement 64bit ine/ieq for SI/CI
Daniel Schürmann
2019-12-07
1
-5
/
+7
*
aco: implement 64bit i2b for SI /CI
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: make 1/2*PI a literal constant on SI/CI
Daniel Schürmann
2019-12-07
4
-15
/
+19
*
aco: implement 64bit VGPR shifts for SI/CI
Daniel Schürmann
2019-12-07
1
-7
/
+27
*
aco: split read/writelane opcode into VOP2/VOP3 version for SI/CI
Daniel Schürmann
2019-12-07
9
-35
/
+72
*
aco: fix disassembly of writelane instructions.
Daniel Schürmann
2019-12-07
1
-1
/
+7
*
aco: recognize SI/CI SMRD hazards
Daniel Schürmann
2019-12-07
1
-2
/
+27
*
aco: implement quad swizzles for SI/CI
Daniel Schürmann
2019-12-07
1
-30
/
+75
*
aco: move buffer_store data to VGPR if needed
Daniel Schürmann
2019-12-07
1
-1
/
+1
*
aco: implement nir_op_isign on SI/CI
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: only use scalar loads for readonly buffers on SI/CI
Daniel Schürmann
2019-12-07
1
-1
/
+1
*
aco: implement nir_op_fquantize2f16 for SI/CI
Daniel Schürmann
2019-12-07
1
-7
/
+16
*
aco: fix SMEM offsets for SI/CI
Daniel Schürmann
2019-12-07
1
-1
/
+2
*
aco: SI/CI - fix sampler aniso
Daniel Schürmann
2019-12-07
1
-5
/
+20
*
aco: handle gfx7 int8/10 clamping on exports
Dave Airlie
2019-12-07
1
-8
/
+37
*
aco: Initial GFX7 Support
Daniel Schürmann
2019-12-07
4
-72
/
+95
*
aco: refactor visit_store_fs_output() to use the Builder
Daniel Schürmann
2019-12-07
1
-49
/
+15
*
aco/wave32: Fix reductions.
Timur Kristóf
2019-12-04
3
-30
/
+45
[next]