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 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
*
radv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctly
Samuel Pitoiset
2020-06-12
3
-0
/
+9
*
android: aco: add aco_ir.cpp to Makefile.sources
Mauro Rossi
2020-06-11
1
-0
/
+1
*
ac/surface: don't free dcc_retile_map on failure
Marek Olšák
2020-06-11
1
-9
/
+4
*
ac/surface: enable DCC for the first level in the mip tail on gfx10
Marek Olšák
2020-06-11
1
-1
/
+10
*
ac/surface: require that gfx8 doesn't have DCC in order to be displayable
Marek Olšák
2020-06-11
1
-3
/
+4
*
ac/surface: don't set is_displayable if displayable DCC is missing
Marek Olšák
2020-06-11
1
-3
/
+6
*
amd/addrlib: fix the C++ one definition rule violation
Marek Olšák
2020-06-11
2
-2
/
+2
*
ac/surface: cache DCC retile maps (v2)
Marek Olšák
2020-06-10
2
-47
/
+199
*
ac/surface: add a wrapper structure to hold ADDR_HANDLE
Marek Olšák
2020-06-10
5
-33
/
+50
*
amd/addrlib: remove unused members of ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUT
Marek Olšák
2020-06-10
2
-6
/
+0
*
amd/addrlib: don't recompute DCC info for every ComputeDccAddrFromCoord call
Marek Olšák
2020-06-10
4
-115
/
+91
*
ac/surface: don't recompute the DCC retile map for imported textures
Marek Olšák
2020-06-10
1
-61
/
+61
*
aco: fix moving sub-dword values out of a register for a fixed definition
Rhys Perry
2020-06-10
1
-30
/
+31
*
aco: use Info::definition_size instead of definition's regclass
Rhys Perry
2020-06-10
2
-4
/
+5
*
aco: add Info::{operand_size,definition_size}
Rhys Perry
2020-06-10
3
-0
/
+44
*
aco: prefer 4-byte aligned definitions
Rhys Perry
2020-06-10
1
-30
/
+30
*
aco: allow reading/writing upper halves/bytes when possible
Rhys Perry
2020-06-10
6
-69
/
+424
*
aco: p_extract_vector in 64-bit u2f16/i2f16
Rhys Perry
2020-06-10
1
-0
/
+4
*
aco: validate instructions reading/writing upper halves/bytes
Rhys Perry
2020-06-10
4
-12
/
+229
*
ac/surface: fix epitch when modifying surf_pitch
Pierre-Eric Pelloux-Prayer
2020-06-10
1
-2
/
+6
*
ac/surface: set SCANOUT if surf->is_displayable
Pierre-Eric Pelloux-Prayer
2020-06-10
1
-0
/
+3
*
ac/nir: fix integer comparisons with pointers
Samuel Pitoiset
2020-06-10
1
-0
/
+11
*
radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7
Samuel Pitoiset
2020-06-09
3
-5
/
+3
[next]