Module: Mesa Branch: master Commit: a7e399de5921b4f23e884f369feae77518e8662d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7e399de5921b4f23e884f369feae77518e8662d
Author: Jason Ekstrand <[email protected]> Date: Wed Jan 11 10:26:23 2017 -0800 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
