martin_marinov
03-20-2002, 03:34 PM
Hi
While porting my master thesis subdivision modeling program from Win32 to Linux I was very confused with the performance differences of VA/CVA under Linux and Win2k.
It seemed that VA/CVA work very slow under Linux, while the dl performance is nearly equal...
My system is Athlon 650MHz, KX133 Chipset (ASUS K7V) 256 PC133, MSI GeForce2 MX.
cat /proc/driver/nvidia/agp/status is
Enabled, AGPGART, 4x, SBA: Disabled, FW: Enabled - I'm using RedHat 7.1 Kernel 2.4.2, XFree 4.0.3
So I made a little va/cva/dl test program which can downloaded from: http://medo.hit.bg/vatest/vatest.cpp
Any comments about the following fps table are appreciated (Vertices - 30K, Triangles - 30K):
cva/va/dl (fps) = random indices
23,5/22,13/42 - Linux
31/54/47 - Win2k
cva/va/dl (fps) = ordered indices
36,26/24,9/108 - Linux
107/98/171 - Win2k
If you can, please send me results of this program on other linux pcs(and even on windows if they are interesting..)
Thanx in advance
Martin
While porting my master thesis subdivision modeling program from Win32 to Linux I was very confused with the performance differences of VA/CVA under Linux and Win2k.
It seemed that VA/CVA work very slow under Linux, while the dl performance is nearly equal...
My system is Athlon 650MHz, KX133 Chipset (ASUS K7V) 256 PC133, MSI GeForce2 MX.
cat /proc/driver/nvidia/agp/status is
Enabled, AGPGART, 4x, SBA: Disabled, FW: Enabled - I'm using RedHat 7.1 Kernel 2.4.2, XFree 4.0.3
So I made a little va/cva/dl test program which can downloaded from: http://medo.hit.bg/vatest/vatest.cpp
Any comments about the following fps table are appreciated (Vertices - 30K, Triangles - 30K):
cva/va/dl (fps) = random indices
23,5/22,13/42 - Linux
31/54/47 - Win2k
cva/va/dl (fps) = ordered indices
36,26/24,9/108 - Linux
107/98/171 - Win2k
If you can, please send me results of this program on other linux pcs(and even on windows if they are interesting..)
Thanx in advance
Martin