xgl: Update README with current status
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 26 Nov 2014 16:56:28 +0000 (09:56 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 26 Nov 2014 17:00:50 +0000 (10:00 -0700)
README.md

index 35631e7..342e7eb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Explicit GL (XGL) Ecosystem Components\r
-*Version 0.2, Spinning Cube, 31 Oct 2014*\r
+*Version 0.3, 26 Nov 2014*\r
 \r
 This project provides *open source* components for the XGL Ecosystem.\r
 \r
@@ -14,27 +14,35 @@ The following components are available:
 - Proposed Reference [*Validation Layers*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/)\r
   - [Object Tracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/object_track.c)\r
   - [Draw State](https://github.com/KhronosGroup/GL-Next/blob/master/layers/draw_state.c)\r
-- *GLAVE Debugger* ([API Dump](https://github.com/KhronosGroup/GL-Next/blob/master/layers/api_dump.c) only)\r
+  - [MemTracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/mem_tracker.c)\r
+- *GLAVE Debugger* \r
+  - API Dump (generated)\r
+  - APIDumpFile (generated)\r
 - [*Sample Drivers*](https://github.com/KhronosGroup/GL-Next/tree/master/icd)\r
   - [Common Infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/common)\r
   - [Implementation for Intel GPUs](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel)\r
 \r
+## New\r
+\r
+- Added APIDumpFile to write APIDump directly to a file\r
+- Added MemTracker validation layer\r
+- Added various turn-on tests for variety of driver / compiler features\r
+- Fix to wsiPresent to avoid deadlock with X server\r
+- Misc. fixes to layers and Intel sample driver\r
+\r
 ## How to Build and Run\r
 \r
-This release demonstrates a spinning textured cube as an example of the\r
-vertical slice of XGL functionality running on Ubuntu 14.10 with an Intel\r
-GPU.\r
 [BUILD.md](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)\r
 includes directions for building all the components, running the validation tests and running the demo applications.\r
 \r
-Information on how to enable the API Dump and Validation layers is in\r
+Information on how to enable the various Debug and Validation layers is in\r
 [layers/README.md](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md).\r
 \r
 ## References\r
 This version of the components are written based on the following preliminary specs and proposals:\r
 - [**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
 - [**BIL**, version 1.0, revision 18](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/BIL/Specification/BIL.html)\r
-- [**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
+- [**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)\r
 - [**Valve's Loader Proposal**, 7 Oct 2014](https://cvs.khronos.org/svn/repos/oglc/trunk/nextgen/proposals/Valve/xglLayers.pptx)\r
 \r
 ## License\r