mesa/src/freedreno/vulkan
Jason Ekstrand 0c764afac1 turnip: Set supported_sync_types before wsi_init
The WSI code is about to start querying for available semaphore handle
types via GetPhysicalDeviceExternalSemaphoreProperties in wsi_init().
For drivers that use vk_sync, supported_sync_types needs to be
initialized before GetPhysicalDeviceExternalSemaphoreProperties is
called.  Really, wsi_init() should be the very last step of physical
device setup.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4037>
2022-06-10 01:33:12 +00:00
..
.clang-format
.dir-locals.el
.editorconfig
TODO
meson.build tu: Implement pipeline caching with shared Vulkan cache 2022-05-13 17:07:05 +00:00
msm_kgsl.h turnip: Update the msm_kgsl.h header with the sanitized 4.19 version 2022-01-21 21:25:07 +00:00
tu_android.c turnip: Use vk_common_AcquireImageANDROID 2022-01-11 17:25:22 +00:00
tu_autotune.c turnip: consider render pass costs in autotune 2022-06-08 12:48:08 +00:00
tu_autotune.h turnip: Move autotune buffers to suballoc. 2022-04-12 01:01:56 +00:00
tu_clear_blit.c turnip: Allow load/store skipping in vkCmdClearAttachments(). 2022-06-07 00:00:28 +00:00
tu_cmd_buffer.c turnip: Reverse the order of walking pipes or tiles on odd rows. 2022-06-09 20:36:42 +00:00
tu_cs.c turnip: Allow nested CP_COND_REG_EXEC 2022-06-07 00:00:28 +00:00
tu_cs.h turnip: Allow nested CP_COND_REG_EXEC 2022-06-07 00:00:28 +00:00
tu_descriptor_set.c turnip: add an assertion for max descriptor set count. 2022-05-20 09:49:00 +00:00
tu_descriptor_set.h tu: Hash pipeline layout contents 2022-05-13 17:07:05 +00:00
tu_device.c turnip: Set supported_sync_types before wsi_init 2022-06-10 01:33:12 +00:00
tu_drm.c turnip: Set supported_sync_types before wsi_init 2022-06-10 01:33:12 +00:00
tu_formats.c turnip: fix drm modifier support with planar formats 2022-04-29 22:30:45 +00:00
tu_image.c turnip: disable UBWC for SNORM formats 2022-05-21 15:27:42 +00:00
tu_kgsl.c turnip: Use the common AcquireNextImage implementation 2022-06-10 01:33:12 +00:00
tu_nir_lower_multiview.c turnip: Convert fd_dev_info to const pointer 2021-07-14 01:58:00 +00:00
tu_pass.c turnip: estimate render pass costs 2022-06-08 12:48:08 +00:00
tu_perfetto.cc turnip/perfetto: handle gpu timestamps being non-monotonic 2022-01-27 18:59:43 +00:00
tu_perfetto.h turnip/perfetto: handle gpu timestamps being non-monotonic 2022-01-27 18:59:43 +00:00
tu_perfetto_util.c turnip: rename tu_drm_get_timestamp into tu_device_get_gpu_timestamp 2022-01-27 18:59:43 +00:00
tu_pipeline.c turnip: consider render pass costs in autotune 2022-06-08 12:48:08 +00:00
tu_private.h turnip: Use the common AcquireNextImage implementation 2022-06-10 01:33:12 +00:00
tu_query.c tu: Convert to sync2 entrypoints 2022-06-01 04:06:46 +00:00
tu_shader.c turnip: Use nir_gather_xfb_info 2022-05-31 23:09:30 +00:00
tu_suballoc.c turnip: Sub-allocate pipelines out of a device-global BO pool. 2022-04-12 01:01:56 +00:00
tu_tracepoints.py turnip/trace: Delete unused start/end_resolve tracepoints 2022-01-27 18:59:43 +00:00
tu_util.c turnip: Move binning decisions from FB usage time to FB creation time. 2022-06-07 00:00:28 +00:00
tu_util.h turnip: fix tu6_pack_border_color for z24 2022-05-21 00:54:28 +00:00
tu_wsi.c turnip: Use the common QueuePresent implementation 2022-06-10 01:33:12 +00:00
vk_format.h vulkan: Move common format function to vulkan/util/vk_format.h 2022-03-31 17:18:22 +00:00