mesa/src/freedreno/vulkan
Connor Abbott 9d081d7561 tu: Correctly handle VK_IMAGE_CREATE_EXTENDED_USAGE_BIT
In this case we should relax checks based on the format, since the user
will be responsible for them when creating an image view.

This gets dEQP-VK.image.sample_texture.*_bit_compressed_format_* not
skipping again after VK-GL-CTS 736eec57dc0c ("Fix checkSupport in
compressed texture sampling tests").

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15563>
2022-03-28 17:16:54 +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
meson.build turnip: Drop tu_legacy.c 2022-03-18 11:19:08 -05: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
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Use vk_common_AcquireImageANDROID 2022-01-11 17:25:22 +00:00
tu_autotune.c turnip: Make autotuner work with reusable command buffers 2022-03-09 12:56:31 +00:00
tu_autotune.h turnip: Make autotuner work with reusable command buffers 2022-03-09 12:56:31 +00:00
tu_clear_blit.c turnip: Add a refcount mechanism to BOs 2022-02-19 15:16:55 +00:00
tu_cmd_buffer.c turnip: Fix the lack of WFM before indirect draws 2022-03-28 16:09:07 +00:00
tu_cs.c turnip: Add a refcount mechanism to BOs 2022-02-19 15:16:55 +00:00
tu_cs.h turnip: Fix unitialized cs->device 2021-09-20 19:13:25 +00:00
tu_descriptor_set.c tu: Add an extra storage descriptor for isam 2022-03-15 21:36:38 +00:00
tu_descriptor_set.h tu: Rewrite dynamic descriptor handling 2022-03-15 21:36:38 +00:00
tu_device.c turnip: Stop using VK_OUTARRAY_MAKE() 2022-03-25 11:00:02 +00:00
tu_drm.c turnip: Use the DRM or KGSL GPU reset status ioctls to report device loss. 2022-03-16 19:28:04 +00:00
tu_formats.c tu: Correctly handle VK_IMAGE_CREATE_EXTENDED_USAGE_BIT 2022-03-28 17:16:54 +00:00
tu_image.c turnip: Disallow non-linear tiling when casting R8G8 to other fmts 2022-03-22 13:47:21 +00:00
tu_kgsl.c turnip: Use the DRM or KGSL GPU reset status ioctls to report device loss. 2022-03-16 19:28:04 +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: Implement VK_ARM_rasterization_order_attachment_access 2022-02-23 11:31:59 +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: Stop using VK_OUTARRAY_MAKE() 2022-03-25 11:00:02 +00:00
tu_pipeline_cache.c turnip: Plumb non-startup errors through the new vk_error helpers 2021-10-07 20:51:36 +00:00
tu_private.h turnip: Use the DRM or KGSL GPU reset status ioctls to report device loss. 2022-03-16 19:28:04 +00:00
tu_query.c turnip: Stop using VK_OUTARRAY_MAKE() 2022-03-25 11:00:02 +00:00
tu_shader.c turnip: use vk_shader_module_to_nir(). 2022-03-15 23:13:16 +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: Plumb non-startup errors through the new vk_error helpers 2021-10-07 20:51:36 +00:00
tu_util.h turnip: enable VK_EXT_line_rasterization 2021-10-13 12:18:01 +00:00
tu_wsi.c turnip/trace: process u_trace chunks on queue submission 2022-01-27 18:59:43 +00:00
vk_format.h vulkan: move common format helpers to vk_format 2021-11-19 12:23:19 +01:00