[Scummvm-cvs-logs] scummvm master -> 1c8fc0538815b1418bb7824e4eefda65eb2719d9

dhewg dhewg at wiibrew.org
Tue Apr 5 14:00:29 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1c8fc05388 ANDROID: Temporarily enable GL error checks


Commit: 1c8fc0538815b1418bb7824e4eefda65eb2719d9
    https://github.com/scummvm/scummvm/commit/1c8fc0538815b1418bb7824e4eefda65eb2719d9
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-05T04:57:09-07:00

Commit Message:
ANDROID: Temporarily enable GL error checks

There's a black screen issue on Samsung devices running 2.2.1 which I
can not reproduce. Hopefully this helps hunting it down.

Changed paths:
    backends/platform/android/android.h



diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index 76db012..a5a30ae 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -47,7 +47,7 @@
 
 // toggles start
 //#define ANDROID_DEBUG_ENTER
-//#define ANDROID_DEBUG_GL
+#define ANDROID_DEBUG_GL
 //#define ANDROID_DEBUG_GL_CALLS
 // toggles end
 






More information about the Scummvm-git-logs mailing list