Merge lp://staging/~kdub/mir/fix-1663062-0.26.1 into lp://staging/~mir-team/mir/0.26-old
Status: | Merged |
---|---|
Merged at revision: | 4024 |
Proposed branch: | lp://staging/~kdub/mir/fix-1663062-0.26.1 |
Merge into: | lp://staging/~mir-team/mir/0.26-old |
Diff against target: |
116 lines (+17/-15) 5 files modified
src/server/graphics/nested/host_connection.h (+1/-1) src/server/graphics/nested/mir_client_host_connection.cpp (+6/-6) src/server/graphics/nested/mir_client_host_connection.h (+1/-1) src/server/graphics/nested/platform.cpp (+8/-6) tests/include/mir/test/doubles/stub_host_connection.h (+1/-1) |
To merge this branch: | bzr merge lp://staging/~kdub/mir/fix-1663062-0.26.1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cemil Azizoglu (community) | Approve | ||
Review via email: mp+316891@code.staging.launchpad.net |
Commit message
nested: disable passthrough on MirBuffers backed by ShmBuffer. Attempts to upload ShmBuffer via EGLImageTargetT
Description of the change
nested: disable passthrough on MirBuffers backed by ShmBuffer. Attempts to upload ShmBuffer via EGLImageTargetT
testing: mesa hardware, mesa software, android hardware, android software (passthrough candidates)
LGTM. Pleased that Android retains passthrough for both.