Module: Mesa Branch: master Commit: 3da7adc75551d1ef66c38f229bf9e62ccdd1e61a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3da7adc75551d1ef66c38f229bf9e62ccdd1e61a
Author: Jason Ekstrand <[email protected]> Date: Fri Oct 28 02:03:36 2016 -0700 anv/TODO: Check off render buffer compression There's still a tiny bit of work to do for storage images but it's otherwise pretty much done at this point. --- src/intel/vulkan/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 4c3faad..a39bf43 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -21,7 +21,6 @@ Performance: - Multi-{sampled/gen8,LOD,subpass} HiZ - Fast color clears (after HiZ?) - Compressed multisample support - - Renderbuffer compression (SKL+) - Pushing pieces of UBOs? - Enable guardband clipping - Remove alloc in renderpass begin to renderpass create _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
