mesa/src/amd/vulkan
Bas Nieuwenhuizen 334f0d3ead radv: Only allocate supplied number of descriptors when variable.
Fixes: b5e04e9217 "radv: Support allocating variable size descriptor sets."
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111019
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
(cherry picked from commit d7e6541cc7)
2019-07-02 09:53:58 +02:00
..
winsys/amdgpu radv: Use local buffers for the global bo list. 2019-04-15 20:39:38 +02:00
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
Android.mk android: radv: add libmesa_git_sha1 static dependency 2018-11-03 10:48:45 +01:00
Makefile.sources radv: Add ycbcr lowering pass. 2019-04-25 19:56:20 +00:00
meson.build radv: Fix vulkan build in meson. 2019-06-20 08:21:01 +00:00
radv_android.c radv: get rid of bunch of KHR suffixes 2019-01-09 12:26:48 +01:00
radv_cmd_buffer.c radv: Skip transitions coming from external queue. 2019-06-14 09:05:30 +00:00
radv_cs.h amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf 2018-06-19 13:08:50 -04:00
radv_debug.c simplify LLVM version string printing 2019-04-04 16:08:11 +00:00
radv_debug.h radv: add a workaround for Monster Hunter World and LLVM 7&8 2019-05-21 08:42:32 +00:00
radv_descriptor_set.c radv: Only allocate supplied number of descriptors when variable. 2019-07-02 09:53:58 +02:00
radv_descriptor_set.h radv: Do not use extra descriptor space for the 3rd plane. 2019-05-13 10:47:26 +00:00
radv_device.c radv: fix VK_EXT_memory_budget if one heap isn't available 2019-06-14 08:57:10 +00:00
radv_entrypoints_gen.py radv: use the platform defines in vk.xml instead of hard-coding them 2019-03-05 11:57:10 +00:00
radv_extensions.py radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+ 2019-06-28 10:13:48 +02:00
radv_formats.c radv: Decompress DCC when the image format is not allowed for buffers. 2019-06-18 09:47:32 +00:00
radv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
radv_image.c radv: fix radv_get_aspect_format() for D+S formats 2019-05-03 09:01:10 +02:00
radv_llvm_helper.cpp radv/llvm: initialise passes member. 2019-02-11 08:59:02 +10:00
radv_meta.c radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_meta.h radv: add support for FMASK expand 2018-12-20 18:01:17 +01:00
radv_meta_blit.c radv: fix compiler issues with GCC 9 2019-02-12 14:48:08 +01:00
radv_meta_blit2d.c radv: Support different source & dest aspects for planar images in blit2d. 2019-04-25 19:56:20 +00:00
radv_meta_buffer.c radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shaders 2019-04-15 21:36:53 +02:00
radv_meta_bufimage.c radv: Add multiple planes to images. 2019-04-25 19:56:20 +00:00
radv_meta_clear.c radv: do not use gfx fast depth clears for layered depth/stencil images 2019-06-04 15:06:46 +00:00
radv_meta_copy.c radv: Decompress DCC when the image format is not allowed for buffers. 2019-06-18 09:47:32 +00:00
radv_meta_decompress.c radv: drop few useless state changes when doing color/depth decompressions 2018-11-29 10:18:55 +01:00
radv_meta_fast_clear.c radv: allow to skip DCC decompressions with the new predicate 2018-12-13 09:21:14 +01:00
radv_meta_fmask_expand.c radv: fix FMASK expand with SRGB formats 2019-06-19 07:26:04 +00:00
radv_meta_resolve.c radv: Add multiple planes to images. 2019-04-25 19:56:20 +00:00
radv_meta_resolve_cs.c radv: use nir constant helpers 2019-04-14 22:25:56 +02:00
radv_meta_resolve_fs.c radv: do not set preserveAttachments for internal render passes 2019-02-04 13:19:14 +01:00
radv_nir_lower_ycbcr_textures.c radv: Implement cosited_even sampling. 2019-05-06 16:59:58 +02:00
radv_nir_to_llvm.c radv: Do not use extra descriptor space for the 3rd plane. 2019-05-13 10:47:26 +00:00
radv_pass.c radv: Clean up a bunch of compiler warnings. 2019-02-20 03:21:09 +01:00
radv_pipeline.c radv: disable viewport clamping even if FS doesn't write Z 2019-06-21 07:28:35 +00:00
radv_pipeline_cache.c radv: Implement VK_EXT_pipeline_creation_feedback. 2019-03-20 21:19:46 +00:00
radv_private.h radv: Decompress DCC when the image format is not allowed for buffers. 2019-06-18 09:47:32 +00:00
radv_query.c radv: fix occlusion queries on VegaM 2019-06-14 08:55:38 +00:00
radv_radeon_winsys.h radv: Use local buffers for the global bo list. 2019-04-15 20:39:38 +02:00
radv_shader.c radv: add a workaround for Monster Hunter World and LLVM 7&8 2019-05-21 08:42:32 +00:00
radv_shader.h radv: Run the new ycbcr lowering pass. 2019-04-25 19:56:20 +00:00
radv_shader_helper.h amd: remove support for LLVM 6.0 2018-12-06 14:02:56 +01:00
radv_shader_info.c radv: fix set_output_usage_mask() with composite and 64-bit types 2019-05-02 10:24:20 +01:00
radv_util.c radv: Add startup debug option. 2018-05-31 11:51:23 +02:00
radv_util.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_wsi.c vulkan/wsi: Add X11 adaptive sync support based on dri options. 2019-04-23 23:49:39 +00:00
radv_wsi_display.c anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
radv_wsi_wayland.c radv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
radv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
si_cmd_buffer.c radv: set WD_SWITCH_ON_EOP=1 when drawing primitives from a stream output buffer 2019-05-02 15:55:46 +02:00
vk_format.h radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_layout.csv radv: Add ycbcr subsampled & multiplane formats to csv. 2019-04-25 19:56:20 +00:00
vk_format_parse.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_table.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00