summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.linux-x86_64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-08 09:44:35 +0100
committerSven Gothel <[email protected]>2019-12-08 09:44:35 +0100
commit12eed5d38616d23b6e8e2e5b497dfc2f54d90c90 (patch)
tree236ec2c72d90c82202653bb1949735bfa047e735 /make/scripts/make.jogl.all.linux-x86_64.sh
parent5e6f75991d885f1e48760668f86b305824bd972a (diff)
Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent screen position directly w/o locking.
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.linux-x86_64.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh
index 1b8af2bbc..82484ddb3 100755
--- a/make/scripts/make.jogl.all.linux-x86_64.sh
+++ b/make/scripts/make.jogl.all.linux-x86_64.sh
@@ -36,11 +36,16 @@ fi
LOGF=make.jogl.all.linux-x86_64.log
rm -f $LOGF
+# export LIBGL_DEBUG=verbose
+# export MESA_DEBUG=true
+# export LIBGL_ALWAYS_SOFTWARE=true
# export LIBGL_DRIVERS_PATH=/usr/lib/fglrx/dri:/usr/lib32/fglrx/dri
-# export LIBGL_DEBUG=verbose
echo LIBXCB_ALLOW_SLOPPY_LOCK: $LIBXCB_ALLOW_SLOPPY_LOCK 2>&1 | tee -a $LOGF
echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $LOGF
echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF
+echo LIBGL_ALWAYS_INDIRECT: $LIBGL_ALWAYS_INDIRECT 2>&1 | tee -a $LOGF
+echo LIBGL_ALWAYS_SOFTWARE: $LIBGL_ALWAYS_SOFTWARE 2>&1 | tee -a $LOGF
+echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF
export SOURCE_LEVEL=1.8
export TARGET_LEVEL=1.8