From: swarsmatt AT aol DOT com (SWars Matt) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro putpixel speed ? Date: 3 Jan 1998 18:36:14 GMT Lines: 7 Message-ID: <19980103183600.NAA13996@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com References: <01bd0879$62651a60$bf226ccb AT ashod> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ashod wrote :>test2() seems to run much faster than test1 ( sure its direct, but >allegro seems to use its putpixel for other functions too, isnt >that a tad bit slow ? ) I think the putpixel function performs clipping (it checks that the coordinates you give it are inside the screen), which makes it slower.