ARGB surfaces shouldn't be blended for now
Bug #1507817 reported by
Loïc Molinari
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtmir (Ubuntu) |
In Progress
|
Medium
|
Gerry Boland |
Bug Description
Applications creating ARGB surfaces currently show what's behind the surface in normal and spread mode. That is currently not specified by any design document so it should be prevented for now by always blending over black.
Related branches
lp://staging/~gerboland/qtubuntu/adopt-more-eglconvenience2
- Unity8 CI Bot: Approve (continuous-integration)
- Loïc Molinari (community): Approve
- Emanuele Antonio Faraone (community): Approve
- Michał Sawicz: Needs Fixing
- Daniel van Vugt: Needs Fixing
-
Diff: 671 lines (+163/-242)7 files modifiedREADME (+6/-7)
src/ubuntumirclient/glcontext.cpp (+30/-165)
src/ubuntumirclient/glcontext.h (+11/-19)
src/ubuntumirclient/integration.cpp (+27/-25)
src/ubuntumirclient/integration.h (+0/-4)
src/ubuntumirclient/window.cpp (+86/-21)
src/ubuntumirclient/window.h (+3/-1)
lp://staging/~gerboland/qtubuntu/eglconvenience-retry
- Michał Sawicz: Abstain
- Unity8 CI Bot: Approve (continuous-integration)
- Daniel d'Andrada (community): Approve
-
Diff: 671 lines (+163/-242)7 files modifiedREADME (+6/-7)
src/ubuntumirclient/glcontext.cpp (+30/-165)
src/ubuntumirclient/glcontext.h (+11/-19)
src/ubuntumirclient/integration.cpp (+27/-25)
src/ubuntumirclient/integration.h (+0/-4)
src/ubuntumirclient/window.cpp (+86/-21)
src/ubuntumirclient/window.h (+3/-1)
Changed in qtmir: | |
status: | In Progress → Fix Released |
Changed in qtmir: | |
status: | Triaged → In Progress |
assignee: | Loïc Molinari (loic.molinari) → Gerry Boland (gerboland) |
affects: | qtmir → qtmir (Ubuntu) |
To post a comment you must log in.
I've attachd a QtUbuntu patch where clients will correctly tell shell if their surface should be blended or not.