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: 29 Dec 1996 10:25:44 GMT Organization: The Electric WatchTower Lines: 9 Message-ID: <5a5gv8$63i@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> <59v2bd$ghs AT nuscc DOT nus DOT sg> <5a2chv$h5i AT catapult DOT gatech DOT edu> 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 Rubicant (gt4558a AT acmez DOT gatech DOT edu) wrote: : : The only changes are ports for graphics primitives, eg putpixel. : Did you use putpixel or _putpixel? The latter can only be used safely on : memory-only bitmaps, but it is MUCH faster. _putpixel is indeed faster .. I got 14.5fps with it, but only 7fps with putpixel.