diff options
author | Nanley Chery <[email protected]> | 2016-12-05 13:40:59 -0800 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2016-12-06 14:51:30 -0800 |
commit | 72db1570b4d12e143df99e4774aa72f0dbea1509 (patch) | |
tree | 9889f00859be7748dbcaf028f2694d43861c18bc /src/intel | |
parent | 05a4e3a0096a8a3ed277bbcf5b0b1393b5e6e494 (diff) |
anv/TODO: Document sampling from HiZ
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index abfe4b606ab..915f4235ef9 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -16,6 +16,7 @@ Code sharing with GL: - 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 |