commit | 19e872912af66c53a4350afcc333bbafaf6a2294 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Mon Dec 23 21:02:15 2013 -0800 |
committer | Jesse Hall <jessehall@google.com> | Mon Dec 23 21:53:39 2013 -0800 |
tree | b4c66aba064869becf7d16d10e75aca4023d0470 | |
parent | 05f8c703d4a050669ff8f406be3a9dc2357935f7 [diff] [blame] |
Implement per-display EGLConfig and configless EGLContext Bug: 12230666 Change-Id: Icca608b108cbdcab9cf01a9236d8cdbda000a836 Signed-off-by: Jesse Hall <jessehall@google.com>
diff --git a/services/surfaceflinger/RenderEngine/RenderEngine.h b/services/surfaceflinger/RenderEngine/RenderEngine.h index 4dc9457..577dc0a 100644 --- a/services/surfaceflinger/RenderEngine/RenderEngine.h +++ b/services/surfaceflinger/RenderEngine/RenderEngine.h
@@ -25,6 +25,8 @@ #include <EGL/eglext.h> #include <ui/mat4.h> +#define EGL_NO_CONFIG ((EGLConfig)0) + // --------------------------------------------------------------------------- namespace android { // ---------------------------------------------------------------------------