gnash
[Top][All Lists]
Advanced

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

Re: Re[8]: [Gnash] PPC blue video


From: David Erosa García
Subject: Re: Re[8]: [Gnash] PPC blue video
Date: Tue, 28 Aug 2007 20:26:35 +0200

> 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.

Not red, green. Screenshot:
http://img362.imageshack.us/img362/5223/gnashpatchgreenhe8.png

> Change it to
>
>   clear_framebuffer(_clipbounds[i], agg::rgba8_pre(0, 255, 0, 255));
>
> and make another screenshot (after rebuilding).

Second screenshot, red this time:
http://img123.imageshack.us/img123/6452/gnashmod1redmc6.png

>
> Finally change it to
>
>   clear_framebuffer(_clipbounds[i], agg::rgba8_pre(0, 0, 255, 255));
>
> and make the third screenshot.

Third screenshot, black this time:
http://img46.imageshack.us/img46/1363/gnashmod2blackum0.png

> Sorry for bothering you with these tests but it helps me understand
> what your video card does.

No problem.

>
> 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
>

That's right what I get.

> Thanks,
> Udo

Thanks to you.
David




reply via email to

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