Re: [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1

2013-06-05 Thread Michel Dänzer
On Die, 2013-06-04 at 18:22 -0400, Matthieu Herrb wrote: On Tue, Jun 04, 2013 at 06:26:50PM +0200, Michel Dänzer wrote: On Die, 2013-06-04 at 10:40 -0400, Matthieu Herrb wrote: On Tue, Jun 04, 2013 at 12:39:11PM +0200, Michel Dänzer wrote: On Mon, 2013-06-03 at 15:41 -0400, Matthieu

Re: [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1

2013-06-05 Thread Matthieu Herrb
On Wed, Jun 05, 2013 at 10:21:29AM +0200, Michel Dänzer wrote: On Die, 2013-06-04 at 18:22 -0400, Matthieu Herrb wrote: On Tue, Jun 04, 2013 at 06:26:50PM +0200, Michel Dänzer wrote: On Die, 2013-06-04 at 10:40 -0400, Matthieu Herrb wrote: On Tue, Jun 04, 2013 at 12:39:11PM +0200, Michel

glx support in Xephyr

2013-06-05 Thread Laurent Carlier
Any plans to apply the patch provided in https://bugs.freedesktop.org/show_bug.cgi?id=62346 ? Thanks -- Laurent Carlier ArchLinux Developer http://www.archlinux.org signature.asc Description: This is a digitally signed message part. ___

[PATCH] Revert DRI2: re-allocate DRI2 drawable if pixmap serial changes

2013-06-05 Thread Eric Anholt
This reverts commit 3209b094a3b1466b579e8020e12a4f3fa78a5f3f. After a long debug session by Paul Berry, it appears that this was the commit that has been producing sporadic failures in piglit front buffer rendering tests for the last several years. GetBuffers may return fresh buffers with

Re: [PATCH] Revert DRI2: re-allocate DRI2 drawable if pixmap serial changes

2013-06-05 Thread Keith Packard
Eric Anholt e...@anholt.net writes: This reverts commit 3209b094a3b1466b579e8020e12a4f3fa78a5f3f. After a long debug session by Paul Berry, it appears that this was the commit that has been producing sporadic failures in piglit front buffer rendering tests for the last several years. The

Re: Current DRI3 specification

2013-06-05 Thread James Jones
On 06/04/2013 04:51 PM, Keith Packard wrote: * PGP Signed by an unknown key I've gotten DRI3 working and posted an article about it here: http://keithp.com/blogs/dri3_extension/ I read through this and the extension specification below. The DRI3 stuff doesn't directly affect our

[PULL] missing registry define, central quirks file

2013-06-05 Thread Peter Hutterer
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/~whot/xserver for-keith for you to fetch changes up to

[PATCH xts 1/2] xts5/XI: Fix SEGV when double-freeing Display

2013-06-05 Thread Peter Harris
Only XOpenDisplay pairs with XCloseDisplay. The Display pointer returned by opendisplay is self-closing. Signed-off-by: Peter Harris phar...@opentext.com --- XCloseDisplay was formatted with spaces instead of tabs, which implies that it was added later. But the change was pre-git, so I have no

[PATCH xts 2/2] XI/ChangeFeedbackControl: Always set f

2013-06-05 Thread Peter Harris
XChangeFeedbackControl will SEGV if the last parameter is NULL. Signed-off-by: Peter Harris phar...@opentext.com --- xts5/XI/ChangeFeedbackControl.m | 21 + 1 file changed, 21 insertions(+) diff --git a/xts5/XI/ChangeFeedbackControl.m b/xts5/XI/ChangeFeedbackControl.m

[PULL 1.14] device scaling, memory leak fixes

2013-06-05 Thread Peter Hutterer
Two memleaks plugged, the other two patches are changing device scaling. One fixes the behaviour of absolute devices in relative mode (i.e. a circle on a tablet will now be a circle on the screen), the other one fixes a off-by-one pixel error when the transformation matrix is used to map a device

Re: Current DRI3 specification

2013-06-05 Thread Keith Packard
James Jones jajo...@nvidia.com writes: I read through this and the extension specification below. The DRI3 stuff doesn't directly affect our driver at the moment of course, but I like the direction it's going and the proposed/implied interactions between DRI3 and Present. Thanks much for