diff options
author | 2009-11-12 15:19:42 -0800 | |
---|---|---|
committer | 2009-11-12 15:19:42 -0800 | |
commit | 1eeffc68149c9602c05c8ab5cbbdd8027e9a6fdf (patch) | |
tree | 927e941f346a55582a5fce752e42df799009d58b /opengl/libagl/state.cpp | |
parent | e9ba5eec8c2072d71ee2e20643499c5646e75a56 (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 a59b3b046e..0f1f27d8cf 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 |