Skip to content
Snippets Groups Projects
README.md 5.14 KiB
Newer Older
# Explicit GL (VK) Ecosystem Components
*Version 0.8, 04 Feb 2015*
This project provides *open source* tools for VK Developers.
JensOwen's avatar
JensOwen committed
## Introduction

VK is an Explicit API, enabling direct control over how GPUs actually work. No validation, shader recompilation, memory management or synchronization is done inside an VK driver. Applications have full control and responsibility. Any errors in how VK is used are likely to result in a crash. This project provides layered utility libraries to ease development and help guide developers to proven safe patterns.
Jens Owen's avatar
Jens Owen committed

New with VK in an extensible layered architecture that enables significant innovation in tools:
Jens Owen's avatar
Jens Owen committed
- Cross IHV support enables tools vendors to plug into a common, extensible layer architecture
- Layered tools during development enable validating, debugging and profiling without production performance impact
- Modular validation architecture encourages many fine-grained layers--and new layers can be added easily
- Encourages open community of tool developers: led by Valve, LunarG, Codeplay and others
- Customized interactive debugging and validation layers will be available together with first drivers

JensOwen's avatar
JensOwen committed
The components here are being shared with the Khronos community to provide
Jens Owen's avatar
Jens Owen committed
insights into the specification as we approach an alpha header, and to assists those doing
demos for GDC.
JensOwen's avatar
JensOwen committed

The following components are available:
- VK Library and header files, which include:
Jens Owen's avatar
Jens Owen committed
    - [*ICD Loader*](loader) and [*Layer Manager*](layers/README.md)
    - Snapshot of *VK* and *BIL* header files from [*Khronos*](www.khronos.org)
Jens Owen's avatar
Jens Owen committed

    ![ScreenShot](docs/images/Vktrace-Small.png)
Jens Owen's avatar
Jens Owen committed

- Core [*Validation Layers*](layers/)

- [*Sample Driver*](icd)
JensOwen's avatar
JensOwen committed

- Updated loader, driver, demos, tests and many tools to use "alpha" vulkan.h (~ version 47).
  Supports new resource binding model, memory allocation, pixel FORMATs and
  other updates.
  APIDump layer is working with these new API elements.
  VkTrace can trace and replay the cube and tri demos.
  Other layers in progress.
- Warning: Recent versions of ubuntu 14.10 have **REMOVED** DRI 3.
  Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.
  Ubuntu 15.04 requires customization to add DRI3.
  See BUILD.md for details.
- VK API trace and capture tools. See tools/vktrace/README.md for details.
- Sample driver now supports multiple render targets. Added TriangleMRT to test that functionality.
- Added VK_SLOT_SHADER_TEXTURE_RESOURCE to vulkan.h as a descriptor slot type to work around confusion in GLSL
  between textures and buffers as shader resources.
- Misc. fixes for layers and Intel sample driver
- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf
- Fix support for {Fill,Copy}Memory
- MemTracker can report issues to application via debug callback
- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.
- Misc. fixes to demos, layers and Intel sample driver
- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf
- Fix support for {Fill,Copy}Memory
- MemTracker can report issues to application via debug callback
- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.
- Misc. fixes to demos, layers and Intel sample driver
JensOwen's avatar
JensOwen committed
## How to Build and Run

Jens Owen's avatar
Jens Owen committed
[BUILD.md](BUILD.md)
JensOwen's avatar
JensOwen committed
includes directions for building all the components, running the validation tests and running the demo applications.
JensOwen's avatar
JensOwen committed

Information on how to enable the various Debug and Validation layers is in
Jens Owen's avatar
Jens Owen committed
[layers/README.md](layers/README.md).
JensOwen's avatar
JensOwen committed

## References
JensOwen's avatar
JensOwen committed
This version of the components are written based on the following preliminary specs and proposals:
- [**VK Programers Reference**, 1 Jul 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/AMD/Explicit%20GL%20Programming%20Guide%20and%20API%20Reference.pdf)
- [**BIL**, revision 29](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)
JensOwen's avatar
JensOwen committed
## License
This work is intended to be released as open source under a BSD-style
license once the VK specification is public. Until that time, this work
is covered by the Khronos NDA governing the details of the VK API.
JensOwen's avatar
JensOwen committed
## Acknowledgements
While this project is being developed by LunarG, Inc; there are many other
companies and individuals making this possible: Valve Software, funding
project development; Intel Corporation, providing full hardware specifications
and valuable technical feedback; AMD, providing VK spec editor contributions;
ARM, contributing a Chairman for this working group within Khronos; Nvidia,
providing an initial co-editor for the spec; Qualcomm for picking up the
co-editor's chair; and Khronos, for providing hosting within GitHub.

JensOwen's avatar
JensOwen committed
## Contact
If you have questions or comments about this driver; or you would like to contribute
directly to this effort, please contact us at VK@LunarG.com; or if you prefer, via
JensOwen's avatar
JensOwen committed
the GL Common mailing list: gl_common@khronos.org