Glamor bug in XVideo / XvPutImage when src_y != 0

2016-02-09 Thread Hans de Goede
Hi Eric, While working on getting tvtime to work on cards using the modesetting driver + glamor, I have hit what I believe is a bug in glamor's XVideo implementation. I've tried with the current xserver master and it seems the bug is still present there. The problem is that src_y seems to get

Re: [PATCH kdrive/ephyr v7 5/9] kdrive: add options to set default XKB properties

2016-02-09 Thread Laércio de Sousa
Em 9 de fev de 2016 05:49, "Peter Hutterer" escreveu: > > On Tue, Feb 09, 2016 at 05:40:26AM -0200, Laércio de Sousa wrote: > > Em 9 de fev de 2016 02:24, "Peter Hutterer" > > escreveu: > > > > > > On Fri, Dec 11, 2015 at 11:43:10AM -0200,

Re: [PATCH] Add hybrid full-size/empty-clip mode to SetRootClip

2016-02-09 Thread Olivier Fourdan
Hi Daniel, - Original Message - > [Accidentally sent the unannotated version - sorry.] > > Hi, > > On 23 November 2015 at 07:51, Olivier Fourdan wrote: > > diff --git a/hw/xwayland/xwayland-output.c b/hw/xwayland/xwayland-output.c > > index 5ef444d..2a180f2 100644

Re: [PATCH kdrive/ephyr v7 5/9] kdrive: add options to set default XKB properties

2016-02-09 Thread Laércio de Sousa
Em 9 de fev de 2016 02:24, "Peter Hutterer" escreveu: > when we introduced the udev config backend we mostly agreed that we weren't > going to use udev as a config storage (which is how InputClass was > conceived). Debian ships them because there was some release timing

Re: [PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-02-09 Thread poma
On 28.01.2016 18:06, Keith Packard wrote: > Michel Dänzer writes: > >> From: Michel Dänzer >> >> Prevents clients forwarded via SSH from hanging while waiting for the >> reply from the DRI3Open request. >> >> Bugzilla:

Re: [PATCH] Add hybrid full-size/empty-clip mode to SetRootClip

2016-02-09 Thread Olivier Fourdan
Hi Daniel, - Original Message - > I'm not a big fan of the Bool -> int -> enum trickery > but I'm not sure if we could afford to have an enum > without breaking API/ABI (although I reckoned most compilers > would use an int for an enum, no?), but if we have no other > choice then, fine.

Re: [PATCH kdrive/ephyr v7 5/9] kdrive: add options to set default XKB properties

2016-02-09 Thread Julien Cristau
On Tue, Feb 9, 2016 at 14:23:59 +1000, Peter Hutterer wrote: > On Mon, Feb 08, 2016 at 10:00:21PM -0200, Laércio de Sousa wrote: > > Em 8 de fev de 2016 17:54, "Adam Jackson" escreveu: > > > How are you in a scenario where you can pass these values to Xephyr on > > > the command

Re: Glamor bug in XVideo / XvPutImage when src_y != 0

2016-02-09 Thread Eric Anholt
Hans de Goede writes: > Hi Eric, > > While working on getting tvtime to work on cards using > the modesetting driver + glamor, I have hit what I believe > is a bug in glamor's XVideo implementation. I've tried > with the current xserver master and it seems the bug is > still

Re: [PATCH kdrive/ephyr v7 5/9] kdrive: add options to set default XKB properties

2016-02-09 Thread Peter Hutterer
On Tue, Feb 09, 2016 at 10:23:05AM -0200, Laércio de Sousa wrote: > Em 9 de fev de 2016 02:24, "Peter Hutterer" > escreveu: > > when we introduced the udev config backend we mostly agreed that we > weren't > > going to use udev as a config storage (which is how

Re: [PATCH kdrive/ephyr v7 5/9] kdrive: add options to set default XKB properties

2016-02-09 Thread Peter Hutterer
On Tue, Feb 09, 2016 at 04:59:54PM +0100, Julien Cristau wrote: > On Tue, Feb 9, 2016 at 14:23:59 +1000, Peter Hutterer wrote: > > > On Mon, Feb 08, 2016 at 10:00:21PM -0200, Laércio de Sousa wrote: > > > Em 8 de fev de 2016 17:54, "Adam Jackson" escreveu: > > > > How are you in

Re: [PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-02-09 Thread poma
On 09.02.2016 19:01, Adam Jackson wrote: > On Tue, 2016-02-09 at 13:08 +0100, poma wrote: > >> Why wait so long, why this could not get in xserver 1.18.1? > > I do my best to merge patches as they get reviewed, but I don't claim > to be perfect. If you're giving an r-b and you think it's good

Re: [PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-02-09 Thread Michel Dänzer
On 10.02.2016 03:01, Adam Jackson wrote: > On Tue, 2016-02-09 at 13:08 +0100, poma wrote: > >> Why wait so long, why this could not get in xserver 1.18.1? > > I do my best to merge patches as they get reviewed, but I don't claim > to be perfect. If you're giving an r-b and you think it's good

[PATCH] modesetting: add support for background none.

2016-02-09 Thread Dave Airlie
From: Dave Airlie This adds support using glamor for background None. loosely based off the amdgpu code. relies on the glamor_finish code. Signed-off-by: Dave Airlie --- hw/xfree86/drivers/modesetting/driver.c | 21 +

[PATCH] modesetting: port clean start code from amdgpu.

2016-02-09 Thread Dave Airlie
From: Dave Airlie Both radeon and amdgpu don't set the mode until the first blockhandler, this means everything should be rendered on the screen correctly by then. This ports this code, it also removes the tail call of EnterVT from ScreenInit, it really isn't necessary and

Re: [PATCH xserver 2/2] dri3: Refuse to work for remote clients (v2)

2016-02-09 Thread Adam Jackson
On Tue, 2016-02-09 at 13:08 +0100, poma wrote: > Why wait so long, why this could not get in xserver 1.18.1? I do my best to merge patches as they get reviewed, but I don't claim to be perfect. If you're giving an r-b and you think it's good enough to be merged, please cc me. - ajax