Mir

~raof/mir/+git/mir:display-observer

Last commit made on 2016-09-22
Get this branch:
git clone -b display-observer https://git.launchpad.net/~raof/mir/+git/mir
Only Chris Halse Rogers can upload to this branch. If you are Chris Halse Rogers please log in for upload directions.

Branch merges

Branch information

Name:
display-observer
Repository:
lp:~raof/mir/+git/mir

Recent commits

e6ba8c9... by Chris Halse Rogers

Add mir::ObserverRegistrar interface and mir::ObserverMultiplexer implementation.

213242e... by Daniel van Vugt

Rename 'post_renderables_if_optimizable' to something less vague
and less wordy. Also don't mention 'post_update' which no longer
exists.

Approved by Cemil Azizoglu, Kevin DuBois, mir-ci-bot.

d9ee59f... by Daniel van Vugt

Merge latest trunk

d282cc0... by Kevin DuBois

nested: define the NativeBuffer type for the nested platform. Its largely a wrapper around the mir_buffer.h API.

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

67060b6... by Daniel van Vugt

Generalise CompositorTest into "SystemPerformanceTest" so we can reuse
it for non-compositor system performance testing.

Approved by mir-ci-bot, Cemil Azizoglu.

ce1a570... by Daniel van Vugt

Try again, Jenkins

ba8ec67... by Daniel van Vugt

Call it "overlay()"

32dbded... by Daniel van Vugt

Fix documentation pointed out by kdub

ef985ea... by Daniel van Vugt

Merge latest trunk

0befbce... by Daniel van Vugt

Don't log [E]GL_EXTENSIONS on start-up. They're too noisy (which will
only get worse with NVIDIA support), and hinder readability of other
server log messages.

Besides, if extensions matter to us at all they should be seen only in
error messages when one is missing (like you already see from
eglstream).

Approved by mir-ci-bot, Kevin DuBois.