mesa/src/freedreno/vulkan
Jonathan Marek 9daeb50454 turnip: implement VK_EXT_filter_cubic
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4672>
2020-04-22 19:03:58 +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 turnip: new clear/blit implementation with shader path fallback 2020-04-09 14:43:02 +00:00
tu_android.c turnip: Make Android platform build 2020-04-07 18:44:21 +00:00
tu_clear_blit.c turnip: enable VK_FORMAT_S8_UINT as stencil format 2020-04-22 17:45:33 +00:00
tu_cmd_buffer.c turnip: implement VK_EXT_sample_locations 2020-04-22 18:46:46 +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 turnip: implement VK_EXT_filter_cubic 2020-04-22 19:03:58 +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: implement VK_EXT_filter_cubic 2020-04-22 19:03:58 +00:00
tu_fence.c turnip: fix display wsi fence timing out 2019-12-02 14:29:47 -05:00
tu_formats.c turnip: implement VK_EXT_filter_cubic 2020-04-22 19:03:58 +00:00
tu_icd.py
tu_image.c turnip: enable VK_FORMAT_S8_UINT as stencil format 2020-04-22 17:45:33 +00:00
tu_pass.c turnip: improve GMEM load/store logic 2020-04-22 17:45:33 +00:00
tu_pipeline.c turnip: implement VK_EXT_sample_locations 2020-04-22 18:46:46 +00:00
tu_pipeline_cache.c turnip: add .clang-format 2019-03-11 10:01:41 -07:00
tu_private.h turnip: implement VK_EXT_sample_locations 2020-04-22 18:46:46 +00:00
tu_query.c turnip: implement timestamp query 2020-04-07 14:58:47 +00:00
tu_shader.c turnip: implement VK_EXT_sample_locations 2020-04-22 18:46:46 +00: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 turnip: add vk_format_is_snorm/is_float 2020-04-09 14:43:02 +00:00
vk_format_parse.py