summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2015-08-27 15:30:29 -0600
committerMark Lobodzinski <mark@lunarg.com>2015-08-28 14:39:58 -0600
commit28b8f02de3d6e5729fa42a384b8a31a043182088 (patch)
treed4da7345e4849a6a0b009bcc32419136e29a175f /README.md
parenteca4802ef3722eaaa6213da6ed5ce910e4b57af9 (diff)
downloadVulkan-ValidationLayers-28b8f02de3d6e5729fa42a384b8a31a043182088.tar.gz
Vulkan-ValidationLayers-28b8f02de3d6e5729fa42a384b8a31a043182088.tar.bz2
Vulkan-ValidationLayers-28b8f02de3d6e5729fa42a384b8a31a043182088.zip
vktrace: Glave renaming -- removed all references to *glave* and *glv*
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index eee7ba694..5103792af 100755
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ The following components are available:
- VK Library and header files, which include:
- [*ICD Loader*](loader) and [*Layer Manager*](layers/README.md)
- Snapshot of *VK* and *BIL* header files from [*Khronos*](www.khronos.org)
-
-- [*GLAVE Debugger*](tools/glave)
+
+- [*VKTRACE tools*](tools/vktrace)
![ScreenShot](docs/images/Vktrace-Small.png)
@@ -37,14 +37,14 @@ The following components are available:
Supports new resource binding model, memory allocation, pixel FORMATs and
other updates.
APIDump layer is working with these new API elements.
- Glave can trace and replay the cube and tri demos.
+ VkTrace can trace and replay the cube and tri demos.
Other layers in progress.
-- Warning: Recent versions of 14.10 have **REMOVED** DRI 3.
- Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.
+- Warning: Recent versions of 14.10 have **REMOVED** DRI 3.
+ Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.
## Prior updates
-- VK API trace and capture tools. See tools/glave/README.md for details.
+- VK API trace and capture tools. See tools/vktrace/README.md for details.
- Sample driver now supports multiple render targets. Added TriangleMRT to test that functionality.
- Added VK_SLOT_SHADER_TEXTURE_RESOURCE to vulkan.h as a descriptor slot type to work around confusion in GLSL
between textures and buffers as shader resources.