aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-02 11:54:27 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-04 15:30:30 -0700
commit8a6491bb1cd492238034b91d8448ea37a20bdff6 (patch)
tree87f4de6772fe6c004543ae93cc26fbb77e14878b
parent6b8d0f597293b249a7f620b7bbfe45a8d136b91d (diff)
downloadusermoji-8a6491bb1cd492238034b91d8448ea37a20bdff6.tar.xz
misc: Add update summary to README.md
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 342e7ebc..1036cc7b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Explicit GL (XGL) Ecosystem Components
-*Version 0.3, 26 Nov 2014*
+*Version 0.4, 2 Dec 2014*
This project provides *open source* components for the XGL Ecosystem.
@@ -16,7 +16,7 @@ The following components are available:
- [Draw State](https://github.com/KhronosGroup/GL-Next/blob/master/layers/draw_state.c)
- [MemTracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/mem_tracker.c)
- *GLAVE Debugger*
- - API Dump (generated)
+ - APIDump (generated)
- APIDumpFile (generated)
- [*Sample Drivers*](https://github.com/KhronosGroup/GL-Next/tree/master/icd)
- [Common Infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/common)
@@ -24,11 +24,11 @@ The following components are available:
## New
-- Added APIDumpFile to write APIDump directly to a file
-- Added MemTracker validation layer
-- Added various turn-on tests for variety of driver / compiler features
-- Fix to wsiPresent to avoid deadlock with X server
-- Misc. fixes to layers and Intel sample driver
+- Added mutex to APIDump, APIDumpFile and DrawState to prevent apparent threading issues using printf
+- Fix support for {Fill,Copy}Memory
+- MemTracker can report issues to application via debug callback
+- Update test infrastructure to improve ease of writing new tests. Add image comparison feature for regression testing. Requires ImageMagick library.
+- Misc. fixes to demos, layers and Intel sample driver
## How to Build and Run