http://bugs.winehq.org/show_bug.cgi?id=14724
--- Comment #6 from Tobias Jakobi liquid.acid@gmx.net 2008-08-02 14:53:33 --- Created an attachment (id=15222) --> (http://bugs.winehq.org/attachment.cgi?id=15222) simple test application for NPOT/POT texture performance
Very simple test application to verify the claim that the Geforce FX series falls back to a software path as soon as the ARB_tex_npot extension is used (and not only when more features than the ones from ARB_tex_rect are used).
Tarball includes a script to compile, the source itself and two raw textures (one POT size, the other one NPOT).
App needs GL and GLUT libraries to compile. Maybe you have to edit the compile.sh
Control the app with the 'f' key, which changes from NPOT mode to POT and vice-versa. Each time the mode is changed a FPS value is computed, so you can check performance.