diff options
author | Jason Ekstrand <[email protected]> | 2016-10-28 02:03:36 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-11-17 12:03:24 -0800 |
commit | 3da7adc75551d1ef66c38f229bf9e62ccdd1e61a (patch) | |
tree | 00737b0a5680d13c073458b5977d4f03f725c80f /src | |
parent | 4e91f158e66af03d754231736346839d3cdd638f (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 4c3faadeb8d..a39bf43b592 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 |