summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset2019-05-021-3/+44
* radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset2019-05-021-4/+16
* radv: do not need to force emit the TCS regs on Vega20Samuel Pitoiset2019-05-021-0/+1
* radv: Restrict YUVY formats to 1 layer.Bas Nieuwenhuizen2019-05-021-0/+7
* radv: Set is_array in lowered ycbcr tex instructions.Bas Nieuwenhuizen2019-05-021-0/+1
* radv: Fix hang width YCBCR array textures.Bas Nieuwenhuizen2019-05-021-2/+6
* radv: update to use the new features struct namesEric Engestrom2019-04-301-8/+8
* radv: enable descriptor indexing capabilitiesJuan A. Suarez Romero2019-04-301-0/+2
* delete autotools .gitignore filesEric Engestrom2019-04-291-9/+0
* radv: consider MESA_VK_VERSION_OVERRIDE when setting the api versionEleni Maria Stea2019-04-291-2/+5
* radv: add missing VEGA20 chip in radv_get_device_name()Samuel Pitoiset2019-04-271-0/+1
* radv: Expose Vulkan 1.1 for Android.Bas Nieuwenhuizen2019-04-251-1/+1
* radv: Expose VK_EXT_ycbcr_image_arrays.Bas Nieuwenhuizen2019-04-252-0/+7
* radv: Enable YCBCR conversion feature.Bas Nieuwenhuizen2019-04-252-1/+2
* radv: Add ycbcr subsampled & multiplane formats to csv.Bas Nieuwenhuizen2019-04-251-0/+12
* radv: Add ycbcr format features.Bas Nieuwenhuizen2019-04-251-0/+27
* radv: Add hashing for the ycbcr samplers.Bas Nieuwenhuizen2019-04-252-7/+7
* radv: Run the new ycbcr lowering pass.Bas Nieuwenhuizen2019-04-253-3/+6
* radv: Add ycbcr lowering pass.Bas Nieuwenhuizen2019-04-254-0/+376
* radv: Update descriptor sets for multiple planes.Bas Nieuwenhuizen2019-04-253-18/+35
* radv: Add ycbcr samplers in descriptor set layouts.Bas Nieuwenhuizen2019-04-252-2/+77
* radv: Allow mixed src/dst aspects in copies.Bas Nieuwenhuizen2019-04-251-104/+116
* radv: Add support for image views with multiple planes.Bas Nieuwenhuizen2019-04-253-21/+41
* radv: Add ycbcr conversion structs.Bas Nieuwenhuizen2019-04-253-4/+42
* radv: Support different source & dest aspects for planar images in blit2d.Bas Nieuwenhuizen2019-04-251-2/+9
* radv: Add single plane image views & meta operations.Bas Nieuwenhuizen2019-04-254-10/+45
* radv: Add multiple planes to images.Bas Nieuwenhuizen2019-04-257-135/+204
* radv: Add logic for multisample format descriptions.Bas Nieuwenhuizen2019-04-254-10/+86
* radv: Add logic for subsampled format descriptions.Bas Nieuwenhuizen2019-04-253-0/+28
* radv: Add adaptive_sync driconfig option and enable it by default.Bas Nieuwenhuizen2019-04-231-0/+3
* vulkan/wsi: Add X11 adaptive sync support based on dri options.Bas Nieuwenhuizen2019-04-231-1/+2
* radv: Add support for driconf.Bas Nieuwenhuizen2019-04-233-3/+23
* radv: add VK_NV_compute_shader_derivates supportSamuel Pitoiset2019-04-223-0/+9
* radv: Support VK_EXT_inline_uniform_block.Bas Nieuwenhuizen2019-04-195-15/+124
* radv: add VK_KHR_shader_atomic_int64 but disable it for nowSamuel Pitoiset2019-04-173-0/+12
* compiler/glsl: handle case where we have multiple users for typesTapani Pälli2019-04-161-0/+3
* radv: sort the shader capabilities alphabeticallySamuel Pitoiset2019-04-161-3/+3
* radv: enable shaderInt8 on SI and CIKSamuel Pitoiset2019-04-162-4/+3
* Delete autotoolsDylan Baker2019-04-151-200/+0
* radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shadersSamuel Pitoiset2019-04-152-0/+3
* radv: Use local buffers for the global bo list.Bas Nieuwenhuizen2019-04-153-2/+8
* radv: Add bolist RADV_PERFTEST flag.Bas Nieuwenhuizen2019-04-152-0/+3
* radv: enable VK_KHR_shader_float16_int8Samuel Pitoiset2019-04-152-1/+2
* radv: use nir constant helpersKarol Herbst2019-04-142-20/+10
* radv: enable VK_AMD_gpu_shader_half_floatSamuel Pitoiset2019-04-101-0/+1
* radv: Add non-uniform indexing lowering.Bas Nieuwenhuizen2019-04-102-7/+12
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* radv: fix getting the vertex strides if the bindings aren't contiguousSamuel Pitoiset2019-04-081-1/+15
* simplify LLVM version string printingEric Engestrom2019-04-042-15/+6
* radeonsi: enable displayable DCC on RavensMarek Olšák2019-04-041-0/+4