diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-12-02 11:54:27 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-12-04 15:30:30 -0700 |
| commit | 8a6491bb1cd492238034b91d8448ea37a20bdff6 (patch) | |
| tree | 87f4de6772fe6c004543ae93cc26fbb77e14878b | |
| parent | 6b8d0f597293b249a7f620b7bbfe45a8d136b91d (diff) | |
| download | usermoji-8a6491bb1cd492238034b91d8448ea37a20bdff6.tar.xz | |
misc: Add update summary to README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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
|
