commit | 46b4253b760916ea8f64c8c32a51ae85ec3b050e | [log] [tgz] |
---|---|---|
author | Duane Sand <duane.sand@imgtec.com> | Wed Mar 27 10:58:06 2013 -0700 |
committer | Duane Sand <duane.sand@imgtec.com> | Thu Mar 28 12:09:36 2013 -0700 |
tree | 05dc67dbb2f0110e88d711743445f1fd197b037c | |
parent | cd91024ca16db96daa697e22f7a088b416a424e3 [diff] [blame] |
[MIPS] Add MIPS architecture support to opengl framework Change-Id: Id7704d35bed14d96a85dc1f29db0566cd03872b5
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h index 8b1b389..e0ceb60 100644 --- a/opengl/libs/hooks.h +++ b/opengl/libs/hooks.h
@@ -30,7 +30,7 @@ #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> -#if !defined(__arm__) +#if !defined(__arm__) && !defined(__mips__) #define USE_SLOW_BINDING 1 #else #define USE_SLOW_BINDING 0