mesa/src/freedreno/vulkan
Michel Dänzer d200f45875 Use explicit break instead of fall-through to break-only case
clang generates a warning if there's no explicit break or fall-through
annotation. The latter would be kind of silly in this case, and not
robust against any future changes turning the fall-through invalid.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10220>
2021-04-15 16:01:22 +00:00
..
.clang-format
.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
meson.build vulkan: Track dependencies of Python imports 2021-04-08 14:15:54 +00:00
msm_kgsl.h turnip: Add kgsl backend 2020-09-21 22:51:05 +00:00
tu_android.c turnip: Drop some legacy wrappers in favor of common code 2021-02-01 18:54:24 +00:00
tu_clear_blit.c Convert most remaining free-form fall-through comments to FALLTHROUGH 2021-04-15 16:01:22 +00:00
tu_cmd_buffer.c tu: Handle null descriptors 2021-04-15 16:05:13 +02: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 Use explicit break instead of fall-through to break-only case 2021-04-15 16:01:22 +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 tu: Expose VK_EXT_robustness2 2021-04-15 16:05:13 +02:00
tu_drm.c turnip: keep track of memory heap usage, size and flags 2021-02-17 08:07:19 +01:00
tu_extensions.py tu: Expose VK_EXT_robustness2 2021-04-15 16:05:13 +02:00
tu_formats.c turnip: IMAGE_FILTER_{LINEAR,CUBIC}_BIT only for non-integer formats 2021-02-03 13:45:19 +00:00
tu_icd.py
tu_image.c Use explicit break instead of fall-through to break-only case 2021-04-15 16:01:22 +00:00
tu_kgsl.c turnip: Fix KGSL build since common dispatch rework. 2021-03-24 17:25:07 +00:00
tu_legacy.c turnip: use common entrypoints for VK_KHR_create_renderpass2 2021-03-24 11:21:53 +00:00
tu_nir_lower_multiview.c turnip: consider HW limit on number of views when apply multipos opt 2021-02-19 09:16:00 +00:00
tu_pass.c turnip: implement variableMultisampleRate 2021-04-07 12:04:45 +00:00
tu_pipeline.c Convert most remaining free-form fall-through comments to FALLTHROUGH 2021-04-15 16:01:22 +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 turnip: refactor how LRZ state is calculated 2021-04-15 09:50:51 +02:00
tu_query.c turnip: Remove unsigned nonnegative check. 2020-12-24 23:08:56 +00:00
tu_shader.c ir3, tu: Add compiler flag for robust UBO behavior 2021-04-15 16:05:11 +02:00
tu_util.c tu: Skip tu_tiling_config_update_tile_layout() if not using gmem 2021-03-29 21:58:24 +00:00
tu_util.h vulkan: Deduplicate mesa stage conversion 2021-04-03 17:34:39 +00:00
tu_wsi.c turnip: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
tu_wsi_display.c turnip: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
tu_wsi_wayland.c turnip: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
tu_wsi_x11.c turnip: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
vk_format.h anv: Move vk_format helpers to common code 2021-03-10 18:17:31 +00:00