From a7e399de5921b4f23e884f369feae77518e8662d Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 11 Jan 2017 10:26:23 -0800 Subject: [PATCH] anv/TODO: Check off a bunch of stuff --- src/intel/vulkan/TODO | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 235bbe7..5c33725 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -2,28 +2,16 @@ Intel Vulkan ToDo ================= Missing Features: - - FP64 - - Tessellation - Storage Image Without Format - Investigate CTS failures on HSW - Pipeline statistics queries - Sparse memory -Code sharing with GL: - - Add surface capability introspection to ISL (pull the surface format - table from brw_surface_formats.c) - - Generalize blorp to use ISL and be sharable between the two drivers - Performance: - Sampling from HiZ (Nanley) - Multi-{sampled/gen8,LOD,subpass} HiZ - - Fast color clears (after HiZ?) - Compressed multisample support - 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: - - Deduplicate gen7 and gen8 -- 2.7.4