The Khan Artist said:
IIRC, Glide is a subset of OpenGL.
Err that's why they distribute that nifty 3dfxOGL.dll that has Glide3x.dll as a dependancy? I must be confused by this
No it's not an OGL subset 3dfxOGL.dll supports a subset of OGL however that's called 'miniGL' ask Pete Bernadete about this..

It's not very compatible and they do nasty things with Textures (that are kind of silly such as convert a texture to floating point then convert it for glide and send it to glide in the same format it was assumed that people would only load textures rarely.. which is not the case with the PSX

).
Anyhow Not a big deal I suppose someone daring could try and write a new 3dfxOGL.dll to give 3dFX OGL 1.2 support (instead of lame 1.1).
Though it might be a lot faster to just skip supporting glide and use those Glide Drivers as a template for a direct OGL plugin for 3dFX hardware.. at the moment I'll stick with SIMPLE stuff
Cyb