summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: handle NULL vertex bindingsSamuel Pitoiset2020-04-291-4/+7
* radv: handle NULL descriptorsSamuel Pitoiset2020-04-291-2/+24
* aco: fix adjusting the sample index with FMASK if value is negativeSamuel Pitoiset2020-04-291-2/+6
* aco: fix nir_texop_texture_samples with NULL descriptorsSamuel Pitoiset2020-04-291-2/+12
* ac/llvm: fix nir_texop_texture_samples with NULL descriptorsSamuel Pitoiset2020-04-291-1/+22
* radv: Expose 4G element texel buffers.Bas Nieuwenhuizen2020-04-291-1/+1
* aco: fix vgpr nir_op_vecn with sgpr operandsRhys Perry2020-04-281-2/+7
* aco: improve clamped integer addition disassembly workaroundRhys Perry2020-04-281-3/+8
* aco: add various GFX10 int16 opcodesRhys Perry2020-04-281-2/+11
* aco: fix sub-dword overwrite check in RA validatorRhys Perry2020-04-281-1/+1
* aco: fix sub-dword out-of-bounds check in RA validatorRhys Perry2020-04-281-2/+2
* aco: add missing adjust_max_used_regs()Rhys Perry2020-04-281-0/+1
* aco: improve RA for uneven p_split_vectorRhys Perry2020-04-281-1/+2
* aco: don't recurse in sub-dword get_reg_simple()Rhys Perry2020-04-281-0/+1
* aco: split self-intersecting copies instead of swappingRhys Perry2020-04-281-0/+33
* aco: fix neighboring register check in get_reg_simple()Rhys Perry2020-04-281-1/+1
* aco: check alignment of non-subdword registers in get_reg_specified()Rhys Perry2020-04-281-0/+2
* aco: make RegisterFile::block() take a regclassRhys Perry2020-04-281-9/+9
* radv: advertise VK_AMD_memory_overallocation_behaviorSamuel Pitoiset2020-04-282-0/+7
* radv: track memory heaps usage if overallocation is explicitly disallowedSamuel Pitoiset2020-04-282-0/+48
* radv: remove unused radv_device_memory::map_size fieldSamuel Pitoiset2020-04-281-1/+0
* radv: enable FMASK for color attachments onlySamuel Pitoiset2020-04-281-1/+2
* radv: Determine memory type for import based on fd.Bas Nieuwenhuizen2020-04-281-17/+63
* radv/winsys: Add function to get domains/flags from fd.Bas Nieuwenhuizen2020-04-282-0/+51
* radv: Stop using memory type indices.Bas Nieuwenhuizen2020-04-282-108/+23
* radv: Use actual memory type count for setting app-visible bitset.Bas Nieuwenhuizen2020-04-281-1/+1
* radv: do not expose GTT as device local memory mostly for APUsSamuel Pitoiset2020-04-271-29/+30
* radv: Add WSI buffers to BO list only if they can be used.Bas Nieuwenhuizen2020-04-273-14/+42
* ac,radeonsi: fix compilations issues with LLVM 11Samuel Pitoiset2020-04-274-14/+18
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-278-8/+8
* ac: reassociate FP expressions for inexact instructions for radeonsiMarek Olšák2020-04-271-0/+9
* ac: generate FMA for inexact instructions for radeonsiMarek Olšák2020-04-273-0/+40
* ac: update and document fast math flags used by radeonsiMarek Olšák2020-04-272-3/+13
* ac: force enable -structurizecfg-skip-uniform-regions for LLVM 11Marek Olšák2020-04-271-0/+4
* radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2Samuel Pitoiset2020-04-271-10/+44
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-243-22/+29
* aco: lower 8/16-bit integer arithmeticRhys Perry2020-04-241-0/+31
* aco: improve sub-dword emit_split_vector() with sgprsRhys Perry2020-04-241-6/+7
* aco: clobber scc in s_bfe_u32 in get_alu_src()Rhys Perry2020-04-241-1/+2
* aco: handle undef p_create_vector operands in the optimizerRhys Perry2020-04-241-0/+4
* aco: vectorize global loads/storesRhys Perry2020-04-241-2/+10
* aco: allow 8/16-bit shared loadsRhys Perry2020-04-241-2/+0
* aco: add and use get_buffer_store_op() helperRhys Perry2020-04-241-78/+33
* aco: refactor visit_store_scratch() to use new helpersRhys Perry2020-04-241-32/+15
* aco: refactor visit_store_global() to use new helpersRhys Perry2020-04-241-30/+29
* aco: refactor visit_store_ssbo() to use new helpersRhys Perry2020-04-241-64/+13
* aco: refactor store_vmem_mubuf() to use new helpersRhys Perry2020-04-241-58/+9
* aco: refactor store_lds() to use new helpersRhys Perry2020-04-241-91/+90
* aco: add helpers for splitting storesRhys Perry2020-04-241-0/+155