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
*
ac/llvm: load 1 byte at a time if unaligned on gfx10
Pierre-Eric Pelloux-Prayer
2020-06-19
1
-1
/
+1
*
radv: require LLVM 11+ for GFX 10.3 if not using ACO
Samuel Pitoiset
2020-06-19
1
-0
/
+6
*
radv: add support for Sienna Cichlid
Samuel Pitoiset
2020-06-19
5
-10
/
+45
*
aco: replace == GFX10 with >= GFX10 where it's needed
Samuel Pitoiset
2020-06-19
3
-7
/
+7
*
radv: replace == GFX10 with >= GFX10 where it's needed
Samuel Pitoiset
2020-06-19
2
-3
/
+3
*
aco: use the same regclass as the definition for undef phi operands
Rhys Perry
2020-06-18
1
-3
/
+3
*
aco: fix edge check with sub-dword temporaries
Rhys Perry
2020-06-18
2
-5
/
+9
*
aco: shrink mad_info
Rhys Perry
2020-06-18
1
-1
/
+1
*
aco: make ssa_info::label 64-bit
Rhys Perry
2020-06-18
1
-17
/
+20
*
aco: shrink ssa_info
Rhys Perry
2020-06-18
1
-1
/
+1
*
aco: fix WQM handling in nested loops
Daniel Schürmann
2020-06-18
1
-1
/
+4
*
radv: only requires LLVM 9 for GFX10 if not using ACO
Samuel Pitoiset
2020-06-18
2
-1
/
+3
*
radv: compute CB_SHADER_MASK from the fragment shader outputs
Samuel Pitoiset
2020-06-18
3
-1
/
+31
*
radv: make sure to set CB_SHADER_MASK correctly for internal CB operations
Samuel Pitoiset
2020-06-18
1
-0
/
+11
*
radv: lower discards to demote to workaround a RDR2 game bug
Samuel Pitoiset
2020-06-18
1
-0
/
+3
*
radv: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-3
/
+5
*
radv/aco: enable FP16 features/extensions on GFX9+
Samuel Pitoiset
2020-06-17
3
-4
/
+4
*
aco: fix validation of opsel when set for the definition
Rhys Perry
2020-06-17
1
-4
/
+4
*
aco: fix sub-dword opsel/sdwa checks
Rhys Perry
2020-06-17
1
-3
/
+3
*
aco: fix validation error from vgpr spill/restore code
Rhys Perry
2020-06-17
1
-2
/
+2
*
aco: don't allow SGPRs on logical phis
Daniel Schürmann
2020-06-16
1
-1
/
+1
*
aco: reorder calls to aco_validate() and cleanup aco_compile_shader()
Daniel Schürmann
2020-06-16
1
-15
/
+7
*
radv: don't set num_components for non-vectorized intrinsics
Rob Clark
2020-06-16
1
-1
/
+0
*
aco: fix encoding of certain s_setreg_imm32_b32 instructions
Rhys Perry
2020-06-15
1
-1
/
+3
*
aco: improve check for moving temporaries out of fixed definitions
Rhys Perry
2020-06-15
1
-1
/
+1
*
aco: allow GFX9 partial writes with instructions which use opsel
Rhys Perry
2020-06-15
1
-1
/
+1
*
aco: add more opcodes to can_swap_operands
Rhys Perry
2020-06-15
1
-36
/
+53
*
aco: allow to swap operands for some 16-bit float instructions
Samuel Pitoiset
2020-06-15
1
-0
/
+15
*
aco: validate sub-dword pseudo instructions
Rhys Perry
2020-06-15
1
-0
/
+18
*
aco: optimize 16-bit and 64-bit float comparisons
Rhys Perry
2020-06-15
1
-36
/
+101
*
aco: copy-propagate constants through p_extract_vector/p_split_vector
Rhys Perry
2020-06-15
1
-5
/
+24
*
aco: improve 8/16-bit constants
Rhys Perry
2020-06-15
6
-96
/
+244
*
aco: use 32-bit inline constants for 16-bit integer instructions
Rhys Perry
2020-06-15
1
-7
/
+13
*
aco: fix half_pi constant for 16-bit fsin/fcos
Rhys Perry
2020-06-15
1
-1
/
+2
*
aco: improve sub-dword check for sgpr/constant propagation
Rhys Perry
2020-06-15
1
-4
/
+9
*
aco: create 16-bit input and output modifiers
Rhys Perry
2020-06-15
1
-22
/
+52
*
aco: update comment about preserving fp16/fp64 denormals
Rhys Perry
2020-06-15
1
-1
/
+2
*
aco: create 16-bit mad/fma
Rhys Perry
2020-06-15
2
-9
/
+43
*
aco: try to use fma instead of mad when denormals are enabled
Rhys Perry
2020-06-15
4
-20
/
+54
*
aco: create mads when signed zeros should be preserved
Rhys Perry
2020-06-15
1
-1
/
+1
*
aco: add and set precise flag
Rhys Perry
2020-06-15
5
-3
/
+29
*
aco: use p_as_uniform in emit_vop1_instruction
Rhys Perry
2020-06-15
1
-41
/
+15
*
aco: improve code for f2{i,u}{8,16}
Rhys Perry
2020-06-15
1
-13
/
+11
*
aco: use num_opcodes instead of last_opcode
Rhys Perry
2020-06-15
1
-4
/
+4
*
ac: add ac_choose_spi_color_formats() to common code
Samuel Pitoiset
2020-06-15
3
-112
/
+141
*
radv: update internal reference
Erik Faye-Lund
2020-06-13
1
-1
/
+1
*
aco: fix shared subdword loads
Daniel Schürmann
2020-06-12
1
-1
/
+1
*
radv/llvm: implement radv_enable_mrt_output_nan_fixup workaround
Samuel Pitoiset
2020-06-12
1
-0
/
+24
*
aco: implement radv_enable_mrt_output_nan_fixup workaround
Samuel Pitoiset
2020-06-12
1
-0
/
+20
*
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
2020-06-12
4
-0
/
+12
[next]