On Thu, 2010-11-11 at 09:19 +0000, th....@gmx.de wrote:
> 
> I saw, that someone raises this issue before, but there was no reply.
> This guy said, this would happen only with EGL2.0 and worked ok with
> the 1.1. I did not test that until now. Another issue I could think of
> is the availability of the font!? I use "Sans 20px". Do I have to
> install something else for pango to do the correct rendering?

It's a "generate mipmaps" bug either in the GLES driver or (more
likely?) in the way Clutter uses this feature. I

You can disable mimapping for text with the
CLUTTER_DISABLE_MIPMAPPED_TEXT environment variable eg.

CLUTTER_DISABLE_MIPMAPPED_TEXT=1 ./test-text (in tests/interactive)

You can also use the clutter_set_font_flags() call to disable mipmapping
of the glyphs.

Hopefully as the 1.5/1.6 development cycle has some focus on GLES2 we'll
be able to fix a number of bugs and make a number of improvements in the
GLES(2) backend :p

-- 
Damien

_______________________________________________
clutter-app-devel-list mailing list
clutter-app-devel-list@clutter-project.org
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to