gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[10]: [Gnash] PPC blue video


From: Udo Giacomozzi
Subject: Re[10]: [Gnash] PPC blue video
Date: Wed, 29 Aug 2007 09:25:48 +0200

Hello David,

Tuesday, August 28, 2007, 8:26:35 PM, you wrote:
DEG> Not red, green. Screenshot:
DEG> http://img362.imageshack.us/img362/5223/gnashpatchgreenhe8.png

Ok, I think I know what's going on. Your gfx card seems to use an odd
ABGR32 format (currently not even supported by Gnash, but that's a
piece of cake).

Based on on a *unpatched* CVS checkout, locate line 2190 in
render_handler_agg.cpp. It should read:

  return new render_handler_agg<agg::pixfmt_bgra32_pre> (32);
 
change it to

  return new render_handler_agg<agg::pixfmt_abgr32_pre> (32);

You should see correct colors then. If so, then we know what's the
problem, but your X server reports something different.

Cheers,
Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]