Go to file
Jon Ashburn 4f80d6749d misc: Update licenses to Apache 2.0
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-04-19 12:11:25 -06:00
cmake loader: Removed CMake 2.8 files which broke CMake 3.x. 2016-01-26 13:34:30 -07:00
loader misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
tests misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
.clang-format Remove faulty LineLength .clang-format directive. 2016-03-21 10:59:53 -06:00
.gitignore add generated files for smoke demo. 2016-03-04 13:27:48 -07:00
BUILD.md docs: Add libx11-dev to linux build dependencies 2016-04-15 13:04:05 -06:00
CMakeLists.txt layers: Include all 4 Linux WSI interfaces 2016-04-13 15:33:04 -06:00
CONTRIBUTING.md misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
COPYRIGHT.txt misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
determine_vs_version.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
generator.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
genvk.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
glslang_revision SPIR-V: Update glslang and spriv-tools to latest 2016-03-31 12:11:06 -06:00
LICENSE.txt misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
README.md misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
reg.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
source_line_info.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
spirv-tools_revision SPIR-V: Update glslang and spriv-tools to latest 2016-03-31 12:11:06 -06:00
vk_helper.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
vk_layer_documentation_generate.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
vk-generate.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
vk-layer-generate.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
vk.xml misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00
vulkan.py misc: Update licenses to Apache 2.0 2016-04-19 12:11:25 -06:00

Vulkan Ecosystem Components

Version 1.0, January 25, 2016

This project provides Khronos official ICD loader and validation layers for Vulkan developers on Windows and Linux.

Introduction

Vulkan is an Explicit API, enabling direct control over how GPUs actually work. No (or very little) validation or error checking is done inside a Vulkan driver. Applications have full control and responsibility. Any errors in how Vulkan is used often result in a crash. This project provides standard validation layers that can be enabled to ease development by helping developers verify their applications correctly use the Vulkan API.

Vulkan supports multiple GPUs and multiple global contexts (VkInstance). The ICD loader is necessary to support multiple GPUs and the VkInstance level Vulkan commands. Additionally, the loader manages inserting Vulkan layer libraries, including validation layers between the application and the ICD.

The following components are available in this repository:

How to Build and Run

BUILD.md includes directions for building all the components, running the validation tests and running the demo applications.

Information on how to enable the various Validation layers is in layers/README.md.

Architecture and interface information for the loader is in loader/LoaderAndLayerInterface.md.

License

This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.

See LICENSE.txt for a full list of licenses used in this repository.

Acknowledgements

While this project has been developed primarily by LunarG, Inc; there are many other companies and individuals making this possible: Valve Corporation, funding project development; Google providing significant contributions to the validation layers; Khronos providing oversight and hosting of the project.