commit | 3bc47d438171dce294e816366d53bc9eca772c5b | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Nov 12 15:10:25 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Thu Nov 12 15:10:47 2009 -0800 |
tree | 58c41bf03b538359d7dd70fcd8362195a5405445 | |
parent | b602c328c24f82d61038ac1222bd40a3cc7bc900 [diff] [blame] |
Defer EGL init until the surface changed call comes in. Pass w,h along with surface for verification of driver state.
diff --git a/libs/rs/rsUtils.h b/libs/rs/rsUtils.h index 63d73a1..07f8933 100644 --- a/libs/rs/rsUtils.h +++ b/libs/rs/rsUtils.h
@@ -18,7 +18,7 @@ #define ANDROID_RS_UTILS_H #define LOG_NDEBUG 0 -#define LOG_TAG "rs" +#define LOG_TAG "RenderScript" #include <utils/Log.h> #include <utils/Vector.h> #include <utils/KeyedVector.h>