http://bugs.freedesktop.org/show_bug.cgi?id=22253
--- Comment #13 from Maarten Maathuis <[email protected]> 2009-06-24 07:41:59 PST --- nouveau_wfb_finish_wrap is broken It ignores index: struct wfb_pixmap *wfb = &wfb_pixmap[0]; Later it loops over all 6, but still uses 0. Eventually you pollute all 6 of your wfb entries and boom. I'll let Ben fix it :-) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
