[PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().

2013-06-17 Thread alexdeucher
From: Leo Liu leo@amd.com leak happens when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/common/xf86Helper.c |1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index 721159d..bb17ecc 100644 ---

[PATCH 2/2] xfree86: prune duplicate monitor modes.

2013-06-17 Thread alexdeucher
From: Leo Liu leo@amd.com same monitor modes added causing memory leak when looping xrandr prop. Signed-off-by: Leo Liu leo@amd.com --- hw/xfree86/modes/xf86EdidModes.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/hw/xfree86/modes/xf86EdidModes.c

Re: [PATCH] Fix kwin crashes on xrandr update on NX

2013-06-17 Thread Timo Aaltonen
On 06.03.2013 17:19, Timo Aaltonen wrote: https://bugs.freedesktop.org/show_bug.cgi?id=59795 Signed-off-by: Ritesh Khadgaray khadga...@gmail.com Reviewed-by: Peter Hutterer peter.hutte...@who-t.net --- src/Xrandr.c |4 1 file changed, 4 insertions(+) diff --git

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

2013-06-17 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-17 Thread Paul Berry
On 7 June 2013 17:42, Chris Wilson ch...@chris-wilson.co.uk wrote: On Wed, Jun 05, 2013 at 12:34:24PM -0700, Eric Anholt wrote: This reverts commit 3209b094a3b1466b579e8020e12a4f3fa78a5f3f. After a long debug session by Paul Berry, it appears that this was the commit that has been