Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26d780d1 authored by John Reck's avatar John Reck Committed by Automerger Merge Worker
Browse files

Merge "Request correct rendering type for EGL config" am: b7cf726c am: 765ed699

parents ac37c12b 765ed699
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -460,6 +460,7 @@ public:

EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) {
    const EGLint attribs[] = {
        EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
        EGL_RED_SIZE,   8,
        EGL_GREEN_SIZE, 8,
        EGL_BLUE_SIZE,  8,