fixed typos
[platform/upstream/Vulkan-Tools.git] / README.md
1 # Explicit GL (XGL) Ecosystem Components\r
2 *Version 0.2, 31 Oct 2014*\r
3 \r
4 This project provides open source components for the XGL Ecosystem.\r
5 \r
6 The components here are being shared with the Khronos community to provide\r
7 early insights into the specification of XGL and to assists those doing\r
8 prototyping at this point.\r
9 \r
10 The following components are available:\r
11 - Proposed Reference [*ICD Loader*](https://github.com/KhronosGroup/GL-Next/tree/master/loader) (including [*Layer Management*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md))\r
12 - Proposed Reference [*Validation Layers*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/)\r
13   - [Object Tracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/object_track.c)\r
14   - [Draw State](https://github.com/KhronosGroup/GL-Next/blob/master/layers/draw_state.c)\r
15 - *GLAVE Debugger* ([API Dump](https://github.com/KhronosGroup/GL-Next/blob/master/layers/api_dump.c) only)\r
16 - [*Sample Driver*](https://github.com/KhronosGroup/GL-Next/tree/master/icd)\r
17   - [Common Infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/common)\r
18   - [Implementation for Intel GPUs](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel)\r
19 \r
20 This version of the components are written based on the following preliminary specs and proposals:\r
21 - [**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)\r
22 - [**BIL**, version 1.0, revision 18](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)\r
23 - [**IMG's Fixed Function Proposal**, 28 Oct 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/IMG/xgl_vertex_input_description2_img.h)\r
24 - [**Valve's Loader Proposal**, 7 Oct 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/Valve/xglLayers.ppt)\r
25 \r
26 This work is intended to be released as open source under a BSD-style\r
27 license once the XGL specification is public. Until that time, this work\r
28 is covered by the Khronos NDA governing the details of the XGL API.\r
29 \r
30 While this project is being developed by LunarG, Inc; there are many other\r
31 companies and individuals making this possible: Valve Software, funding\r
32 project development; Intel Corporation, providing full hardware specifications\r
33 and valuable technical feedback; AMD, providing XGL spec editor contributions;\r
34 ARM, contributing a Chairman for this working group within Khronos; Nvidia,\r
35 providing an initial co-editor for the spec; Qualcomm for picking up the\r
36 co-editor's chair; and Khronos, for providing hosting within GitHub.\r
37 \r
38 If you have questions or comments about this driver, please post those to\r
39 gl_common@khronos.org; or if you prefer, directly to LunarG via XGL@LunarG.com\r