PDA

View Full Version : What can various 3D cards do with OpenGL?



jorritTyberghein
05-31-2001, 10:57 AM
I'm the project manager of the Open Source Crystal Space 3D Engine (http://crystal.linuxgames.com). One of the targets of that engine is OpenGL. But I'm having a great deal of trouble trying to please all different (non-conformant) OpenGL cards and drivers. Some cards support stencil, some don't. Some crash when rendering geometry after z-plane, some don't. Some correctly report maximum supported texture size, some don't.

Basically I would like to know if there is a list of known caveats and other issues with all/most current 3D cards. Especially from the point of view of OpenGL.

Greetings and thanks,

lgrosshennig
06-01-2001, 01:10 AM
Hi there!

Uhhhh, such a list would be indeed of great help.

However I think that list would be quite huge, since it also need to keep track of different driver versions (i.e. the Matrox G400 drivers gave me a headache).

Best regards,

LG http://www.opengl.org/discussion_boards/ubb/biggrin.gif

pocketmoon
06-01-2001, 01:24 AM
There was a lists available at
http://www.reactorcritical.com/

which detailed OpenGl Capabilities across a wide range of card.

I have the page offline but the link is down.
I can email you data if you wish

Rob http://www.pocketmoon.com

lgrosshennig
06-01-2001, 02:43 AM
Hm yeah thats a good start.

However not all of the features listed there actually work the way you would expect.

Regards,

LG http://www.opengl.org/discussion_boards/ubb/biggrin.gif

ET3D
06-01-2001, 03:27 AM
I think that if the cards are still being sold (even old supported ones, like the Rage Pro family), then some of these issues should be reported, and hopefully fixed, since they sound like bugs.

Also note that all cards support stencil using software rendering, and there's no simply way to know if you're using software rendering or not (for example, GeForce family in 16 bit mode will use software rendering when stencil is enabled).

jorritTyberghein
06-01-2001, 09:24 AM
Originally posted by pocketmoon:
I can email you data if you wish

Rob


Yes, I'm very interested in that list. Can you mail it to jorrit.tyberghein@pandora.be please?

Thanks!