From: tangchis AT iscs DOT nus DOT sg ([Uzi Suicide]) Newsgroups: comp.os.msdos.djgpp Subject: Re: Which is faster? Allegro or Sandmann's LFB Date: 26 Dec 1996 23:39:25 GMT Organization: The Electric WatchTower Lines: 14 Message-ID: <59v2bd$ghs@nuscc.nus.sg> References: <59s2q3$84l AT nuscc DOT nus DOT sg> <19961226 DOT 230751 DOT 4975 DOT 3 DOT chambersb AT juno DOT com> <59v0p0$g3j AT nuscc DOT nus DOT sg> NNTP-Posting-Host: tangchis AT decunx DOT iscs DOT nus DOT sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp [Uzi Suicide] (tangchis AT iscs DOT nus DOT sg) wrote: : I ported this to Allegro, using BITMAP *dbuffer, and putpixel to this : dbuffer, etc. : The result I got was 17fps using my own vbe 2.0 lib, and 7fps using : Allegro. I forgot to add - I tested both versions (Allegro and my own lib) using the exact same conditions, which includes invoking univbe to get vbe 2.0 for a 640x480x8bpp mode (I specified grx_set_mode(5,640,480,0,0)) as well as compilation with the -O3 option. The only changes are ports for graphics primitives, eg putpixel.