Re: [Plib-users] PUI Performance Factors
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-12-28 17:56:42
|
Norman Vine wrote: > Also note that in Windows an OpenGL program runs significantly > faster in FullScreen mode vs Windowed mode hence another plus > for PUI based applications. That's true under Linux too - for at least *some* 3D hardware and *some* drivers. With the latest nVidia drivers, the GeForce 3 card will do a true buffer swap (just move a pointer) instead of a copy-from-back-buffer-to-front. Hence, (especially at high resolution and at high frame rates) you get much better pixel fill rates from full screen rendering. I presume this is the benefit you are seeing under Windoze too. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |