[Mesa-dev] [PATCH] i965: Fix leak in blorp CopyTexSubImage2D

Paul Berry stereotype441 at gmail.com
Sat Feb 16 08:18:33 PST 2013


On 15 February 2013 23:16, Eric Anholt <eric at anholt.net> wrote:

> christopher.halse.rogers at canonical.com writes:
>
> > From: Christopher James Halse Rogers <raof at ubuntu.com>
> >
> > _mesa_delete_renderbuffer does not call the driver-specific
> > renderbuffer delete function, so the blorp code was leaking the
> > Intel-specific bits, including some GEM objects.
> >
> > Call the renderbuffer's ->Delete() method instead, which does the
> > right thing.
> >
> > Fixes Unity rapidly sending the machine into the arms of the OOM-killer
>
> Reviewed-by: Eric Anholt <eric at anholt.net>
> Also needs:
> Note: This is a candidate for the 9.1 branch.
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
It looks like Christopher doesn't have push access, so I went ahead and
pushed this patch, along with Eric's R-b and the note about it being a
candidate for the 9.1 branch.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130216/42487c51/attachment.html>


More information about the mesa-dev mailing list