diff options
author | Jason Ekstrand <[email protected]> | 2017-01-11 10:26:23 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-01-11 10:28:18 -0800 |
commit | a7e399de5921b4f23e884f369feae77518e8662d (patch) | |
tree | f671338a446da4fafd8ff0566cf7836260da6d25 | |
parent | c472568b4e458c9882a98850668f99144c7ca6bf (diff) |
anv/TODO: Check off a bunch of stuff
-rw-r--r-- | src/intel/vulkan/TODO | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 235bbe7cecc..5c33725700f 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 |