xgl: note about glave tool in README
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 11 Dec 2014 23:41:43 +0000 (16:41 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 11 Dec 2014 23:41:43 +0000 (16:41 -0700)
README.md

index 54f6e2f..e41ade4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Explicit GL (XGL) Ecosystem Components\r
-*Version 0.5, 9 Dec 2014*\r
+*Version 0.6, 11 Dec 2014*\r
 \r
 This project provides *open source* components for the XGL Ecosystem.\r
 \r
@@ -18,6 +18,8 @@ The following components are available:
 - *GLAVE Debugger* \r
   - APIDump (generated)\r
   - APIDumpFile (generated)\r
+  - glvtrace64: capture trace of XGL API of an application.\r
+  - glvreplay64: replay captured trace.\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
@@ -26,6 +28,7 @@ The following components are available:
 \r
 ## New\r
 \r
+- XGL API trace and capture tools. See tools/glave/README.md for details.\r
 - Sample driver now supports multiple render targets. Added TriangleMRT to test that functionality.\r
 - Added XGL_SLOT_SHADER_TEXTURE_RESOURCE to xgl.h as a descriptor slot type to work around confusion in GLSL\r
   between textures and buffers as shader resources.\r