lp://staging/~kdub/mir/unify-advance-get
Created by
Kevin DuBois
and last modified
- Get this branch:
- bzr branch lp://staging/~kdub/mir/unify-advance-get
Only
Kevin DuBois
can upload to this branch. If you are
Kevin DuBois
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/~mir-team/mir/trunk
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Daniel van Vugt: Pending requested
- Alan Griffiths: Pending requested
-
Diff: 5869 lines (+5010/-80) (has conflicts)68 files modified3rd_party/gmock/gtest/include/gtest/internal/gtest-string.h (+167/-0)
CMakeLists.txt (+1/-1)
debian/mir-test-tools.install (+1/-0)
examples/demo-shell/window_manager.cpp (+141/-0)
examples/fingerpaint.c (+333/-0)
include/server/mir/compositor/back_buffer_strategy.h (+48/-0)
include/server/mir/compositor/buffer_swapper_exceptions.h (+42/-0)
include/server/mir/compositor/multi_acquisition_back_buffer_strategy.h (+68/-0)
include/server/mir/frontend/communicator_report.h (+51/-0)
include/server/mir/frontend/session_mediator.h (+2/-0)
include/server/mir/frontend/surface.h (+1/-4)
include/server/mir/graphics/egl_extensions.h (+43/-0)
include/server/mir/graphics/gl_context.h (+44/-0)
include/server/mir/shared_library.h (+55/-0)
include/server/mir/shell/surface.h (+6/-0)
include/server/mir/surfaces/depth_id.h (+32/-0)
include/server/mir/surfaces/surface.h (+6/-2)
include/test/mir_test_doubles/mock_buffer_stream.h (+45/-0)
include/test/mir_test_doubles/mock_buffer_stream.h.moved (+34/-1)
include/test/mir_test_doubles/mock_surface.h (+4/-5)
include/test/mir_test_doubles/mock_swapper_factory.h (+47/-0)
include/test/mir_test_doubles/null_gl_context.h (+42/-0)
include/test/mir_test_doubles/stub_surface.h (+2/-4)
include/test/mir_test_framework/input_testing_server_configuration.h (+97/-0)
src/client/gbm/gbm_native_surface.cpp (+78/-0)
src/client/gbm/gbm_native_surface.h (+42/-0)
src/server/compositor/buffer_bundle.h (+52/-0)
src/server/compositor/buffer_stream_surfaces.cpp (+65/-0)
src/server/compositor/multi_acquisition_back_buffer_strategy.cpp (+118/-0)
src/server/compositor/rw_lock.cpp (+71/-0)
src/server/compositor/rw_lock.h (+88/-0)
src/server/compositor/switching_bundle.cpp (+105/-0)
src/server/compositor/switching_bundle.h (+62/-0)
src/server/frontend/session_mediator.cpp (+8/-17)
src/server/graphics/android/internal_client_window.cpp (+1/-2)
src/server/graphics/egl_extensions.cpp (+42/-0)
src/server/graphics/gbm/black_arrow.c (+480/-0)
src/server/graphics/gbm/internal_native_surface.cpp (+75/-0)
src/server/graphics/gbm/internal_native_surface.h (+62/-0)
src/server/graphics/gbm/linux_virtual_terminal.cpp (+16/-0)
src/server/shared_library.cpp (+55/-0)
src/server/shell/surface.cpp (+10/-4)
src/server/surfaces/surface.cpp (+14/-6)
tests/integration-tests/compositor/test_buffer_stream.cpp (+261/-0)
tests/integration-tests/compositor/test_swapping_swappers.cpp (+158/-0)
tests/mir-stress/CMakeLists.txt (+20/-0)
tests/mir-stress/src/client.cpp (+104/-0)
tests/mir-stress/src/client.h (+59/-0)
tests/mir-stress/src/mir-stress.cpp (+89/-0)
tests/mir-stress/src/results.cpp (+52/-0)
tests/mir-stress/src/results.h (+38/-0)
tests/mir-stress/src/threading.cpp (+64/-0)
tests/mir-stress/src/threading.h (+29/-0)
tests/mir_test_framework/input_testing_server_options.cpp (+226/-0)
tests/unit-tests/client/gbm/test_native_surface.cpp (+114/-0)
tests/unit-tests/compositor/test_buffer_stream.cpp (+124/-0)
tests/unit-tests/compositor/test_rw_lock.cpp (+173/-0)
tests/unit-tests/compositor/test_switching_bundle.cpp (+155/-0)
tests/unit-tests/frontend/test_session_mediator.cpp (+34/-2)
tests/unit-tests/graphics/android/test_internal_client.cpp (+1/-4)
tests/unit-tests/graphics/android/test_internal_client_interpreter.cpp (+3/-4)
tests/unit-tests/graphics/gbm/test_internal_native_surface.cpp (+169/-0)
tests/unit-tests/graphics/gbm/test_linux_virtual_terminal.cpp (+7/-0)
tests/unit-tests/graphics/test_display.cpp (+164/-0)
tests/unit-tests/graphics/test_egl_extensions.cpp (+75/-0)
tests/unit-tests/shared_library_test.cpp (+114/-0)
tests/unit-tests/shell/test_surface.cpp (+2/-19)
tests/unit-tests/surfaces/test_surface.cpp (+19/-5)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mir-team/mir/trunk