mesa/src/freedreno/vulkan
Connor Abbott 518909290b tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formats
It turns out this is required for compressed formats, and we might as
well enable it for the one other texture-only format too.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5098>
2020-05-19 19:55:11 +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 freedreno: Centralize UUID generation into new files freedreno_uuid.c/h 2020-05-14 19:05:02 +00:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Make Android platform build 2020-04-07 18:44:21 +00:00
tu_clear_blit.c tu: Fix buffer compressed pitch calculation with unaligned sizes 2020-05-19 19:55:11 +00:00
tu_cmd_buffer.c tu: Move RENDER_COMPONENTS setting to pipeline state 2020-05-14 18:15:31 +00:00
tu_cs.c turnip: Promote tu_cs_get_size/is_empty to header 2020-03-03 02:25:25 +00:00
tu_cs.h turnip: implement depth clamp 2020-03-24 13:01:44 +00:00
tu_descriptor_set.c tu: Implement descriptor set update templates 2020-04-09 15:56:55 +00:00
tu_descriptor_set.h tu: Emit CP_LOAD_STATE6 for descriptors 2020-04-09 15:56:55 +00:00
tu_device.c freedreno/uuid: Generate meaningful device and driver UUID 2020-05-14 19:05:02 +00:00
tu_drm.c turnip: don't hardcode gmem base for input attachment 2020-02-28 14:04:20 +00:00
tu_entrypoints_gen.py turnip: Add missing VKAPI_ATTR annotations 2020-04-07 18:44:21 +00:00
tu_extensions.py turnip: use the common code for generating extensions and dispatch tables 2020-05-13 08:45:29 +02:00
tu_fence.c turnip: fix display wsi fence timing out 2019-12-02 14:29:47 -05:00
tu_formats.c tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formats 2020-05-19 19:55:11 +00:00
tu_icd.py
tu_image.c tu: Always initialize image_view fields for blit sources 2020-05-19 19:55:11 +00:00
tu_pass.c tu: Move RENDER_COMPONENTS setting to pipeline state 2020-05-14 18:15:31 +00:00
tu_pipeline.c tu: Implement dual-src blending 2020-05-14 18:15:31 +00:00
tu_pipeline_cache.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_private.h tu: Move RENDER_COMPONENTS setting to pipeline state 2020-05-14 18:15:31 +00:00
tu_query.c turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT 2020-04-23 01:14:19 +00:00
tu_shader.c turnip: Execute ir3_nir_lower_gs pass again 2020-05-12 13:42:55 -07:00
tu_util.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_util.h
tu_wsi.c turnip: Add missing VKAPI_ATTR annotations 2020-04-07 18:44:21 +00:00
tu_wsi_display.c turnip: add display wsi 2019-11-18 22:18:05 +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 tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formats 2020-05-14 18:15:31 +00:00
vk_format_parse.py