summaryrefslogtreecommitdiff
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset2020-03-061-0/+5
* ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset2020-03-061-2/+4
* ac/llvm: fix 64-bit fmed3Samuel Pitoiset2020-03-061-17/+31
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-051-6/+7
* radeonsi: disable display DCCPierre-Eric Pelloux-Prayer2020-02-031-2/+5
* aco: fix target calculation when vgpr spilling introduces sgpr spillingRhys Perry2020-02-031-3/+2
* aco: don't always add logical edges from continue_break blocks to headersRhys Perry2020-02-031-1/+2
* aco: don't consider loop header blocks branch blocks in add_coupling_codeRhys Perry2020-02-031-1/+1
* aco: run p_wqm instructions in WQMRhys Perry2020-02-031-2/+3
* aco: ensure predecessors' p_logical_end is in WQM when a p_phi is in WQMRhys Perry2020-02-031-1/+10
* radv: do not allow sparse resources with multi-planar formatsSamuel Pitoiset2020-02-031-0/+6
* aco: fix operand to scc when selecting SGPR ufind_msb/ifind_msbRhys Perry2020-02-031-1/+1
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-02-031-0/+2
* aco/gfx10: Fix VcmpxExecWARHazard mitigation.Timur Kristóf2020-01-282-3/+2
* aco: fix off-by-one error when initializing sgpr_live_inRhys Perry2020-01-281-1/+1
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-281-1/+0
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-281-1/+0
* aco: rework lower_to_cssa()Daniel Schürmann2020-01-281-70/+42
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* aco: fix unconditional demote_to_helperDaniel Schürmann2020-01-152-13/+16
* aco: check if multiplication/clamp is live when applying output modifierRhys Perry2020-01-141-18/+24
* aco: don't DCE atomics with return valuesRhys Perry2020-01-145-19/+26
* aco: disable add combining for ds_swizzle_b32Rhys Perry2020-01-141-1/+1
* aco: set exec_potentially_empty for demotesRhys Perry2020-01-141-0/+6
* aco: fix uninitialized data in the binaryRhys Perry2020-01-141-1/+5
* aco: fix imageSize()/textureSize() with large buffers on GFX8Rhys Perry2020-01-141-19/+15
* aco: set vm for pos0 exports on GFX10Rhys Perry2020-01-142-3/+6
* ac/gpu_info: always use distributed tessellation on gfx10Marek Olšák2020-01-091-2/+2
* radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.Bas Nieuwenhuizen2020-01-083-18/+65
* radv: Only use the gfx mipmap level offset/pitch for linear textures.Bas Nieuwenhuizen2020-01-071-2/+6
* radv: return the correct pitch for linear mipmaps on GFX10Samuel Pitoiset2020-01-073-2/+6
* aco: Fix uniform i2i64.Timur Kristóf2020-01-071-1/+1
* amd/common: Handle alignment of 96-bit formats.Bas Nieuwenhuizen2020-01-071-0/+11
* amd: fix empty-body issuesEric Engestrom2020-01-074-9/+9
* radv: Expose all sample counts for integer formats as well.Bas Nieuwenhuizen2020-01-071-1/+1
* radv/gfx10: fix the out-of-bounds check for vertex descriptorsSamuel Pitoiset2020-01-071-1/+5
* radv: Limit workgroup size to 1024.Bas Nieuwenhuizen2020-01-071-4/+4
* amd/common: Always use addrlib for HTILE tc-compat.Bas Nieuwenhuizen2019-12-161-11/+4
* amd/common: Fix tcCompatible degradation on Stoney.Bas Nieuwenhuizen2019-12-161-1/+1
* radv: fix radv secure compile feature breaks compilation on armhf EABI and aa...Luis Mendes2019-12-121-0/+8
* ac/nir: fix out-of-bound access when loading constants from globalSamuel Pitoiset2019-12-121-4/+14
* radv: Fix RGBX Android<->Vulkan format correspondence.Bas Nieuwenhuizen2019-12-111-1/+1
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-12-041-8/+14
* radv: set writes_memory for global memory stores/atomicsRhys Perry2019-12-031-8/+25
* aco: don't split live-ranges of linear VGPRsDaniel Schürmann2019-12-031-4/+11
* aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry2019-12-031-5/+8
* aco: fix i2i64Rhys Perry2019-12-031-2/+6
* aco: propagate p_wqm on an image_sample's coordinate p_create_vectorRhys Perry2019-12-031-9/+12
* radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen2019-12-031-9/+4