blob: b1e0723be024f758d522158bf510afe629e982ab [file] [log] [blame] [view]
JensOwen786bcc62014-11-01 09:28:29 -06001# Explicit GL (XGL) Ecosystem Components
Jens Owen00266782014-12-18 07:08:39 -07002*Version 0.7, 18 Dec 2014*
Courtney Goeltzenleuchter21f8ea52014-09-01 17:18:57 -06003
Jens Owenf27b4542014-12-17 11:58:21 -07004This project provides *open source* tools for XGL Developers.
Courtney Goeltzenleuchter21f8ea52014-09-01 17:18:57 -06005
JensOwen95c62272014-11-01 13:05:43 -06006## Introduction
7
Jens Owen9fc73fc2014-12-17 12:03:04 -07008XGL is an Explicit API, enabling direct control over how GPUs actually work. No validation, shader recompilation, memory management or synchronization is done inside an XGL driver. Applications have full control and responsibility. Any errors in how XGL 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 Owenf27b4542014-12-17 11:58:21 -07009
10New with XGL in an extensible layered architecture that enables significant innovation in tools:
11- Cross IHV support enables tools vendors to plug into a common, extensible layer architecture
12- Layered tools during development enable validating, debugging and profiling without production performance impact
13- Modular validation architecture encourages many fine-grained layers--and new layers can be added easily
14- Encourages open community of tool developers: led by Valve, LunarG, Codeplay and others
15- Customized interactive debugging and validation layers will be available together with first drivers
16
JensOwen95c62272014-11-01 13:05:43 -060017The components here are being shared with the Khronos community to provide
Jens Owen8b5ed542014-12-18 14:36:31 -070018insights into the specification as we approach an alpha header, and to assists those doing
19demos for GDC.
JensOwen786bcc62014-11-01 09:28:29 -060020
21The following components are available:
Jens Owen00266782014-12-18 07:08:39 -070022- XGL Library and header files, which include:
23 - [*ICD Loader*](loader) and [*Layer Manager*](layers/README.md)
24 - Snapshot of *XGL* and *BIL* header files from [*Khronos*](www.khronos.org)
25
Jens Owen78a25a22014-12-17 12:21:12 -070026- [*GLAVE Debugger*](tools/glave)
Jens Owenc8984db2014-12-17 14:18:22 -070027
28 ![ScreenShot](docs/images/Glave-Small.png)
Jens Owen00266782014-12-18 07:08:39 -070029
30- Core [*Validation Layers*](layers/)
31
32- [*Sample Driver*](icd)
JensOwen786bcc62014-11-01 09:28:29 -060033
Courtney Goeltzenleuchter76793e62014-11-26 09:56:28 -070034## New
35
Courtney Goeltzenleuchterb66da032014-12-11 16:41:43 -070036- XGL API trace and capture tools. See tools/glave/README.md for details.
Courtney Goeltzenleuchter7b193492014-12-09 09:33:18 -070037- Sample driver now supports multiple render targets. Added TriangleMRT to test that functionality.
38- Added XGL_SLOT_SHADER_TEXTURE_RESOURCE to xgl.h as a descriptor slot type to work around confusion in GLSL
39 between textures and buffers as shader resources.
40- Misc. fixes for layers and Intel sample driver
41
42## Prior updates
43
44- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf
45- Fix support for {Fill,Copy}Memory
46- MemTracker can report issues to application via debug callback
47- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.
48- Misc. fixes to demos, layers and Intel sample driver
Courtney Goeltzenleuchter16a0a172014-12-02 11:54:27 -070049- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf
50- Fix support for {Fill,Copy}Memory
51- MemTracker can report issues to application via debug callback
52- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.
53- Misc. fixes to demos, layers and Intel sample driver
Courtney Goeltzenleuchter76793e62014-11-26 09:56:28 -070054
JensOwen95c62272014-11-01 13:05:43 -060055## How to Build and Run
56
Jens Owen78a25a22014-12-17 12:21:12 -070057[BUILD.md](BUILD.md)
JensOwen3ceb4752014-11-01 13:18:21 -060058includes directions for building all the components, running the validation tests and running the demo applications.
JensOwen95c62272014-11-01 13:05:43 -060059
Courtney Goeltzenleuchter76793e62014-11-26 09:56:28 -070060Information on how to enable the various Debug and Validation layers is in
Jens Owen78a25a22014-12-17 12:21:12 -070061[layers/README.md](layers/README.md).
JensOwen95c62272014-11-01 13:05:43 -060062
63## References
JensOwen786bcc62014-11-01 09:28:29 -060064This version of the components are written based on the following preliminary specs and proposals:
65- [**XGL Programers Reference**, 1 Jul 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/AMD/Explicit%20GL%20Programming%20Guide%20and%20API%20Reference.pdf)
66- [**BIL**, version 1.0, revision 18](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)
Courtney Goeltzenleuchter76793e62014-11-26 09:56:28 -070067- [**IMG's Fixed Function Proposal**, 13 Nov 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/XGL/accepted/xgl_fixed_function_vertex_fetch_proposal.txt)
JensOwene3429322014-11-01 09:39:46 -060068- [**Valve's Loader Proposal**, 7 Oct 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/Valve/xglLayers.pptx)
Courtney Goeltzenleuchter21f8ea52014-09-01 17:18:57 -060069
JensOwen95c62272014-11-01 13:05:43 -060070## License
Courtney Goeltzenleuchter21f8ea52014-09-01 17:18:57 -060071This work is intended to be released as open source under a BSD-style
72license once the XGL specification is public. Until that time, this work
73is covered by the Khronos NDA governing the details of the XGL API.
74
JensOwen95c62272014-11-01 13:05:43 -060075## Acknowledgements
Courtney Goeltzenleuchter21f8ea52014-09-01 17:18:57 -060076While this project is being developed by LunarG, Inc; there are many other
77companies and individuals making this possible: Valve Software, funding
78project development; Intel Corporation, providing full hardware specifications
79and valuable technical feedback; AMD, providing XGL spec editor contributions;
80ARM, contributing a Chairman for this working group within Khronos; Nvidia,
81providing an initial co-editor for the spec; Qualcomm for picking up the
82co-editor's chair; and Khronos, for providing hosting within GitHub.
83
JensOwen95c62272014-11-01 13:05:43 -060084## Contact
85If you have questions or comments about this driver; or you would like to contribute
86directly to this effort, please contact us at XGL@LunarG.com; or if you prefer, via
87the GL Common mailing list: gl_common@khronos.org