summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/state.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-19 14:47:08 -0700
committerMathias Agopian <mathias@google.com>2010-10-19 14:47:08 -0700
commit141550bc18f670f7e7ec65fc25363da3dd35d52e (patch)
tree2be6180be2c505895805cf583c10f2640c03b8af /opengl/libagl/state.cpp
parent59c4f35280148f195084988e0cdafc338ec964b9 (diff)
downloadframeworks_native-141550bc18f670f7e7ec65fc25363da3dd35d52e.tar.gz
frameworks_native-141550bc18f670f7e7ec65fc25363da3dd35d52e.tar.bz2
frameworks_native-141550bc18f670f7e7ec65fc25363da3dd35d52e.zip
fix [2236865] STOPSHIP: bump soft gl and egl minor version number
Change-Id: Ibf46b18d7493348e189f2c93e969a6cac61f68b5
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 a0f720a0d..8b4136a45 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