Re: tile property contents

2014-10-15 Thread Thierry Reding
On Wed, Oct 15, 2014 at 06:35:52AM +1000, Dave Airlie wrote: On 14 October 2014 21:40, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Oct 14, 2014 at 01:23:22PM +1000, Dave Airlie wrote: Hi, So I've been hacking on mutter and the gnome pieces for tiling, and I've at least fixed

[PATCH 4/4 v3] modesetting: Add support for DRI2 with glamor.

2014-10-15 Thread Eric Anholt
This is derived from the intel driver DRI2 code, with swapchain and pageflipping dropped, functions renamed, and vblank event management shared code moved to a vblank.c for reuse by Present. This allows AIGLX to load, which means that you get appropriate visuals exposed in GL, along with many

Re: tile property contents

2014-10-15 Thread Daniel Stone
Hi, On 15 October 2014 10:29, Thierry Reding thierry.red...@gmail.com wrote: Just for my understanding, is it typical for each of these panels to be standalone (own housing, ...) or are there monitors that actually take two connectors and each of them drives a different part of the same

Re: tile property contents

2014-10-15 Thread Thierry Reding
On Wed, Oct 15, 2014 at 12:04:38PM +0200, Daniel Stone wrote: Hi, On 15 October 2014 10:29, Thierry Reding thierry.red...@gmail.com wrote: Just for my understanding, is it typical for each of these panels to be standalone (own housing, ...) or are there monitors that actually take two

Re: [PATCH 1/4] xfree86: Remove no-op /dev/mem checks from xf86OSInitVidMem

2014-10-15 Thread Mark Kettenis
From: Adam Jackson a...@redhat.com Date: Wed, 8 Oct 2014 17:38:56 +0200 pciaccess doesn't end up using the fd being inspected here, so there's not really any point. We currently don't actually support legacy PCI video drivers on OpenBSD/alpha and OpenBSD/arm. We can add the necessary bits