ozone-mir:split-gpu-host

Last commit made on 2017-04-19
Get this branch:
git clone -b split-gpu-host https://git.launchpad.net/ozone-mir
Members of Unity Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
split-gpu-host
Repository:
lp:ozone-mir

Recent commits

d727eed... by Andrea Azzarone

Initial branch to split gpu and ui

71587c9... by Andrea Azzarone

Use two mir connections, one for the ui thread/process and one for the gpu thread/process.

da7ce8f... by Andrea Azzarone

Use "rs" platform and update the code to use it.

84135fb... by Andrea Azzarone

Merge branch 'add-stub-classes' into ozone-mir

22a428d... by Andrea Azzarone

Fix previous merge.

251be2f... by Andrea Azzarone

Add MirSurfaceFactory.

9e619e5... by Andrea Azzarone

Squashed commit of the following:

commit db457d90bf742a69bb9f89bbe4099b109f232912
Author: Andrea Azzarone <email address hidden>
Date: Wed Feb 15 20:32:04 2017 +0100

    Move the AddWindow/RemoveWindow/GetWindow from MirConnectionWrapper to MirPlatformWindowManager.
    Add tests for MirPlatformWindowManager.

74ae079... by Andrea Azzarone

Implment the first MirSurfaceFactory.

db457d9... by Andrea Azzarone

Move the AddWindow/RemoveWindow/GetWindow from MirConnectionWrapper to MirPlatformWindowManager.
Add tests for MirPlatformWindowManager.

34d4558... by Andrea Azzarone

Squashed commit of the following:

commit 18e11fb25fedf25be4428091bd945aa8a59f5c76
Author: Andrea Azzarone <email address hidden>
Date: Wed Feb 15 15:55:27 2017 +0100

    Rename MirWindow to MirPlatformWindow. Add a simple MirConnectionWrapper.