[Top][All Lists]
[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
- [Gnash] PPC blue video, David Erosa García, 2007/08/25
- Re: [Gnash] PPC blue video, Markus Gothe, 2007/08/26
- Re[2]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/27
- Re: Re[2]: [Gnash] PPC blue video, David Erosa García, 2007/08/28
- Re[4]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/28
- Re: Re[4]: [Gnash] PPC blue video, David Erosa García, 2007/08/28
- Re[6]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/28
- Message not available
- Re[8]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/28
- Re: Re[8]: [Gnash] PPC blue video, David Erosa García, 2007/08/28
- Re[10]: [Gnash] PPC blue video,
Udo Giacomozzi <=
- Re[11]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/29
- Re: Re[11]: [Gnash] PPC blue video, David Erosa García, 2007/08/29
- Re[13]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/29
- Re: Re[13]: [Gnash] PPC blue video, David Erosa García, 2007/08/29
- Re[15]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/30
- Re: Re[15]: [Gnash] PPC blue video, David Erosa García, 2007/08/30
- Re[17]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/30
- Re: [Gnash] PPC blue video, strk, 2007/08/30
- Re: [Gnash] PPC blue video, David Erosa García, 2007/08/30
- Re: [Gnash] PPC blue video, strk, 2007/08/30