Mir

lp://qastaging/~mir-team/mir/pragma-deprecated-functions

Created by Brandon Schaefer and last modified
Get this branch:
bzr branch lp://qastaging/~mir-team/mir/pragma-deprecated-functions
Members of Mir development team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mir development team
Project:
Mir
Status:
Development

Recent revisions

3790. By Brandon Schaefer

* Merger trunk, fix compiling issues

3789. By Brandon Schaefer

* pragma around the functions we depend on but haved deprecated
* Move from [[deprecated]] to attribute since we need to support c99

3788. By Alberto Aguirre

Start deprecation of client side APIs

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.

3785. By Brandon Schaefer

Replace MirGammaSupported enum with a bool.

Approved by Chris Halse Rogers, Alan Griffiths, mir-ci-bot, Cemil Azizoglu.

3784. By Kevin DuBois

examples: fix flickering that could be seen in mir_demo_client_multi_stream.

fixes: LP: #1635273
. Fixes: https://bugs.launchpad.net/bugs/1635273.

Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu, Alan Griffiths, Alexandros Frantzis.

3783. By Chris Halse Rogers

TestPosixRWMutex: Resolve occasional deadlocks

trigger_next_reader() would increment the current reader_to_run and then notify all waiters that they might be ready to run. However, this could be run *twice* before the waiting thread was scheduled. In that case, the waiting thread would wake up, notice that it's still not meant to be running, and go back to sleep - we'd miss our turn to run.

So, make trigger_next_reader() idempotent.

Also make some tweaks that seem to reduce valgrind runtime significantly, and increase the timeout.

Fixes: https://bugs.launchpad.net/mir/+bug/1633920. Fixes: https://bugs.launchpad.net/bugs/1633920.

Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu, Alan Griffiths.

3782. By Daniel van Vugt

Fix (some) cameras viewports getting squashed by default as a result
of r3730.
.

Approved by mir-ci-bot, Cemil Azizoglu, Alexandros Frantzis.

3781. By Daniel van Vugt

Fix apps refusing to quit (LP: #1635010) and also pass unhandled events
on to the default event handler, so other features are not accidentally
disabled.
. Fixes: https://bugs.launchpad.net/bugs/1635010.

Approved by Alan Griffiths, Cemil Azizoglu, mir-ci-bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.