[PATCH xserver] Xmir DDX

Robert Ancell robert.ancell at canonical.com
Fri Apr 29 09:13:56 UTC 2016


The following email with the patch is just over 100k in size and thus is
stuck in the moderation queue..

On Fri, Apr 29, 2016 at 11:11 AM Robert Ancell <robert.ancell at canonical.com>
wrote:

> This is currently used in Ubuntu to allow X applications and sessions to
> run in
> newer versions of Unity 8. For example, this allows applications like GIMP
> to
> run on mobile devices like the Bq Aquaris M10 [2] (currently shipping).
>
> The proposed patch allows software based rendering only. The XMir used in
> Ubuntu
> contains more changes (developed on Launchpad [3]) that are unlikely to be
> of
> sufficient quality for proposal upstream. We will propose those changes
> when
> they are ready.
>
> Thanks,
> --Robert
>
> Robert Ancell (1):
>   XMir DDX
>
>  configure.ac                |   24 +
>  hw/Makefile.am              |    9 +-
>  hw/xmir/.gitignore          |    1 +
>  hw/xmir/Makefile.am         |   27 +
>  hw/xmir/xmir-cursor.c       |  210 +++++++
>  hw/xmir/xmir-cvt.c          |  304 ++++++++++
>  hw/xmir/xmir-input.c        |  592 ++++++++++++++++++
>  hw/xmir/xmir-output.c       |  424 +++++++++++++
>  hw/xmir/xmir-thread-proxy.c |  109 ++++
>  hw/xmir/xmir.c              | 1416
> +++++++++++++++++++++++++++++++++++++++++++
>  hw/xmir/xmir.h              |  165 +++++
>  11 files changed, 3279 insertions(+), 2 deletions(-)
>  create mode 100644 hw/xmir/.gitignore
>  create mode 100644 hw/xmir/Makefile.am
>  create mode 100644 hw/xmir/xmir-cursor.c
>  create mode 100644 hw/xmir/xmir-cvt.c
>  create mode 100644 hw/xmir/xmir-input.c
>  create mode 100644 hw/xmir/xmir-output.c
>  create mode 100644 hw/xmir/xmir-thread-proxy.c
>  create mode 100644 hw/xmir/xmir.c
>  create mode 100644 hw/xmir/xmir.h
>
> --
> 2.7.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x.org/archives/xorg-devel/attachments/20160429/3fd6492e/attachment-0001.html>


More information about the xorg-devel mailing list