From a post taken of Slashdot...
I seen posts and blogs about this issue before, stuff written for Nvidia hardware sucks on AMD/Intel hardware cause Nvidia cares not about specs and correctness, just speed and hacks in their OpenGL stack.
Thoughts?
You are behind the times, and should really be firing your complaints at Nvidia. For the last couple of years I've used ATI cards for GL development exclusively. Unlike Nvidia cards they actually implement the GL spec to the letter. With Nvidia cards you can pretty much call any old combination of GL functions, and something will appear on screen. They never fail! This is a problem because you never find out errors in your GL code until after you've shipped the product. With ATI, if you pass an invalid arg, or call a method at the wrong time, they will generate the correct error. This sadly leads to a situation where a developer uses an NVidia card for development, ships, and then it won't run on ATI or Intel cards. The upshot is that people incorrectly assume that ATI drivers suck. They don't. Nvidia drivers are the ones that suck!
I seen posts and blogs about this issue before, stuff written for Nvidia hardware sucks on AMD/Intel hardware cause Nvidia cares not about specs and correctness, just speed and hacks in their OpenGL stack.
Thoughts?
Comment