mesa/src/freedreno/vulkan
Jason Ekstrand d360a996f9 vulkan: Add common instance and physical device structs
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8676>
2021-02-01 18:54:24 +00:00
..
.clang-format turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
.dir-locals.el turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
.editorconfig turnip: Add a .editorconfig and .dir-locals.el 2019-09-27 13:34:28 -07:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
meson.build vulkan/meson: Add missing dependencise on vk_extensions_gen.py 2021-02-01 18:54:23 +00:00
msm_kgsl.h turnip: Add kgsl backend 2020-09-21 22:51:05 +00:00
tu_android.c turnip: rework android gralloc path so it doesn't call tu_image_create 2020-11-02 19:30:48 +00:00
tu_clear_blit.c turnip: always set LRZ registers to zero for 3d clear/blit 2020-12-08 13:26:16 -05:00
tu_cmd_buffer.c turnip: don't emit tess consts if they are not used 2021-01-20 13:10:10 +00:00
tu_cs.c turnip: device global bo list 2020-09-13 04:04:58 +00:00
tu_cs.h freedreno/registers: split header build into subdirs 2020-08-03 19:46:49 +00:00
tu_descriptor_set.c turnip: Assert about the storage buffer offset alignment. 2020-11-18 00:38:02 +00:00
tu_descriptor_set.h turnip: initial implementation of VK_KHR_push_descriptor 2020-09-29 12:58:34 +00:00
tu_device.c vulkan: Add common instance and physical device structs 2021-02-01 18:54:24 +00:00
tu_drm.c turnip: support multipass for performance query. 2020-12-22 04:57:22 +00:00
tu_entrypoints_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
tu_extensions.py turnip: enable VK_KHR_performance_query with new debug flag 2020-12-22 04:57:22 +00:00
tu_formats.c turnip: disable UBWC on Z24_S8 MSAA images on A630 2021-01-18 17:32:21 +01:00
tu_icd.py
tu_image.c turnip: disable UBWC on Z24_S8 MSAA images on A630 2021-01-18 17:32:21 +01:00
tu_kgsl.c turnip/kgsl: support VK_KHR_performance_query 2020-12-22 04:57:22 +00:00
tu_legacy.c turnip: implement legacy API functions separately 2020-09-30 17:02:55 +00:00
tu_nir_lower_multiview.c nir: Add and use some deref mode helpers 2020-11-03 22:18:28 +00:00
tu_pass.c turnip: implement VK_KHR_depth_stencil_resolve support 2020-11-19 09:43:11 +00:00
tu_pipeline.c turnip: make GS use correct varyings size from previous stage 2021-01-14 19:06:07 +00:00
tu_pipeline_cache.c vulkan/util: add struct vk_pipeline_cache_header 2020-07-30 11:44:21 +02:00
tu_private.h vulkan: Move vk_device to its own file 2021-02-01 18:54:24 +00:00
tu_query.c turnip: Remove unsigned nonnegative check. 2020-12-24 23:08:56 +00:00
tu_shader.c tu: use intrinsic builders 2021-01-06 14:34:41 +00:00
tu_util.c tu: Use freedreno_dev_info 2020-11-02 18:07:05 +00:00
tu_util.h turnip: remove unnecessary/redundant tu_image fields 2020-11-05 18:06:15 +00:00
tu_wsi.c turnip: signal fence and semaphore in AcquireNextImage2KHR 2020-09-30 00:32:40 +00:00
tu_wsi_display.c turnip: Close sync_fd only if it is a valid file descriptor. 2020-11-17 01:05:44 +00:00
tu_wsi_wayland.c turnip: preliminary support for Wayland WSI 2019-03-11 10:02:13 -07:00
tu_wsi_x11.c turnip: add x11 wsi 2019-11-18 22:18:05 +00:00
vk_format.h Fix VMware capitalization. 2020-10-27 15:33:40 -07:00
vk_format_parse.py