Merge lp://qastaging/~afrantzis/unity-system-compositor/work-around-emulator-egl-bug into lp://qastaging/unity-system-compositor

Proposed by Alexandros Frantzis
Status: Merged
Approved by: Alberto Aguirre
Approved revision: 244
Merged at revision: 245
Proposed branch: lp://qastaging/~afrantzis/unity-system-compositor/work-around-emulator-egl-bug
Merge into: lp://qastaging/unity-system-compositor
Diff against target: 11 lines (+0/-1)
1 file modified
spinner/miregl.cpp (+0/-1)
To merge this branch: bzr merge lp://qastaging/~afrantzis/unity-system-compositor/work-around-emulator-egl-bug
Reviewer Review Type Date Requested Status
Alberto Aguirre (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+268577@code.qastaging.launchpad.net

Commit message

spinner: Don't specify EGL_COLOR_BUFFER_TYPE EGL attribute

Specifying EGL_COLOR_BUFFER_TYPE seems to confuse the ubuntu-touch
emulator EGL implementation, causing it to not find any matching
EGLConfigs. This seems like a bug in the EGL implementation.

In any case, setting this attribute to EGL_RGB_BUFFER is not actually
needed since that's the default value.

Description of the change

spinner: Don't specify EGL_COLOR_BUFFER_TYPE EGL attribute

Specifying EGL_COLOR_BUFFER_TYPE seems to confuse the ubuntu-touch
emulator EGL implementation, causing it to not find any matching
EGLConfigs. This seems like a bug in the EGL implementation.

In any case, setting this attribute to EGL_RGB_BUFFER is not actually
needed since that's the default value.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alberto Aguirre (albaguirre) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches