summaryrefslogtreecommitdiff
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: remove extra assignment in radv_decompress_resolve_subpass_src()Samuel Pitoiset2019-06-111-1/+0
* radv: add radv_get_resolve_pipeline() helper in the graphics pathSamuel Pitoiset2019-06-111-12/+29
* radv: do not decompress all image layers before resolving inside a subpassSamuel Pitoiset2019-06-111-3/+9
* radv: initialize the aspect mask when decompressing resolve source imagesSamuel Pitoiset2019-06-111-0/+1
* radv: perform proper layout transitions before resolvingSamuel Pitoiset2019-06-111-19/+19
* radv: do not resolve all image layers with compute inside a subpassSamuel Pitoiset2019-06-111-4/+8
* radv: Handle UNDEFINED format in image format list.Bas Nieuwenhuizen2019-06-101-0/+6
* radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen2019-06-101-2/+2
* radv: fix setting CB_SHADER_MASK for dual source blendingSamuel Pitoiset2019-06-101-2/+5
* radv: fix alpha-to-coverage when there is unused color attachmentsSamuel Pitoiset2019-06-101-1/+1
* radv: enable VK_EXT_sample_locationsSamuel Pitoiset2019-06-072-9/+1
* radv: enable HTILE for images that might need variable sample locationsSamuel Pitoiset2019-06-071-7/+0
* radv: handle sample locations during automatic layout transitionsSamuel Pitoiset2019-06-072-18/+168
* radv: determine the first subpass id for every attachmentsSamuel Pitoiset2019-06-072-1/+20
* radv: handle sample locations during explicit depth/stencil transitionsSamuel Pitoiset2019-06-071-7/+28
* radv: allow the depth decompress pass to emit dynamic sample locationsSamuel Pitoiset2019-06-073-7/+31
* radv: allow to set dynamic sample locations to the depth decompress passSamuel Pitoiset2019-06-071-1/+8
* radv: allow to save/restore sample locations during meta operationsSamuel Pitoiset2019-06-072-0/+14