OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb094a7
)
Re-enable FAST_TLS in gl2 code
author
Chet Haase
<chet@google.com>
Fri, 28 Sep 2012 18:56:48 +0000
(11:56 -0700)
committer
Chet Haase
<chet@google.com>
Fri, 28 Sep 2012 18:56:48 +0000
(11:56 -0700)
Temporarily changed USE_FAST_TLS_KEY ifdef during debugging. Changing it
back now.
Change-Id: I7c2fcf7265b3d545e31ff7683bd7614100fad3e5
opengl/libs/GLES2/gl2.cpp
patch
|
blob
|
history
diff --git
a/opengl/libs/GLES2/gl2.cpp
b/opengl/libs/GLES2/gl2.cpp
index
9e52298
..
2d0045e
100644
(file)
--- a/
opengl/libs/GLES2/gl2.cpp
+++ b/
opengl/libs/GLES2/gl2.cpp
@@
-48,7
+48,7
@@
using namespace android;
#define DEBUG_PRINT_CALL_STACK_ON_ERROR 0
#define SYSTRACE_CALL_GL_API 0
-#if USE_FAST_TLS_KEY
___
+#if USE_FAST_TLS_KEY
#ifdef HAVE_ARM_TLS_REGISTER
#define GET_TLS(reg) \