summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJens Owen <Jens@LunarG.com>2014-12-17 12:21:12 -0700
committerJens Owen <Jens@LunarG.com>2014-12-17 12:21:12 -0700
commit78a25a299238fffde8d5f0b7752c63027c047ac4 (patch)
tree4cb34f79f239583c03ee2007c9c6456abd01b4cd /README.md
parent9fc73fcb411b08de5cb084e6b0c6f8fdca05c79e (diff)
Update README.md
Switch to using relative links within the project. This enables switching from one branch to another, and across repos without requiring changes to the Readme content.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index fc24dc2e..e5deeaed 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ early insights into the specification of XGL and to assists those doing
prototyping at this point.
The following components are available:
-- Proposed Reference [*ICD Loader*](https://github.com/KhronosGroup/GL-Next/tree/master/loader) (including [*Layer Management*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md))
-- Proposed Reference [*Validation Layers*](https://github.com/KhronosGroup/GL-Next/tree/master/layers/)
- - [Object Tracker](https://github.com/KhronosGroup/GL-Next/blob/master/layers/object_track.c)
- - [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*](https://github.com/KhronosGroup/GL-Next/tree/master/tools/glave)
+- Proposed Reference [*ICD Loader*](loader) (including [*Layer Management*](layers/README.md))
+- Proposed Reference [*Validation Layers*](layers/)
+ - [Object Tracker](layers/object_track.c)
+ - [Draw State](layers/draw_state.c)
+ - [MemTracker](layers/mem_tracker.c)
+- [*GLAVE Debugger*](tools/glave)
- APIDump (generated)
- APIDumpFile (generated)
- glvtrace64: capture trace of XGL API of an application.
- glvreplay64: replay captured trace.
-- [*Sample Drivers*](https://github.com/KhronosGroup/GL-Next/tree/master/icd)
- - [Common Infrastructure](https://github.com/KhronosGroup/GL-Next/tree/master/icd/common)
- - [Implementation for Intel GPUs](https://github.com/KhronosGroup/GL-Next/tree/master/icd/intel)
-- [*Sample Driver Tests*](https://github.com/KhronosGroup/GL-Next/tree/master/tests)
+- [*Sample Drivers*](icd)
+ - [Common Infrastructure](icd/common)
+ - [Implementation for Intel GPUs](icd/intel)
+- [*Sample Driver Tests*](tests)
- Now includes Golden images to verify xgl_render_tests rendering.
## New
@@ -58,11 +58,11 @@ The following components are available:
## How to Build and Run
-[BUILD.md](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)
+[BUILD.md](BUILD.md)
includes directions for building all the components, running the validation tests and running the demo applications.
Information on how to enable the various Debug and Validation layers is in
-[layers/README.md](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md).
+[layers/README.md](layers/README.md).
## References
This version of the components are written based on the following preliminary specs and proposals: