From c66c7c64ebd16287b892f8a780cffcabafba3799 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 7 Sep 2026 15:06:14 -0400 Subject: Better OSD behavior, lots of build stuff Signed-off-by: Andrew Opalach --- scripts/adb_logcat.sh | 8 +++++++- scripts/shaderc_deps.sh | 21 --------------------- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100755 scripts/shaderc_deps.sh (limited to 'scripts') diff --git a/scripts/adb_logcat.sh b/scripts/adb_logcat.sh index 64aac3d..e72aaba 100755 --- a/scripts/adb_logcat.sh +++ b/scripts/adb_logcat.sh @@ -1,2 +1,8 @@ #! /usr/bin/env sh -adb logcat *:S CTV DEBUG +if [[ $1 == "d" ]]; then + adb -d logcat *:S CTV DEBUG +elif [[ $1 == "e" ]]; then + adb -e logcat *:S CTV DEBUG +else + adb logcat *:S CTV DEBUG +fi diff --git a/scripts/shaderc_deps.sh b/scripts/shaderc_deps.sh deleted file mode 100755 index fb3991a..0000000 --- a/scripts/shaderc_deps.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /usr/bin/env sh - -# We need a better way to do this. - -# https://github.com/google/shaderc/blob/known-good/known_good.json - -git clone https://github.com/KhronosGroup/glslang.git glslang -cd glslang -git checkout 168d452a4f460d24b588fed08477a81c44ee27a1 -cd ../ - -git clone https://github.com/KhronosGroup/SPIRV-Tools.git spirv-tools -cd spirv-tools -git checkout b707790a898e44038547df54580022fc1cf89c3d -git apply ../../../packagefiles/shaderc/spirv_tools_build_version.diff -cd ../ - -git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers -cd spirv-headers -git checkout 29981f65241605e08b0ede4cfeb999fe3b723c6a -cd ../ -- cgit v1.2.3-101-g0448