aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv/winsys: set IB flags prior to submit in the sysmem pathFlorian Will2020-01-271-0/+2
* radv: print NIR shaders after lowering FS inputs/outputsSamuel Pitoiset2020-01-241-3/+5
* radv: enable ACO support for GFX6Samuel Pitoiset2020-01-241-4/+0
* radv/aco: use ACO for GS copy shadersRhys Perry2020-01-243-4/+7
* radv/aco: allow ACO for GSRhys Perry2020-01-241-8/+9
* aco: implement GS on GFX7-8Rhys Perry2020-01-242-25/+23
* radv/aco,aco: implement GS on GFX9+Rhys Perry2020-01-241-0/+3
* radv: move gs copy shader creation before other variantsRhys Perry2020-01-241-36/+36
* radv: Allow DCC & TC-compat HTILE with VK_IMAGE_CREATE_EXTENDED_USAGE_BIT.Bas Nieuwenhuizen2020-01-241-4/+2
* radv: Expose VK_KHR_swapchain_mutable_format.Bas Nieuwenhuizen2020-01-241-0/+1
* radv: advertise VK_AMD_shader_fragment_maskSamuel Pitoiset2020-01-232-0/+2
* radv: handle missing implicit subpass dependenciesSamuel Pitoiset2020-01-231-0/+112
* radv: add explicit external subpass dependencies to meta operationsSamuel Pitoiset2020-01-237-14/+296
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-221-1/+0
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-211-1/+0
* radv: enable Vulkan 1.2Samuel Pitoiset2020-01-151-1/+1
* radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset2020-01-151-0/+148
* radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset2020-01-151-0/+53
* radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset2020-01-151-24/+24
* radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset2020-01-151-5/+5
* radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2Samuel Pitoiset2020-01-152-8/+8
* radv: update VK_KHR_image_format_list for Vulkan 1.2Samuel Pitoiset2020-01-151-6/+6
* radv: update VK_KHR_driver_properties for Vulkan 1.2Samuel Pitoiset2020-01-151-7/+7
* radv: update VK_KHR_draw_indirect_count for Vulkan 1.2Samuel Pitoiset2020-01-151-2/+2
* radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2Samuel Pitoiset2020-01-155-21/+21
* radv: update VK_KHR_create_renderpass2 for Vulkan 1.2Samuel Pitoiset2020-01-152-15/+15
* radv: update VK_KHR_buffer_device_address for Vulkan 1.2Samuel Pitoiset2020-01-151-9/+9
* radv: update VK_KHR_8bit_storage for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_scalar_block_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2Samuel Pitoiset2020-01-152-9/+9
* radv: update VK_EXT_host_query_reset for Vulkan 1.2Samuel Pitoiset2020-01-152-4/+4
* radv: update VK_EXT_descriptor_indexing for Vulkan 1.2Samuel Pitoiset2020-01-152-14/+14
* radv/gfx10: simplify some duplicated NGG GS codeSamuel Pitoiset2020-01-151-62/+41
* radv/gfx10: enable all CUs if NGG is never usedSamuel Pitoiset2020-01-151-2/+5
* radv: only use VkSamplerCreateInfo::compareOp if enabledSamuel Pitoiset2020-01-151-1/+5
* radv: Disable VK_EXT_sample_locations on GFX10.Bas Nieuwenhuizen2020-01-151-1/+2
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-141-0/+4
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* radv/gfx10: improve performance for TES using PrimID but not exporting itSamuel Pitoiset2020-01-131-1/+1
* radv/gfx10: add support for NGG passthrough modeSamuel Pitoiset2020-01-132-9/+15
* radv/gfx10: do not declare LDS for NGG if uselessSamuel Pitoiset2020-01-131-6/+9
* radv/gfx10: determine if a pipeline is eligible for NGG passthroughSamuel Pitoiset2020-01-134-12/+59
* radv/gfx10: disable vertex groupingSamuel Pitoiset2020-01-131-5/+2
* radv: Use new scanout gfx9 metadata flag.Bas Nieuwenhuizen2020-01-123-10/+14
* radv: advertise VK_AMD_shader_image_load_store_lodSamuel Pitoiset2020-01-092-0/+2
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-094-0/+11