misc: Add update summary to README.md
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Tue, 2 Dec 2014 18:54:27 +0000 (11:54 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 4 Dec 2014 22:30:30 +0000 (15:30 -0700)
README.md

index 342e7eb..1036cc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Explicit GL (XGL) Ecosystem Components\r
-*Version 0.3, 26 Nov 2014*\r
+*Version 0.4, 2 Dec 2014*\r
 \r
 This project provides *open source* components for the XGL Ecosystem.\r
 \r
@@ -16,7 +16,7 @@ The following components are available:
   - [Draw State](https://github.com/KhronosGroup/GL-Next/blob/master/layers/draw_state.c)\r
   - [MemTracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/mem_tracker.c)\r
 - *GLAVE Debugger* \r
-  - API Dump (generated)\r
+  - APIDump (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
@@ -24,11 +24,11 @@ The following components are available:
 \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
+- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf\r
+- Fix support for {Fill,Copy}Memory\r
+- MemTracker can report issues to application via debug callback\r
+- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.\r
+- Misc. fixes to demos, layers and Intel sample driver\r
 \r
 ## How to Build and Run\r
 \r