http://bugs.freedesktop.org/show_bug.cgi?id=22730
--- Comment #13 from Daniel Vetter <[email protected]> 2009-07-14 10:53:14 PST --- On Tue, Jul 14, 2009 at 10:13:24AM -0700, [email protected] wrote: > --- Comment #12 from Alex Deucher <[email protected]> 2009-07-14 10:13:24 PST > --- > fixed with 0485f27bc3d75cb6ab320e8164dbe6ea2713c78e Confirmed - thanks for the speedy fix! Although I've had to apply the below patch to make it compile (some DRI2 version checks missing?): -Daniel diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c index 4770ba3..43aea0e 100644 --- a/src/radeon_dri2.c +++ b/src/radeon_dri2.c @@ -168,7 +168,7 @@ radeon_dri2_create_buffer(DrawablePtr drawable, buffers->pitch = pixmap->devKind; buffers->cpp = pixmap->drawable.bitsPerPixel / 8; buffers->driverPrivate = privates; - buffers->format = format; + //buffers->format = format; buffers->flags = 0; /* not tiled */ privates->pixmap = pixmap; privates->attachment = attachment; -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
