anv: Add a TODO file
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 20 May 2016 03:08:55 +0000 (20:08 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 20 May 2016 03:09:31 +0000 (20:09 -0700)
src/intel/vulkan/TODO [new file with mode: 0644]

diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO
new file mode 100644 (file)
index 0000000..cb8654b
--- /dev/null
@@ -0,0 +1,23 @@
+Intel Vulkan ToDo
+=================
+
+Missing Features:
+ - FP64
+ - Tessellation
+ - Cull and Clip Distance
+ - Sampler anisotropy (Is there anything to do here?)
+ - Image Gather Extended
+ - Storage Image Without Format
+ - Investigate CTS failures on HSW
+
+Code sharing with GL:
+ - Add surface capability introspection to ISL (pull the surface format
+   table from brw_surface_formats.c)
+ - Generalize blorp to use ISL and be sharable between the two drivers
+
+Performance:
+ - HiZ (Nanley)
+ - Fast color clears (after HiZ?)
+ - Compressed multisample support
+ - Renderbuffer compression (SKL+)
+ - Pushing pieces of UBOs?