mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Update the README
This commit is contained in:
parent
ea63663a72
commit
a88b1eeb13
1 changed files with 13 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue