Module: Mesa Branch: main Commit: c8994256a660ba30d542dd0b62445c04a46db889 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8994256a660ba30d542dd0b62445c04a46db889
Author: Erik Faye-Lund <[email protected]> Date: Wed Feb 1 16:06:36 2023 +0100 anv, hasvk: remove stale TODO-files This file hasn't really been updated since 2016, apart from a single search-replace two years ago. That's an eternity in ANV-land, so let's just remove these. While we're at it, also remove the duplicate in hasvk. Acked-by: Lionel Landwerlin <[email protected]> Acked-by: Faith Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21044> --- src/intel/vulkan/TODO | 13 ------------- src/intel/vulkan_hasvk/TODO | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO deleted file mode 100644 index 4c41e251888..00000000000 --- a/src/intel/vulkan/TODO +++ /dev/null @@ -1,13 +0,0 @@ -Intel Vulkan ToDo -================= - -Missing Features: - - Investigate CTS failures on HSW - - Sparse memory - -Performance: - - Multi-{sampled/gfx8,LOD} HiZ - - MSAA fast clears - - Pushing pieces of UBOs? - - Enable guardband clipping - - Use soft-pin to avoid relocations diff --git a/src/intel/vulkan_hasvk/TODO b/src/intel/vulkan_hasvk/TODO deleted file mode 100644 index 4c41e251888..00000000000 --- a/src/intel/vulkan_hasvk/TODO +++ /dev/null @@ -1,13 +0,0 @@ -Intel Vulkan ToDo -================= - -Missing Features: - - Investigate CTS failures on HSW - - Sparse memory - -Performance: - - Multi-{sampled/gfx8,LOD} HiZ - - MSAA fast clears - - Pushing pieces of UBOs? - - Enable guardband clipping - - Use soft-pin to avoid relocations
