From 12dc89d8440691d29c5b1b13fa8eb67149910c2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg=20Kristensen?= Date: Fri, 20 May 2016 10:35:57 -0700 Subject: [PATCH] anv: Merge in my TODO list items MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg Kristensen --- src/intel/vulkan/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index cb8654b72f2..197bf0c8efc 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -9,6 +9,9 @@ Missing Features: - Image Gather Extended - Storage Image Without Format - Investigate CTS failures on HSW + - Pipeline statistics queries + - Sparse memory + - Per-sample-dispatch, minSampleShading Code sharing with GL: - Add surface capability introspection to ISL (pull the surface format @@ -21,3 +24,11 @@ Performance: - Compressed multisample support - Renderbuffer compression (SKL+) - Pushing pieces of UBOs? + - Enable guardband clipping + - Remove alloc in renderpass begin to renderpass create + - pma stall workaround + - Use soft-pin to avoid relocations + +Cleanups: + - Drop libmesa.la + - Deduplicate gen7 and gen8 -- 2.30.2