diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-05-19 20:08:55 -0700 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-05-19 20:09:31 -0700 |
commit | d5b4638d6a7f623f1ad937a840d68922f00e29cf (patch) | |
tree | 668ba35ba7f0bc1f3deb98ef4a70a0faa8f30075 /src/intel/vulkan/TODO | |
parent | 3ca1c2216d38970bb067c7d94dc701bfc33d983e (diff) |
anv: Add a TODO file
Diffstat (limited to 'src/intel/vulkan/TODO')
-rw-r--r-- | src/intel/vulkan/TODO | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/intel/vulkan/TODO b/src/intel/vulkan/TODO new file mode 100644 index 0000000000..cb8654b72f --- /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? |