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

Commit 0d095244 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27387 into eclair

* changes:
  fix [2147737] Pixel Flinger needs to set EGL_RENDERABLE_TYPE to EGL_OPENGL_ES_BIT
parents 0ad79902 56fa2757
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -952,7 +952,8 @@ static config_pair_t const config_base_attribute_list[] = {
        { EGL_BIND_TO_TEXTURE_RGBA,       EGL_FALSE                         },
        { EGL_BIND_TO_TEXTURE_RGB,        EGL_FALSE                         },
        { EGL_MIN_SWAP_INTERVAL,          1                                 },
        { EGL_MAX_SWAP_INTERVAL,          4                                 },
        { EGL_MAX_SWAP_INTERVAL,          1                                 },
        { EGL_RENDERABLE_TYPE,            EGL_OPENGL_ES_BIT                 },
};

// These configs can override the base attribute list