summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/state.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-03-25 20:21:12 -0700
committerMathias Agopian <mathias@google.com>2010-03-25 20:21:12 -0700
commit988fce5ee54b7a29376ee5dfbd429f4e7d018ec2 (patch)
treee1765f58203b36a5b1720f0976d0ee0c2ffa4324 /opengl/libagl/state.cpp
parent016093a2c19b23985366b1ac2eb7cba730b62d46 (diff)
downloadframeworks_native-988fce5ee54b7a29376ee5dfbd429f4e7d018ec2.tar.gz
frameworks_native-988fce5ee54b7a29376ee5dfbd429f4e7d018ec2.tar.bz2
frameworks_native-988fce5ee54b7a29376ee5dfbd429f4e7d018ec2.zip
fix [2236865] STOPSHIP: bump soft gl and egl minor version number
this is to allow developpers to deal with potiential differences between the softgl versions. Change-Id: I7ec2451d6af1be29818d66215b22977405d403e8
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 1224a96b9..27bb5454f 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.2";
+static char const * const gRendererString = "Android PixelFlinger 1.3";
static char const * const gVersionString = "OpenGL ES-CM 1.0";
static char const * const gExtensionsString =
"GL_OES_byte_coordinates " // OK