mesa/src/freedreno/vulkan
Connor Abbott 76f711d09d tu: Use an input for the layer when lowering input attachments
Also remove a hack that's no longer needed. This should fix input
attachments with layered rendering.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5719>
2020-08-19 16:36:43 +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 meson: fix android vulkan build 2020-07-14 09:34:54 +00:00
TODO turnip: clean up TODO. 2019-03-11 10:01:41 -07:00
tu_android.c turnip: Make tu_android.c compile again 2020-08-05 18:08:07 +00:00
tu_clear_blit.c turnip: call packing functions directly for pack_gmem_clear_value 2020-08-14 13:42:02 +00:00
tu_cmd_buffer.c turnip: implement VK_EXT_custom_border_color 2020-08-13 16:54:06 +00:00
tu_cs.c turnip: fix ts_cs_memory typo 2020-06-23 21:12:09 +00:00
tu_cs.h freedreno/registers: split header build into subdirs 2020-08-03 19:46:49 +00:00
tu_descriptor_set.c tu: Fix descriptor update templates with input attachments 2020-07-27 12:36:36 +00:00
tu_descriptor_set.h turnip: Use the common base object type and struct. 2020-07-14 02:48:30 +00:00
tu_device.c turnip: implement VK_EXT_custom_border_color 2020-08-13 16:54:06 +00:00
tu_drm.c turnip: Only include msm_drm in tu_drm.c 2020-08-05 01:19:22 +00:00
tu_entrypoints_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
tu_extensions.py turnip: implement VK_EXT_custom_border_color 2020-08-13 16:54:06 +00:00
tu_fence.c turnip: Use the common base object type and struct. 2020-07-14 02:48:30 +00:00
tu_formats.c turnip: implement VK_EXT_4444_formats 2020-08-04 13:15:23 +00:00
tu_icd.py
tu_image.c turnip: remove dead tu_minify/typed_memcpy functions 2020-08-14 13:42:02 +00:00
tu_pass.c turnip: add support for D32_SFLOAT_S8_UINT 2020-08-04 11:40:18 +00:00
tu_pipeline.c freedreno/ir3: Simpify the immediates from an array of vec4 to array of dwords. 2020-08-05 23:06:55 +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: remove dead tu_minify/typed_memcpy functions 2020-08-14 13:42:02 +00:00
tu_query.c turnip: add missing tu_bo_list_add in CmdWriteTimestamp 2020-08-14 14:28:11 +00:00
tu_shader.c tu: Use an input for the layer when lowering input attachments 2020-08-19 16:36:43 +00:00
tu_util.c turnip: make tiling config part of framebuffer state 2020-07-03 14:49:10 +00:00
tu_util.h turnip: call packing functions directly for pack_gmem_clear_value 2020-08-14 13:42:02 +00:00
tu_wsi.c vulkan/wsi: add sw support. (v2) 2020-08-17 14:30:50 +10: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 turnip: enable 420_UNORM formats 2020-07-05 15:25:17 +00:00
vk_format_parse.py