Module: Mesa
Branch: master
Commit: d5b4638d6a7f623f1ad937a840d68922f00e29cf
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5b4638d6a7f623f1ad937a840d68922f00e29cf

Author: Jason Ekstrand <jason.ekstr...@intel.com>
Date:   Thu May 19 20:08:55 2016 -0700

anv: Add a TODO file

---

 src/intel/vulkan/TODO | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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?

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to