mesa/src/amd/vulkan
Bas Nieuwenhuizen a247215469 radv: Merge fast clear flushes.
Don't flush multiple times if we clear multiple attachments. Also allows
doing the depth clear in parallel with the fast color clears.

Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
2017-03-05 20:40:31 +01:00
..
winsys/amdgpu radv/winsys: fix freeing imported memory. 2017-02-27 00:22:39 +00:00
.gitignore radv: Suffix the radeon_icd file with the host CPU 2016-11-09 21:36:45 +00:00
dev_icd.json.in radv: Replace "abi_versions" with correct "api_version". 2016-10-25 12:55:39 -07:00
Makefile.am radv: use enum_to_str util functions. 2017-03-04 15:05:14 +00:00
Makefile.sources radv: Don't generate radv_timestamp.h 2016-11-24 19:25:03 +01:00
radeon_icd.json.in radv: Suffix the radeon_icd file with the host CPU 2016-11-09 21:36:45 +00:00
radv_cmd_buffer.c radv: Reset emitted compute pipeline when calling secondary cmd buffer. 2017-02-27 01:33:10 +01:00
radv_cs.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_descriptor_set.c radv: Don't allocate space for unused immutable samplers. 2017-02-28 20:48:18 +01:00
radv_descriptor_set.h radv: Detect if all immutable samplers for a binding are equal. 2017-02-28 20:48:10 +01:00
radv_device.c radv: add support for NV_dedicated_allocation 2017-02-27 00:22:51 +00:00
radv_entrypoints_gen.py radv: add support for NV_dedicated_allocation 2017-02-27 00:22:51 +00:00
radv_formats.c radv/formats: add fast clear for 8-bit signed ints. 2017-02-28 06:11:50 +10:00
radv_image.c radv: pass FMASK alignment to application 2017-02-07 10:42:01 +10:00
radv_meta.c radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
radv_meta.h vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
radv_meta_blit.c radv: fix flipped blits 2016-11-23 23:49:32 +00:00
radv_meta_blit2d.c radv: fix depth format in blit2d. 2017-02-28 06:11:54 +10:00
radv_meta_buffer.c Revert "radv: detect command buffers that do no work and drop them (v2)" 2017-02-20 09:00:40 +10:00
radv_meta_bufimage.c radv/meta: update header info 2016-12-18 20:52:20 +01:00
radv_meta_clear.c radv: Merge fast clear flushes. 2017-03-05 20:40:31 +01:00
radv_meta_copy.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
radv_meta_decompress.c radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS 2017-01-07 01:26:08 +01:00
radv_meta_fast_clear.c radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate. 2017-02-19 20:58:06 +01:00
radv_meta_resolve.c radv: handle layered fast clears. 2017-02-19 20:30:01 +10:00
radv_meta_resolve_cs.c radv: handle layered fast clears. 2017-02-19 20:30:01 +10:00
radv_pass.c radv: move to using shared vk_alloc inlines. 2016-10-19 09:05:26 +10:00
radv_pipeline.c radv: Add support for shaderStorageImageReadWithoutFormat. 2017-02-15 21:18:21 +01:00
radv_pipeline_cache.c radv: add pipeline creation support for geometry shaders (v2.1) 2017-01-31 09:30:10 +10:00
radv_private.h radv: add support for NV_dedicated_allocation 2017-02-27 00:22:51 +00:00
radv_query.c radv: Use correct size for availability flag. 2017-02-27 01:33:10 +01:00
radv_radeon_winsys.h radv: Special case the initial preamble. 2017-02-21 09:19:53 +01:00
radv_util.c radv: use enum_to_str util functions. 2017-03-04 15:05:14 +00:00
radv_util.h radv: Use proper header guards over 'pragma once' directives 2016-10-10 16:10:56 +11:00
radv_wsi.c radv: add support for NV_dedicated_allocation 2017-02-27 00:22:51 +00:00
radv_wsi_wayland.c radv: port to common wsi codebase 2016-10-19 10:15:43 +10:00
radv_wsi_x11.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
si_cmd_buffer.c radv: Flush in the initial preamble CS. 2017-02-21 09:19:58 +01:00
vk_format.h radv: remove unneeded extern C notation 2017-02-21 18:28:15 +00:00
vk_format_layout.csv radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
vk_format_parse.py radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00
vk_format_table.py radv: add initial non-conformant radv vulkan driver 2016-10-07 09:16:09 +10:00