summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-10-15 18:09:49 -0700
committerRomain Guy <romainguy@google.com>2012-10-15 18:09:49 -0700
commit8efca54693b1fa956eede0367fffe8bb0d3531f0 (patch)
tree56051066cc7ca8e492878327899bf65f6e159bf2 /packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
parenta30d969401a8533a5a341664421ba9b1e150bac3 (diff)
downloadframeworks_base-8efca54693b1fa956eede0367fffe8bb0d3531f0.zip
frameworks_base-8efca54693b1fa956eede0367fffe8bb0d3531f0.tar.gz
frameworks_base-8efca54693b1fa956eede0367fffe8bb0d3531f0.tar.bz2
Ensure we always request conformant OpenGL ES 2.0 contexts
Change-Id: I6b9d6f2dace02ad28baef6811007302b8e552a54
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/ImageWallpaper.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/ImageWallpaper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java b/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
index 356689f..6877cba 100644
--- a/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
+++ b/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
@@ -665,6 +665,7 @@ public class ImageWallpaper extends WallpaperService {
EGL_ALPHA_SIZE, 0,
EGL_DEPTH_SIZE, 0,
EGL_STENCIL_SIZE, 0,
+ EGL_CONFIG_CAVEAT, EGL_NONE,
EGL_NONE
};
}