summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/state.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-19 18:23:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-19 18:23:19 -0700
commit1aedd5613e223409dafb0940cf05f2d8c31886fc (patch)
tree2be6180be2c505895805cf583c10f2640c03b8af /opengl/libagl/state.cpp
parent512445175577b3e11f30c7fc4b8879067225b12e (diff)
parent141550bc18f670f7e7ec65fc25363da3dd35d52e (diff)
downloadframeworks_native-1aedd5613e223409dafb0940cf05f2d8c31886fc.zip
frameworks_native-1aedd5613e223409dafb0940cf05f2d8c31886fc.tar.gz
frameworks_native-1aedd5613e223409dafb0940cf05f2d8c31886fc.tar.bz2
Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into gingerbread
Diffstat (limited to 'opengl/libagl/state.cpp')
-rw-r--r--opengl/libagl/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/state.cpp b/opengl/libagl/state.cpp
index a0f720a..8b4136a 100644
--- a/opengl/libagl/state.cpp
+++ b/opengl/libagl/state.cpp
@@ -33,7 +33,7 @@ namespace android {
// ----------------------------------------------------------------------------
static char const * const gVendorString = "Android";
-static char const * const gRendererString = "Android PixelFlinger 1.3";
+static char const * const gRendererString = "Android PixelFlinger 1.4";
static char const * const gVersionString = "OpenGL ES-CM 1.0";
static char const * const gExtensionsString =
"GL_OES_byte_coordinates " // OK