Merge lp://staging/~brandontschaefer/qtmir/correct-xrgb-support into lp://staging/qtmir
Proposed by
Brandon Schaefer
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~brandontschaefer/qtmir/correct-xrgb-support |
Merge into: | lp://staging/qtmir |
Diff against target: |
26 lines (+8/-3) 1 file modified
src/platforms/mirserver/screen.cpp (+8/-3) |
To merge this branch: | bzr merge lp://staging/~brandontschaefer/qtmir/correct-xrgb-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Mir development team | Pending | ||
Review via email: mp+238937@code.staging.launchpad.net |
Commit message
Use RGBX_8888 for mir_xrgb format vs RGB32. The other issue with RGB32 is its 0xFF alpha value is getting changed/defaulted to 0x00 at some point when making the conversion.
Description of the change
Use RGBX_8888 for mir_xrgb format vs RGB32. The other issue with RGB32 is its 0xFF alpha value is getting changed/defaulted to 0x00 at some point when making the conversion.
To post a comment you must log in.
Unmerged revisions
- 274. By Brandon Schaefer
-
* Move to using RGBX_8888 for mir_xrgb pixel format
Can you give me branches of SDL and an example demo which I can use to test this?