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

Commit bb554712 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 am: 26d780d1

parents f7c510fe 26d780d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,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,