diff options
author | Ilia Mirkin <[email protected]> | 2016-11-27 15:45:54 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-12-29 20:43:33 -0500 |
commit | c633f228b482f21b7646728569f807bb452fddfb (patch) | |
tree | c8994100e5c8b95ee66fbf4fd3cdf4a66f90d69a /src/intel/vulkan/TODO | |
parent | 80bafc0c11bbccaceebebc8950cb564950894802 (diff) |
anv: add support for extended texture gather
Now that the SPIR-V -> NIR translation is in place, no additional logic
is required.
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/TODO')
-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 915f4235ef9..235bbe7cecc 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -4,7 +4,6 @@ Intel Vulkan ToDo Missing Features: - FP64 - Tessellation - - Image Gather Extended - Storage Image Without Format - Investigate CTS failures on HSW - Pipeline statistics queries |