diff options
author | Nanley Chery <[email protected]> | 2016-10-07 12:07:33 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2016-10-07 12:54:18 -0700 |
commit | 4d7d9825f34a31368e63c493c28d57c8f84a984c (patch) | |
tree | 89564ab4832ca9fed97f52dde31b4bf7982e6f93 /src/intel/vulkan/TODO | |
parent | d8aacc24cc37dc435e250668aba0817c36996ad1 (diff) |
anv/TODO: Update the HiZ task
Signed-off-by: Nanley Chery <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/vulkan/TODO')
-rw-r--r-- | src/intel/vulkan/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index 8fac3704106..9ac63ebc75e 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -19,7 +19,7 @@ Code sharing with GL: - Generalize blorp to use ISL and be sharable between the two drivers Performance: - - HiZ (Nanley) + - Multi-{sampled/gen8,LOD,subpass} HiZ - Fast color clears (after HiZ?) - Compressed multisample support - Renderbuffer compression (SKL+) |