summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-09-01 17:18:57 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-09-01 18:02:12 -0600
commit21f8ea50f636fb553459eff70710f3c62ad5985c (patch)
treedb44292d205639bed19676520df7e4f3fba51a5d /README.md
parentdcf74f80264089db12a873920409e7020d8a53a0 (diff)
xgl: Add project readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..cd560e13
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+Explicit GL (XGL) Sample Implementation
+=======================================
+Version 0.1, 1 Sep 2014
+
+This project provides a sample implementation of an XGL driver running on
+Intel's Haswell, IvyBridge and SandyBridge GPUs within the Linux Desktop
+Environment. This implementation is being shared with the Khronos community
+to provide early insights into the specification of XGL. It is written to
+the 0.1 version of the XGL specification, dated 1 Jul 2014. It supports a
+subset of the full specification, including:
+
+ First Triangles with hardcoded shaders
+
+This work is intended to be released as open source under a BSD-style
+license once the XGL specification is public. Until that time, this work
+is covered by the Khronos NDA governing the details of the XGL API.
+
+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 XGL 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.
+
+If you have questions or comments about this driver, please post those to
+gl_common@khronos.org; or if you prefer, directly to LunarG via XGL@LunarG.com
+