diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2016-05-20 10:35:57 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2016-05-20 10:35:57 -0700 |
commit | 12dc89d8440691d29c5b1b13fa8eb67149910c2b (patch) | |
tree | 7fa93da5d8744fecab022fe14d9b12e0610fc5df /src | |
parent | 015f2207cfa2334fb3bca5b6b941666ebf73e829 (diff) |
anv: Merge in my TODO list items
Signed-off-by: Kristian Høgsberg Kristensen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO index cb8654b72f2..197bf0c8efc 100644 --- a/src/intel/vulkan/TODO +++ b/src/intel/vulkan/TODO @@ -9,6 +9,9 @@ Missing Features: - Image Gather Extended - Storage Image Without Format - Investigate CTS failures on HSW + - Pipeline statistics queries + - Sparse memory + - Per-sample-dispatch, minSampleShading Code sharing with GL: - Add surface capability introspection to ISL (pull the surface format @@ -21,3 +24,11 @@ Performance: - Compressed multisample support - Renderbuffer compression (SKL+) - Pushing pieces of UBOs? + - Enable guardband clipping + - Remove alloc in renderpass begin to renderpass create + - pma stall workaround + - Use soft-pin to avoid relocations + +Cleanups: + - Drop libmesa.la + - Deduplicate gen7 and gen8 |