On Sat, Jul 18, 2009 at 21:46, RALOVICH,
Kristóf<[email protected]> wrote:
> On Sat, Jul 18, 2009 at 20:49, RALOVICH,
> Kristóf<[email protected]> wrote:
>> On Fri, Jul 10, 2009 at 19:56, Eric Anholt<[email protected]> wrote:
>>> On Fri, 2009-07-10 at 11:24 +0200, RALOVICH, Kristóf wrote:
>>>> Please don't applies these right now. I am in the process of revising
>>>> them since there might be a simpler approach to the problem.
>>>
>>> Excellent, I'd been delaying reviewing it because it looked more
>>> complicated than I hoped :)
>>>
>>> --
>>> Eric Anholt
>>> [email protected] [email protected]
>>>
>>>
>>>
>>
>> I have broken up the patches into smaller, independent ones. Attached
>> to my following mails.
>>
>> Thanks,
>> Kristof
>>
>
> Please review!
>
> Thanks,
> Kristof
>
Same as the previous, for dri swrast.
Please review!
Thanks,
Kristof
From bb05113b7d2e31be3b1839fbf2e483d6929e5f67 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= <[email protected]>
Date: Sun, 19 Jul 2009 00:39:07 +0200
Subject: [PATCH] glx: Release unrefrenced DRI configs in DRISW path.
---
src/glx/x11/drisw_glx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/glx/x11/drisw_glx.c b/src/glx/x11/drisw_glx.c
index 1c229dd..2f55f81 100644
--- a/src/glx/x11/drisw_glx.c
+++ b/src/glx/x11/drisw_glx.c
@@ -401,6 +401,7 @@ driCreateScreen(__GLXscreenConfigs * psc, int screen,
psc->configs = driConvertConfigs(psc->core, psc->configs, driver_configs);
psc->visuals = driConvertConfigs(psc->core, psc->visuals, driver_configs);
+ driDestroyUnmatchedConfigs(psc->core, psc->visuals, psc->configs, driver_configs);
free(driver_configs);
psp->destroyScreen = driDestroyScreen;
--
1.6.3.3
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev