summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/TODO
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-05-19 20:08:55 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-05-19 20:09:31 -0700
commitd5b4638d6a7f623f1ad937a840d68922f00e29cf (patch)
tree668ba35ba7f0bc1f3deb98ef4a70a0faa8f30075 /src/intel/vulkan/TODO
parent3ca1c2216d38970bb067c7d94dc701bfc33d983e (diff)
downloadexternal_mesa3d-d5b4638d6a7f623f1ad937a840d68922f00e29cf.zip
external_mesa3d-d5b4638d6a7f623f1ad937a840d68922f00e29cf.tar.gz
external_mesa3d-d5b4638d6a7f623f1ad937a840d68922f00e29cf.tar.bz2
anv: Add a TODO file
Diffstat (limited to 'src/intel/vulkan/TODO')
-rw-r--r--src/intel/vulkan/TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO
new file mode 100644
index 0000000..cb8654b
--- /dev/null
+++ b/src/intel/vulkan/TODO
@@ -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?