anv/batch_chain: Fall back to growing batches when chaining isn't available
[mesa.git] / README.intel-vulkan.txt
index 29aea0aaf73a6511e3e41380f5c5c8092998a446..4bd4231408c48950b6540b19fefc9f4a1bea0d13 100644 (file)
@@ -1,19 +1,12 @@
 Intel's Open Source Vulkan Driver
-Vulkan API Version: 0.210.1
+Vulkan API Version: 1.0.2
 SPIR-V Version: 1.0
 
 Intro
 =====
 The Open Source Technology Center 3D graphics team at Intel has
 been working on a Vulkan implementation based on the Mesa open source
-OpenGL implementation. At this point we're ready to share what we have
-with our Khronos friends, in the hope that an early preview will be
-useful.
-
-When the Vulkan specification goes public, we will continue the work
-in the Mesa public git repository, but in the interim we will share
-our progress on the 'vulkan' branch in the 'mesa' repository in
-Khronos gitlab.
+OpenGL implementation.
 
 The Mesa project source and our driver implementation is under the MIT
 license [1], but is also covered by the Khronos IP framework as it
@@ -35,15 +28,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 +111,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 +121,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