https://bugs.freedesktop.org/show_bug.cgi?id=33738
--- Comment #7 from Michel Dänzer <[email protected]> 2011-02-01 04:58:25 PST --- Review of attachment 42753: --> (https://bugs.freedesktop.org/review?bug=33738&attachment=42753) ::: src/radeon_exa_funcs.c @@ +601,3 @@ copy_src = driver_priv->bo; copy_pitch = pSrc->devKind; + if (!(tiling_flags & (RADEON_TILING_MACRO | RADEON_TILING_MICRO))) { This block needs to be extended to include the following if statements operating on src_domain. RADEONUploadToScreenCS() probably needs similar treatment as well. -- Configure bugmail: https://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
