Re: [clutter] Problem migrating from 1.0.10 to 1.2.8

2010-06-15 Thread Johan Bilien
Hi,

On Mon, Jun 07, 2010, Kevin Cote wrote:

 I have an application that I have developed over the last 6 months on top of 
 v1.0.10.  I am now trying to migrate this app to v1.2.8.  I have tried 
 running the migrated app under Ubuntu 9.0.4 and also Moblin v2.  I get the 
 same issues in both cases.  My symptoms are twofold:
 
 -  Text is garbled.  By this I mean that each character is drawn 
 almost like a block instead of the actual glyph.

Porting our app from 0.9 to 1.2 I've had the exact same problem with text (on
the infamous GMA500, but also on Intel GM965 when using indirect rendering.

I tracked this down to text being rendered with mipmaps, which on GMA500 are
either mis-rendered or make the driver crash. Our app was doing
clutter_set_font_flags(0); to disable font mipmaps, but that call was a
no-op in clutter 1.2 due to this bug:
  http://bugzilla.openedhand.com/show_bug.cgi?id=2161

Maybe the patch attached to the bug (now in clutter master) would fix your 
problem,
it fixed ours.

Johan.
-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[clutter] Mapped state

2008-09-11 Thread Johan Bilien
Hi,

unless I overlooked something, there seems to be no easy for an actor to
get notified if one its parents' visibility changes?

I think in many cases an actor wants to know whether it will actually be
painted or not?

-- 
Johan Bilien
[EMAIL PROTECTED]
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]



Re: [clutter] Build fix for EGL flavours

2008-01-04 Thread Johan Bilien
On Wed, Jan 02, 2008, Emmanuele Bassi wrote:
  Thanks! While I'm at it I think #654 might be worth a look for next
  pre-release, I'm not sure about the fix but I'm sure about the bug :)
 
 I've had a look at it some time ago, and wanted to be able to reproduce
 it properly and test the fix; the patch looks okay, so I could get it in
 and see if it breaks something.
 
 one quick way to find out if there are regressions is to launch
 test-timelines with CLUTTER_DEBUG=scheduler and see what happens.

I ran this and the result looks good to me. I attached it to the
bugreport.

-- 
Johan Bilien
[EMAIL PROTECTED]
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]