diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-02-01 06:10:34 -0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-02-01 06:10:51 -0800 |
commit | a88b1eeb13069391b763d0a78fa1937a92cc5391 (patch) | |
tree | 8e92a22951f38a1c51192571b8f3266c7622cc87 /README.intel-vulkan.txt | |
parent | ea63663a729facf1d5db2c10f89c822db5f385b3 (diff) | |
download | external_mesa3d-a88b1eeb13069391b763d0a78fa1937a92cc5391.zip external_mesa3d-a88b1eeb13069391b763d0a78fa1937a92cc5391.tar.gz external_mesa3d-a88b1eeb13069391b763d0a78fa1937a92cc5391.tar.bz2 |
Update the README
Diffstat (limited to 'README.intel-vulkan.txt')
-rw-r--r-- | README.intel-vulkan.txt | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/README.intel-vulkan.txt b/README.intel-vulkan.txt index 8d8a7f5..0932d37 100644 --- a/README.intel-vulkan.txt +++ b/README.intel-vulkan.txt @@ -1,5 +1,5 @@ Intel's Open Source Vulkan Driver -Vulkan API Version: 0.210.1 +Vulkan API Version: 1.0.2 SPIR-V Version: 1.0 Intro @@ -35,15 +35,21 @@ Chad Versace <chad.versace@intel.com> Supported Hardware ================== -- Broadwell, main development focus +- Broadwell & Sky Lake, main development focus - Ivybridge -- Sky Lake - Haswell - Bay Trail - Cherryview - Broxton +Conformance +=========== +First-wave conformance has been submitted for Broadwell, Sky Lake, and +Cherryview. They all pass 100% of the mustpass tests as of January 30, +2016. + + Supported OS Platforms ====================== - Linux, tested on Fedora 22 with kernel >= 4.1 @@ -112,7 +118,7 @@ Supported Features: - Fragment, vertex, geometry, and compute shaders - Uniform buffers, sampled images, dynamic uniform buffers - Shader storage buffers - - Push constants (VS and FS only) + - Push constants - Color, depth and stencil attachments - 1D, 2D, 3D textures, texture arrays - Memory barrier @@ -123,13 +129,12 @@ Supported Features: vkCmdCopyImageToBuffer for stencil buffers - Occlution query and timestamps - VkkSemaphore and VkEvent + - Shader specialization + - Storage images Unsupported Features: - - Shader specialization - - Storage images - Tesselation shaders - - Push constants in GS and CS (and VS on HSW and prior) + - Push constants in GS and VS on HSW and prior - Sparse resources - MSAA - - vkCmdClear commands - Input attachments |