mesa/src/freedreno/vulkan
Kristian H. Kristensen 4fccbd0ea6 turnip: Put VK_KHR_external_fence_fd stubs back
tu_ImportFenceFdKHR is used by tu_AcquireImageANDROID, which may or
may not work, but let's at least keep things compiling until somebody
has time to tie up the loose ends on the Android side.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5670>
2020-06-26 16:29:15 -07: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: drop linking libfreedreno_drm 2020-06-15 15:46:37 +00:00
tu_android.c freedreno: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
tu_clear_blit.c ir3, freedreno: Round up constlen earlier 2020-06-26 09:34:33 +00:00
tu_cmd_buffer.c tu: Pass firstIndex directly to CP_DRAW_INDX_OFFSET 2020-06-26 10:05:24 +00:00
tu_cs.c turnip: fix ts_cs_memory typo 2020-06-23 21:12:09 +00:00
tu_cs.h turnip: fix ts_cs_memory typo 2020-06-23 21:12:09 +00:00
tu_descriptor_set.c turnip: input attachment descriptor set rework 2020-06-17 15:32:30 +00:00
tu_descriptor_set.h turnip: input attachment descriptor set rework 2020-06-17 15:32:30 +00:00
tu_device.c turnip: Put VK_KHR_external_fence_fd stubs back 2020-06-26 16:29:15 -07:00
tu_drm.c turnip: Fix error handling of DRM_MSM_GEM_INFO ioctls. 2020-06-26 19:34:17 +00:00
tu_entrypoints_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
tu_extensions.py turnip: semaphore support. 2020-06-26 19:34:17 +00:00
tu_fence.c turnip: Properly return VK_DEVICE_LOST on queuesubmit failures. 2020-06-26 19:34:17 +00:00
tu_formats.c turnip: move enum translation functions to a common header 2020-06-18 19:45:44 +00:00
tu_icd.py
tu_image.c turnip: move enum translation functions to a common header 2020-06-18 19:45:44 +00:00
tu_pass.c turnip: move some logic out of create_render_pass_common 2020-06-24 22:12:33 +00:00
tu_pipeline.c freedreno/a6xx+ir3: stop generating pointless binning shaders 2020-06-26 08:53:00 -07:00
tu_pipeline_cache.c turnip: remove some dead/redundant code 2020-06-13 00:11:47 +00:00
tu_private.h turnip: Properly return VK_DEVICE_LOST on queuesubmit failures. 2020-06-26 19:34:17 +00:00
tu_query.c turnip: Properly return VK_DEVICE_LOST on queuesubmit failures. 2020-06-26 19:34:17 +00:00
tu_shader.c freedreno/ir3: move finalize_nir to pscreen hook 2020-06-26 08:43:22 -07:00
tu_util.c turnip: remove some dead/redundant code 2020-06-13 00:11:47 +00:00
tu_util.h turnip: Add support for polygon fill modes. 2020-06-25 13:46:30 -07:00
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: remove some dead/redundant code 2020-06-13 00:11:47 +00:00
vk_format_parse.py