aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: fix encoding of certain s_setreg_imm32_b32 instructionsRhys Perry2020-06-151-1/+3
* aco: improve check for moving temporaries out of fixed definitionsRhys Perry2020-06-151-1/+1
* aco: allow GFX9 partial writes with instructions which use opselRhys Perry2020-06-151-1/+1
* aco: add more opcodes to can_swap_operandsRhys Perry2020-06-151-36/+53
* aco: allow to swap operands for some 16-bit float instructionsSamuel Pitoiset2020-06-151-0/+15
* aco: validate sub-dword pseudo instructionsRhys Perry2020-06-151-0/+18
* aco: optimize 16-bit and 64-bit float comparisonsRhys Perry2020-06-151-36/+101
* aco: copy-propagate constants through p_extract_vector/p_split_vectorRhys Perry2020-06-151-5/+24
* aco: improve 8/16-bit constantsRhys Perry2020-06-156-96/+244
* aco: use 32-bit inline constants for 16-bit integer instructionsRhys Perry2020-06-151-7/+13
* aco: fix half_pi constant for 16-bit fsin/fcosRhys Perry2020-06-151-1/+2
* aco: improve sub-dword check for sgpr/constant propagationRhys Perry2020-06-151-4/+9
* aco: create 16-bit input and output modifiersRhys Perry2020-06-151-22/+52
* aco: update comment about preserving fp16/fp64 denormalsRhys Perry2020-06-151-1/+2
* aco: create 16-bit mad/fmaRhys Perry2020-06-152-9/+43
* aco: try to use fma instead of mad when denormals are enabledRhys Perry2020-06-154-20/+54
* aco: create mads when signed zeros should be preservedRhys Perry2020-06-151-1/+1
* aco: add and set precise flagRhys Perry2020-06-155-3/+29
* aco: use p_as_uniform in emit_vop1_instructionRhys Perry2020-06-151-41/+15
* aco: improve code for f2{i,u}{8,16}Rhys Perry2020-06-151-13/+11
* aco: use num_opcodes instead of last_opcodeRhys Perry2020-06-151-4/+4
* ac: add ac_choose_spi_color_formats() to common codeSamuel Pitoiset2020-06-153-112/+141
* radv: update internal referenceErik Faye-Lund2020-06-131-1/+1
* aco: fix shared subdword loadsDaniel Schürmann2020-06-121-1/+1
* radv/llvm: implement radv_enable_mrt_output_nan_fixup workaroundSamuel Pitoiset2020-06-121-0/+24
* aco: implement radv_enable_mrt_output_nan_fixup workaroundSamuel Pitoiset2020-06-121-0/+20
* radv: add new drirc option radv_enable_mrt_output_nan_fixupSamuel Pitoiset2020-06-124-0/+12
* radv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctlySamuel Pitoiset2020-06-123-0/+9
* android: aco: add aco_ir.cpp to Makefile.sourcesMauro Rossi2020-06-111-0/+1
* ac/surface: don't free dcc_retile_map on failureMarek Olšák2020-06-111-9/+4
* ac/surface: enable DCC for the first level in the mip tail on gfx10Marek Olšák2020-06-111-1/+10
* ac/surface: require that gfx8 doesn't have DCC in order to be displayableMarek Olšák2020-06-111-3/+4
* ac/surface: don't set is_displayable if displayable DCC is missingMarek Olšák2020-06-111-3/+6
* amd/addrlib: fix the C++ one definition rule violationMarek Olšák2020-06-112-2/+2
* ac/surface: cache DCC retile maps (v2)Marek Olšák2020-06-102-47/+199
* ac/surface: add a wrapper structure to hold ADDR_HANDLEMarek Olšák2020-06-105-33/+50
* amd/addrlib: remove unused members of ADDR2_COMPUTE_DCC_ADDRFROMCOORD_INPUTMarek Olšák2020-06-102-6/+0
* amd/addrlib: don't recompute DCC info for every ComputeDccAddrFromCoord callMarek Olšák2020-06-104-115/+91
* ac/surface: don't recompute the DCC retile map for imported texturesMarek Olšák2020-06-101-61/+61
* aco: fix moving sub-dword values out of a register for a fixed definitionRhys Perry2020-06-101-30/+31
* aco: use Info::definition_size instead of definition's regclassRhys Perry2020-06-102-4/+5
* aco: add Info::{operand_size,definition_size}Rhys Perry2020-06-103-0/+44
* aco: prefer 4-byte aligned definitionsRhys Perry2020-06-101-30/+30
* aco: allow reading/writing upper halves/bytes when possibleRhys Perry2020-06-106-69/+424
* aco: p_extract_vector in 64-bit u2f16/i2f16Rhys Perry2020-06-101-0/+4
* aco: validate instructions reading/writing upper halves/bytesRhys Perry2020-06-104-12/+229
* ac/surface: fix epitch when modifying surf_pitchPierre-Eric Pelloux-Prayer2020-06-101-2/+6
* ac/surface: set SCANOUT if surf->is_displayablePierre-Eric Pelloux-Prayer2020-06-101-0/+3
* ac/nir: fix integer comparisons with pointersSamuel Pitoiset2020-06-101-0/+11
* radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7Samuel Pitoiset2020-06-093-5/+3