Carmack on comparing ATI & Nvidia boards

Status
Not open for further replies.

Julio Franco

Posts: 9,099   +2,049
Staff member
John Carmack, 'the man' from id Software replied to this story posted at Slashdot regarding the recent 3DMark03 benchmark cheating fiasco. What is most interesting though is what he had to say about comparing NVIDIA and ATI boards directly, at what precision shaders work internally in each of the boards and a take from Doom3's perspective:

The significant issue that clouds current ATI / Nvidia comparisons is fragment shader precision. Nvidia can work at 12 bit integer, 16 bit float, and 32 bit float. ATI works only at 24 bit float. There isn't actually a mode where they can be exactly compared. DX9 and ARB_fragment_program assume 32 bit float operation, and ATI just converts everything to 24 bit. For just about any given set of operations, the Nvidia card operating at 16 bit float will be faster than the ATI, while the Nvidia operating at 32 bit float will be slower. When DOOM runs the NV30 specific fragment shader, it is faster than the ATI, while if they both run the ARB2 shader, the ATI is faster.
 
Status
Not open for further replies.
Back