PB Nvidia libGL.so

hi,

i have a linux mandrake 7.2 , with a Nvidia Gforce2.
i m install 0.96 version of drivers for this card.

the drivers install a new libGL.so

when i make a soft , it tell the glPolygonOFFsetEXt is not in the library.

when i see with ‘strings libGL.so’ , it is not present.

if i see in the libGL.so of MESA, it’s present.

can you tell why the lib of Nvidia not implement this ??
it is normal???

thanks

it is called glPolygonOffset, and is not an extension in OpenGL 1.2. if you look for glPolygonOffset, you should find it.

Originally posted by Siigron:
it is called glPolygonOffset, and is not an extension in OpenGL 1.2. if you look for glPolygonOffset, you should find it.

In Mesa lib there are glPolygonOffset and glPolygonOffsetEXT.
glPolygonOffset , it s not a standard for OpenGL 1.2???

forget about glPolygonOffsetEXT - GL_EXT_polygon_offset is obsolet with OpenGL 1.0
You should use glPolygonOffset.

>>forget about glPolygonOffsetEXT - GL_EXT_polygon_offset is obsolet with OpenGL 1.0

Actually with 1.1.

Originally posted by Relic:
Actually with 1.1.[/b]

I mean - GL_EXT_polygon_offset AND OpenGL 1.0 are both obsolet.