Re: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Daniel Martin
On 9 June 2013 19:00, Julien Cristau jcris...@debian.org wrote: The padding is *before* the rate field, so the rate is placed on a 32bit boundary. This change adds explicit padding between height and rate, and removes extraneous padding after the rate field, which the server never sent and

Re: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Julien Cristau
On Mon, Jun 10, 2013 at 11:41:00 +0200, Daniel Martin wrote: On 9 June 2013 19:00, Julien Cristau jcris...@debian.org wrote: The padding is *before* the rate field, so the rate is placed on a 32bit boundary. This change adds explicit padding between height and rate, and removes extraneous

[RFC PATCH] xfree86: add a -gpu switch to select primary gpu

2013-06-10 Thread Maarten Lankhorst
For obvious reasons probably not suitable to be upstreamed, but I'm looking for some feedback on this patch. This allows some playing around with optimus, if you feel so inclined. Xorg -gpu 0 would use the boot vga, Xorg -gpu 1 the first pci device that's not. I was also considering adding

[PULL] hw/xwin 64-bit fixes

2013-06-10 Thread Jon TURNEY
Hi Keith, Please consider pulling into master. Thanks. The following changes since commit c21344add2fc589df83b29be5831c36a372201bd: dix: remove logspam in RefCursor() (2013-05-26 22:41:31 -0600) are available in the git repository at: git://people.freedesktop.org/~jturney/xserver master

[PATCH xts] XI/ChangePointerDevice: Fix double-free

2013-06-10 Thread Peter Harris
XCloseDevice frees the device parameter, even if it references an invalid device. Therefore, the device parameter must have been malloc'd. Signed-off-by: Peter Harris phar...@opentext.com --- xts5/XI/ChangePointerDevice.m |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: Current DRI3 specification

2013-06-10 Thread James Jones
On 06/08/2013 11:18 AM, Daniel Stone wrote: Hi, On 7 June 2013 13:30, James Jones jajo...@nvidia.com wrote: We do need more than the 'make it pretty' requirement above though. What you describe is what interactive rendering apps want, when you're translating some sort of input into graphics

[PATCH xf86-video-sunffb] Unbreak when XAA is not present.

2013-06-10 Thread Matthieu Herrb
Turn accel off if loading XAA fails. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- src/ffb_driver.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git src/ffb_driver.c src/ffb_driver.c index af13484..7f17d64 100644 --- src/ffb_driver.c +++ src/ffb_driver.c @@

Re: [PATCH xf86-video-sunffb] Unbreak when XAA is not present.

2013-06-10 Thread Alex Deucher
On Mon, Jun 10, 2013 at 3:58 PM, Matthieu Herrb matthieu.he...@laas.fr wrote: Turn accel off if loading XAA fails. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- src/ffb_driver.c | 9 ++--- 1 file changed, 6 insertions(+),

[PATCH xf86-video-cirrus] Add basic EXA acceleration for the alpine driver.

2013-06-10 Thread Matthieu Herrb
This provides only SolidFill and Copy acceleration, like XAA did. Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- configure.ac | 40 +++ src/Makefile.am | 9 +- src/alp.h| 4 + src/alp_driver.c | 36 +- src/alp_exa.c| 330

Improvements to Circular Scrolling in Synaptics driver

2013-06-10 Thread Andrew
(My previous post failed. Trying again with cleaned up text and a link instead of attachment...) Hello. I'm new to this mailing list, and open source participation in general, so I welcome any constructive criticism. The proprietary Synaptics touchpad driver provides a scrolling gesture called

Re: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Kevin Ryde
Julien Cristau jcris...@debian.org writes: Both it and libXv use sz_xvEncodingInfo, which is ok. Am I right code is always supposed to use the sz_ constants, not sizeof? Not that that would be an excuse to break anything. If in doubt I suppose could put the intended pad before, but leave the