gnash
[Top][All Lists]
Advanced

[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

Attachment: render_handler_agg.cpp.patch
Description: Binary data


reply via email to

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