From b0b9c975aa0f5f573af512ffb1c36ce8213aec40 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sun, 2 Nov 2014 18:50:52 -0700 Subject: Misc. cleanup --- layers/README.md | 2 +- layers/api_dump.c | 2 -- layers/draw_state.c | 2 -- layers/object_track.c | 2 -- update_external_sources.sh | 4 ---- 5 files changed, 1 insertion(+), 11 deletions(-) diff --git a/layers/README.md b/layers/README.md index ec5882c8..e0438a1c 100644 --- a/layers/README.md +++ b/layers/README.md @@ -3,7 +3,7 @@ Layer Description and Status Overview: Layer libraries can be written to intercept or hook XGL entrypoints for various -debug and validation purpose. One or more XGL entrypoints can be defined in your Layer +debug and validation purposes. One or more XGL entrypoints can be defined in your Layer library. Undefined entrypoints in the Layer library will be passed to the next Layer which may be the driver. Multiple layer libraries can be chained (actually a hierarchy) together. xglEnumerateLayer can be called to list the available layer libraries. xglGetProcAddr is diff --git a/layers/api_dump.c b/layers/api_dump.c index ea11ae40..b1783f39 100644 --- a/layers/api_dump.c +++ b/layers/api_dump.c @@ -1,5 +1,3 @@ -/* THIS FILE IS GENERATED. DO NOT EDIT. */ - /* * XGL * diff --git a/layers/draw_state.c b/layers/draw_state.c index 65a98af2..a1e23484 100644 --- a/layers/draw_state.c +++ b/layers/draw_state.c @@ -1,5 +1,3 @@ -/* THIS FILE IS GENERATED. DO NOT EDIT. */ - /* * XGL * diff --git a/layers/object_track.c b/layers/object_track.c index a8d96e4b..3593f9ba 100644 --- a/layers/object_track.c +++ b/layers/object_track.c @@ -1,5 +1,3 @@ -/* THIS FILE IS GENERATED. DO NOT EDIT. */ - /* * XGL * diff --git a/update_external_sources.sh b/update_external_sources.sh index 7fb5e26e..cc1968e7 100755 --- a/update_external_sources.sh +++ b/update_external_sources.sh @@ -64,10 +64,6 @@ function update_BIL () { cp $BASEDIR/BIL/ToLLVM/CMakeLists.txt $BASEDIR/LunarGLASS cp -r $BASEDIR/BIL/ToLLVM/Standalone $BASEDIR/LunarGLASS cp -r $BASEDIR/BIL/ToLLVM/FrontEnds/* $BASEDIR/LunarGLASS/Frontends/ - -# cd $BASEDIR -# tar cf bil.tar BIL -# scp bil.tar ns1:~dropbox/Courtney fi } -- cgit v1.2.3