https://bugs.freedesktop.org/show_bug.cgi?id=30679
Karl Tomlinson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Karl Tomlinson <[email protected]> 2010-10-07 15:08:29 PDT --- Are you using bitmap fonts? Or do you have antialiasing off for the fonts in use? This is one case where the PrepareAccess path would be faster because it is write-only access. Unfortunately, PrepareAccess doesn't know whether access will be write-only. And this kind of write-only access is a bit different from what EXA normally considers write-only. EXA normally only considers an operation write-only if a whole region will be written. Here the glyphs are written but I assume the pixels in-between are not touched. -- 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
