diff options
author | Ilia Mirkin <[email protected]> | 2016-11-27 14:23:23 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-03-17 12:12:50 -0700 |
commit | e675f57d4f1700afb193ffae70a84eece0c10738 (patch) | |
tree | 2d9d3f05fbc9418b3241e6f5d926d3b7401ce14d /src/intel/vulkan/TODO | |
parent | dda54890f3daddd664c9edee524754e6b2b42aa8 (diff) |
anv: Implement pipeline statistics queries
In the end, pipeline statistics queries look a lot like occlusion
queries only with between 1 and 11 begin/end pairs being generated
instead of just the one.
Reviewed-By: Lionel Landwerlin <[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 5366774b851..b4da05de2b1 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -3,7 +3,6 @@ Intel Vulkan ToDo Missing Features: - Investigate CTS failures on HSW - - Pipeline statistics queries - Sparse memory Performance: |