summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: emit framebuffer state from primary if secondary doesn't inherit itSamuel Pitoiset2019-06-211-0/+9
* radv: enable DCC for mipmapped color textures on GFX8Samuel Pitoiset2019-06-201-2/+7
* radv: do not fast clears if one level can't be fast clearedSamuel Pitoiset2019-06-201-0/+15
* radv: add fast clears support for mipmapped color images with DCCSamuel Pitoiset2019-06-201-1/+11
* radv: add radv_dcc_clear_level() helperSamuel Pitoiset2019-06-202-3/+30
* radv: re-initialize DCC metadata after decompressing using computeSamuel Pitoiset2019-06-201-4/+2
* radv: initialize levels without DCC during layout transitionsSamuel Pitoiset2019-06-201-1/+48
* ac/rtld: report better error messages for LDS overallocationNicolai Hähnle2019-06-191-2/+11
* ac/rtld: check correct LDS max sizeMarek Olšák2019-06-192-1/+9
* radeonsi: add s_sethalt to shaders for debuggingNicolai Hähnle2019-06-192-0/+18
* ac/rtld: fix sorting of LDS symbols by alignmentNicolai Hähnle2019-06-191-2/+2
* radv: Fix vulkan build in meson.Bas Nieuwenhuizen2019-06-191-0/+7
* 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