From 8a6491bb1cd492238034b91d8448ea37a20bdff6 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 2 Dec 2014 11:54:27 -0700 Subject: misc: Add update summary to README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3