diff options
author | Nanley Chery <[email protected]> | 2017-01-07 18:18:43 -0800 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2017-01-12 20:52:19 -0800 |
commit | 64fb5b0d51751f452b7bf4c5fff06b5549eed4a8 (patch) | |
tree | 1d5a232867e5b267a3912ad28ee6fb9483a5b063 /src/intel/vulkan/TODO | |
parent | 168985fca1b59d345471277d5c8ce4a82cdc74f4 (diff) |
anv: Enable HiZ support for multiple subpasses
We'll be using layout transitions later on in the series which can occur
within and between subpasses. Turn this on now to simplify the change
later.
Signed-off-by: Nanley Chery <[email protected]>
Reviewed-by: Jason Ekstrand <[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 5c33725700f..37fd16b4372 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -9,7 +9,7 @@ Missing Features: Performance: - Sampling from HiZ (Nanley) - - Multi-{sampled/gen8,LOD,subpass} HiZ + - Multi-{sampled/gen8,LOD} HiZ - Compressed multisample support - Pushing pieces of UBOs? - Enable guardband clipping |