diff options
author | 2009-11-12 15:19:42 -0800 | |
---|---|---|
committer | 2009-11-12 15:19:42 -0800 | |
commit | cf3350982f63d918e8e4a1de31ea54829ffc0b67 (patch) | |
tree | 26ac0c16c83ae6117766edc3474fa5c1f78fecd1 /opengl/libagl/state.cpp | |
parent | dffa96f7349a44a5d587656fce5c55386d44b150 (diff) |
fix [2236865] STOPSHIP: bump soft gl and egl minor version number
Diffstat (limited to 'opengl/libagl/state.cpp')
-rw-r--r-- | opengl/libagl/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/state.cpp b/opengl/libagl/state.cpp index a59b3b046e3f..0f1f27d8cfb6 100644 --- a/opengl/libagl/state.cpp +++ b/opengl/libagl/state.cpp @@ -37,7 +37,7 @@ namespace android { // ---------------------------------------------------------------------------- static char const * const gVendorString = "Android"; -static char const * const gRendererString = "Android PixelFlinger 1.1"; +static char const * const gRendererString = "Android PixelFlinger 1.2"; static char const * const gVersionString = "OpenGL ES-CM 1.0"; static char const * const gExtensionsString = "GL_OES_byte_coordinates " // OK |