summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/TODO
blob: cb8654b72f23eed32e9d82d4280f031edc816527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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?