aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: Set speculatable for buffer loads where allowedConnor Abbott2019-06-191-3/+4
* ac,radeonsi: Always mark buffer stores as inaccessiblememonlyConnor Abbott2019-06-195-74/+42
* radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset2019-06-191-3/+1
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-197-1/+103
* radv: fix FMASK expand with SRGB formatsSamuel Pitoiset2019-06-191-1/+2
* radv: adjust the DCC base VA for mipmapped color attachmentsSamuel Pitoiset2019-06-181-0/+5
* radv: fix color decompressions for FMASK/CMASKSamuel Pitoiset2019-06-181-1/+2
* radv: do not decompress levels without DCC with the graphics pathSamuel Pitoiset2019-06-181-15/+20
* radv: do not decompress levels without DCC with the compute pathSamuel Pitoiset2019-06-181-0/+5
* radv: check if DCC is enabled per mip not for the whole imageSamuel Pitoiset2019-06-186-19/+23
* radv: Disable linear tiled compressed textures.Bas Nieuwenhuizen2019-06-181-0/+4
* radv: add mipmaps support for DCC decompression on computeSamuel Pitoiset2019-06-171-52/+54
* radv: add mipmaps support for color decompressions (DCC/FMASK/CMASK)Samuel Pitoiset2019-06-171-99/+129
* radv: set the DCC/FCE predicates from the base levelSamuel Pitoiset2019-06-171-0/+2
* radv: load the fast color clear values from the base levelSamuel Pitoiset2019-06-171-6/+6
* radv: store the DCC predicate for each mipSamuel Pitoiset2019-06-176-26/+72
* radv: store the FCE predicate for each mipSamuel Pitoiset2019-06-174-10/+32
* radv: store the fast color clear values for each mipSamuel Pitoiset2019-06-173-13/+39
* radv: allocate DCC metadata for each mipSamuel Pitoiset2019-06-171-4/+4
* amd: update addrlibMarek Olšák2019-06-1727-490/+641
* radv: Add asserts that buffer descriptors are created with valid buffer formats.Bas Nieuwenhuizen2019-06-171-0/+3
* radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen2019-06-173-2/+40
* radv: make sure to init the DCC decompress compute path stateSamuel Pitoiset2019-06-171-0/+8
* ac: make ac_compute_cmask() a static functionSamuel Pitoiset2019-06-172-7/+3
* radv: rely on ac_compute_cmask() for CMASK infoSamuel Pitoiset2019-06-171-42/+3
* radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()Samuel Pitoiset2019-06-171-1/+1
* ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+Samuel Pitoiset2019-06-171-3/+4
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-143-9/+10
* android: amd/common: fix missing include pathMauro Rossi2019-06-141-0/+1
* android: radv: fix necessary dependeciesMauro Rossi2019-06-141-1/+11
* ac/registers: use better names for disambiguated definitionsMarek Olšák2019-06-131-4/+4
* ac/registers: remove deprecated/inapplicable definitionsMarek Olšák2019-06-131-180/+0
* radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...Daniel Schürmann2019-06-135-1/+9
* amd/common: add support for AMD_shader_ballot functionsDaniel Schürmann2019-06-131-0/+20
* spirv/nir: add support for AMD_shader_ballot and Groups capabilityDaniel Schürmann2019-06-131-2/+3
* radv: enable shader_subgroup_vote & shader_subgroup_ballot extensionsDaniel Schürmann2019-06-131-0/+2
* radv: flush and invalidate CB before resetting query pools on GFX9Samuel Pitoiset2019-06-131-0/+4
* radv: Always disable DCC on shareable images.Bas Nieuwenhuizen2019-06-131-3/+1
* radv: Skip transitions coming from external queue.Bas Nieuwenhuizen2019-06-131-0/+3
* amd/rtld: layout and relocate LDS symbolsNicolai Hähnle2019-06-122-19/+235
* amd/common: use ARRAY_SIZE for the LLVM command line optionsNicolai Hähnle2019-06-121-2/+2
* amd/common: add ac_compile_module_to_elfNicolai Hähnle2019-06-122-7/+83
* radeonsi: use ac_shader_configNicolai Hähnle2019-06-121-0/+2
* amd/common: add a more powerful runtime linkerNicolai Hähnle2019-06-125-0/+655
* amd/common: clarify ac_shader_binary::lds_sizeNicolai Hähnle2019-06-121-1/+1
* amd/common: extract ac_parse_shader_binary_configNicolai Hähnle2019-06-122-34/+47
* radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset2019-06-121-27/+33
* radv: fix occlusion queries on VegaMSamuel Pitoiset2019-06-121-21/+27
* radeonsi: use the ac helper for index buffer stores in the culling shaderMarek Olšák2019-06-113-3/+5
* radv: assert on inline uniform blocks in radv_CmdPushDescriptorSetKHR()Samuel Iglesias Gonsálvez2019-06-111-0/+8