Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sun, 27 Jun 1999 17:31:28 +0000

Re: ClanMarks on BeOS, Linux, Windows

Denis Oliver Kropp wrote:
> BeOS
> ---------------------
> fill_rect               30315   hw
> fill_rect alpha 65
> put_screen      4429
> 
> BeOS
> ---------------------
> fill_rect               1763
> fill_rect alpha 65
> put_screen      4426

I can't find any references to BeOS neither in ClanLib CVS or at
your web-pages. Where is the code for that?

> Linux GGI-on-FBDev
> ---------------------
> fill_rect               23719   hw
> fill_rect alpha 72
> put_screen      11798
> 
> Linux FBDev
> ---------------------
> fill_rect               1486
> fill_rect alpha 72
> put_screen      11825
> 
> All test ran on Celeron 333A, Matrox Mystique 1064sg 4Mb, 64Mb.
> 
> Donīt ask me why DirectX is that slow, I think it is the HAL ;-)
> And I think the BeOS graphics hook functions provide the most direct wire to the hardware.

How is fill_rect implemented in ClanLib'ss BeOS code?

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]