lp://qastaging/~vanvugt/mir/deprecate-without-pragmas
- Get this branch:
- bzr branch lp://qastaging/~vanvugt/mir/deprecate-without-pragmas
Branch merges
- Cemil Azizoglu (community): Abstain
- Andreas Pokorny (community): Disapprove
- Mir CI Bot: Approve (continuous-integration)
- Brandon Schaefer (community): Disapprove
- Alan Griffiths: Disapprove
-
Diff: 362 lines (+29/-40)17 files modifiedinclude/client/mir/events/event_builders.h (+9/-9)
include/client/mir_toolkit/client_types.h (+1/-1)
include/client/mir_toolkit/events/event.h (+2/-2)
include/client/mir_toolkit/events/input_configuration_event.h (+3/-3)
include/client/mir_toolkit/events/keymap_event.h (+1/-1)
include/client/mir_toolkit/mir_buffer_stream.h (+1/-1)
include/client/mir_toolkit/mir_surface.h (+1/-1)
include/core/mir_toolkit/common.h (+6/-0)
src/client/CMakeLists.txt (+1/-0)
src/client/event.cpp (+0/-6)
src/client/event_printer.cpp (+0/-3)
src/common/CMakeLists.txt (+1/-0)
src/common/events/event.cpp (+0/-6)
src/include/common/mir/events/input_configuration_event.h (+1/-1)
tests/CMakeLists.txt (+2/-0)
tests/acceptance-tests/test_client_surface_events.cpp (+0/-3)
tests/acceptance-tests/test_client_surfaces.cpp (+0/-3)
Branch information
Recent revisions
- 3790. By Daniel van Vugt
-
Demonstrate how to deprecate functions without requiring pragmas
where we still refer to them internally.This solves the scaling problem of:
https://code.launchpad .net/~mir- team/mir/ pragma- deprecated- functions/ +merge/ 309523 - 3789. By Cemil Azizoglu
-
MirRenderSurface playground examples for CPU and GPU clients.
Approved by mir-ci-bot, Kevin DuBois, Alan Griffiths, Brandon Schaefer.
- 3788. By Daniel van Vugt
-
Add a new test to ClientLatency to check framedropping remains
bound to one frame of lag, from client to screen.
.Approved by mir-ci-bot, Cemil Azizoglu.
- 3787. By Kevin DuBois
-
frontend: clean up unused/unneeded trackers in session mediator. The BufferStreamTracker was tracking buffers in relation to the streams (not needed anymore, the client tracks this), and the ClientBufferTracker was tracking client ownership, which ClientBuffers provides now.
Approved by Alan Griffiths, Chris Halse Rogers, mir-ci-bot.
- 3786. By Cemil Azizoglu
-
This MP implements a minimal render surface (RS) functionality which is compatible with the existing EGL drivers.
.Approved by mir-ci-bot, Kevin DuBois, Chris Halse Rogers, Alan Griffiths.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/mir