From 1de33eb8dfd24a28279165daa2b36ef5890b3203 Mon Sep 17 00:00:00 2001 From: Jens Owen Date: Wed, 17 Dec 2014 12:21:12 -0700 Subject: 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. --- README.md | 24 ++++++++++++------------ 1 file 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: -- cgit v1.2.3