i'm curious to see more results, such as seeing one of the low-end fermis vs high end, and i'm more interested in the results of the geforce 7000 series since that was the last dx9 series.
Actually they are!
AMDs architecture takes packets of 5 ( or 4 on Cayman) Commands per Streaming Processor.
The Nvidia equivalent takes only one command.
So the AMD driver needs to find 5 (4) Commands to be packaged together.
The Nvidia driver just needs to give them fire.![]()
i'm curious to see more results, such as seeing one of the low-end fermis vs high end, and i'm more interested in the results of the geforce 7000 series since that was the last dx9 series.
yes you are, that "the reverse-engineered open-source Nouveau driver now meets or exceeds the speed of NVIDIA's official proprietary driver in a number of OpenGL test cases..." means it was not as fast as the nvidia binary scoring before, not that it now beats it at a few .% now...
they may even optimise today's code some more by Monday given encouragement from this article OC, but i dont suppose he will pull a new git and run tests by then if they do
The nouveau driver would definitely be ideal for those cards that aren't supported by the blob any longer, such as the GeForce 5 and older. The GeForce 6 and 7 series can also benefit too. At some point it'll be possible to support the newest cards once the devs figure out how to turn on the antialiasing modes and to make use of the stream processors. I have to admit that the Nouveau driver has made great strides despite not having any support or documentation from nVidia.
Once again, no CPU usage graphs which makes the whole comparison kinda useless.
Michael, you promised them, remember?
i agree. even if the open source developers never manage to keep up with the current drivers, at least they will always have faster, up-to-date drivers for the older cards where nvidia won't, which to me is great.
i personally don't really care about using open source drivers vs proprietary (with the except that OS drivers can be used in package managers), i just care about what works best.
Today I learned that my 8800GT is considered a low end GPU.
The GPU can get very hot but the only game that does so is OilRush. I know this due to a very noisy fan.
It could still be CPU bound. For instance CPU might be able to cope up to 50fps with the gallium stack so any GPU that can't reach such framerate won't experience the CPU boundary but any GPU that can go way faster than this limit will be CPU bound.
So no, CPU bound -> all GPU same frame rate, this is only true if CPU bound is smaller than the slowest GPU speed.
On the radeon/nvidia side, nouveau people are in the lucky position of having not freeze their API which means they can change the way the communicate with the kernel. It's not the case for radeon and if i was to write it again today i would do it completely differently. Doesn't means this is the only explanation, just an explanation on why nouveau is capable of doing major kernel change that give major improvement.