Rendering using different graphics card

Hi,

I run the same source codes using different graphics card and they give different display. They have the same resolution settings.

Msi nVidia geforce4 mx 440 and NVidia Quadro 2 gave the incorrect display. As shown by the error indicated at http://www12.brinkster.com/ongtw/problem.html They did not draw the blue colour line and did not draw the cyan colour polygon correctly, which was written in source code, as compare to the correct picture.

Whereas, 3dfx Voodoo3 3000, nVidia GeForce2 MX 2D/3D and ATI Mobility Radeon 7500 32MB DDR SDRAM gave the correct wanted display as shown in the same page where they correctly draw the blue colour line and also the cyan colour polygon.

What are the possible reasons if a source codes give different graphics display when different graphics cards are used?

Thanks.

[This message has been edited by tyl (edited 02-23-2003).]

The reason is most likely some dumb error in your code.
Are you turning off z-testing and rendering those lines last?
Are you calling glGetError to make sure OGL is not offended.

In the future, post a description of your code or the code itself if you want real help.