lp://staging/~mir-team/mir/lp1661498-testing
- Get this branch:
- bzr branch lp://staging/~mir-team/mir/lp1661498-testing
Branch merges
- Cemil Azizoglu (community): Disapprove
-
Diff: 1470 lines (+797/-80)31 files modifiedCMakeLists.txt (+1/-1)
debian/changelog (+27/-0)
include/client/mir_toolkit/client_types.h (+9/-0)
include/client/mir_toolkit/extensions/gbm_buffer.h (+90/-0)
include/client/mir_toolkit/mir_display_configuration.h (+2/-1)
include/client/mir_toolkit/rs/mir_render_surface.h (+22/-1)
src/client/display_configuration_api.cpp (+1/-1)
src/client/mir_presentation_chain_api.cpp (+22/-0)
src/client/mir_render_surface_api.cpp (+1/-0)
src/client/symbols.map (+2/-0)
src/platform/options/default_configuration.cpp (+1/-1)
src/platforms/mesa/client/client_buffer.cpp (+8/-4)
src/platforms/mesa/client/client_platform.cpp (+149/-5)
src/platforms/mesa/client/client_platform.h (+2/-1)
src/platforms/mesa/include/native_buffer.h (+3/-0)
src/platforms/mesa/server/kms/real_kms_display_configuration.cpp (+1/-0)
src/server/compositor/multi_monitor_arbiter.cpp (+2/-1)
src/server/frontend/session_mediator.cpp (+2/-1)
src/server/graphics/nested/nested_display_configuration.cpp (+8/-5)
src/server/graphics/nested/nested_display_configuration.h (+1/-1)
src/server/scene/application_session.cpp (+3/-0)
src/server/shell/surface_specification.cpp (+3/-1)
src/utils/out.c (+0/-3)
tests/acceptance-tests/test_custom_window_management.cpp (+47/-0)
tests/acceptance-tests/test_new_display_configuration.cpp (+8/-5)
tests/acceptance-tests/test_presentation_chain.cpp (+228/-43)
tests/unit-tests/compositor/test_multi_monitor_arbiter.cpp (+17/-0)
tests/unit-tests/frontend/test_session_mediator.cpp (+22/-0)
tests/unit-tests/platforms/mesa/client/test_client_platform.cpp (+97/-5)
tests/unit-tests/platforms/nested/mir_display_configuration_builder.cpp (+2/-0)
tests/unit-tests/platforms/nested/test_nested_display_configuration.cpp (+16/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 4040. By Kevin DuBois
-
add MirExtensionGbm
BufferV2, which adds functions that help a GBM buffer import in the mesa driver. This prepares mir_buffer_ get_buffer_ packgae (and MirBufferPackage) for deprecation. Integrated with the 'rs' platform (in the current naming) Mesa patch on the ML.
- 4038. By Kevin DuBois
-
client: add different mode selection to MirPresentation
Chains. Better prepares for supporting more than one vulkan submission mode. (we currently support the required mode, fifo). - 4036. By Daniel van Vugt
-
Expose the hardware subpixel arrangement in nested servers.
This is the final missing piece for LP: #1393578. - 4034. By Kevin DuBois
-
Do not send empty input_shape to the shell/wm policy if the user did
not configure input shapes in MirWindowSpec. - 4033. By Alan Griffiths
-
Don't dereference the end iterator in ms::Application
Session: :surface_ after()
(LP: #1667645)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mir