anv: Bump to 1.0.3
[mesa.git] / README.intel-vulkan.txt
index 29aea0aaf73a6511e3e41380f5c5c8092998a446..266ad535c76d9695fdedd039e37f6e64fc711bca 100644 (file)
@@ -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
@@ -122,14 +128,13 @@ Supported Features:
   - Most copy/blit commands for color and depth buffers,
     vkCmdCopyImageToBuffer for stencil buffers
   - Occlution query and timestamps
+  - VkkSemaphore and VkEvent
+  - Shader specialization
+  - Storage images
+  - MSAA
 
 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
-   - VkkSemaphore and VkEvent
-   - vkCmdClear commands
    - Input attachments