[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[8]: [Gnash] PPC blue video
From: |
Udo Giacomozzi |
Subject: |
Re[8]: [Gnash] PPC blue video |
Date: |
Tue, 28 Aug 2007 19:49:53 +0200 |
Hello David,
please try the attached patch. You should get a *red* background
(don't care about the smiley for a moment). If you do, just tell me
and stop here.
If you don't then please send me a screenshot.
Then locate the line 697 in render_handler_agg.cpp which should read
like this when the patch has been applied:
clear_framebuffer(_clipbounds[i], agg::rgba8_pre(255, 0, 0, 255));
Change it to
clear_framebuffer(_clipbounds[i], agg::rgba8_pre(0, 255, 0, 255));
and make another screenshot (after rebuilding).
Finally change it to
clear_framebuffer(_clipbounds[i], agg::rgba8_pre(0, 0, 255, 255));
and make the third screenshot.
Sorry for bothering you with these tests but it helps me understand
what your video card does.
BTW, on the console you should see this message repeating for the
first version:
memory dump: 0 0 255 0 | 0 0 255 0
The second version:
memory dump: 0 255 0 0 | 0 255 0 0
The third version:
memory dump: 255 0 0 0 | 255 0 0 0
Thanks,
Udo
render_handler_agg.cpp.patch
Description: Binary data
- [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 <=
- Re: Re[8]: [Gnash] PPC blue video, David Erosa García, 2007/08/28
- Re[10]: [Gnash] PPC blue video, Udo Giacomozzi, 2007/08/29
- 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