On Sun, 2009-01-11 at 11:24 +1100, Erik de Castro Lopo wrote: > I'm also seeing strange things with the courasel demo. The names > assoicated with the various icons have missing letters (eg "D s" > instead of "Dates" and "P f nc s" instead of "Preferences"). > > Any clues why this is going so badly wrong?
As you said in a later email, this appears to be a problem with Intel drivers. It seems that if mipmapped textures are used then updating a sub-region occasionally causes it to lose the texture data so some of the earlier glyphs in the glyph cache disappear. The problem can be avoided by disabling mipmapped text with clutter_set_use_mipmapped_text. This is discussed briefly in bug 1205: http://bugzilla.openedhand.com/show_bug.cgi?id=1205 Regards, - Neil -- To unsubscribe send a mail to [email protected]
