PyOpenGL and Nvidia GL?
Les Schaffer
schaffer at optonline.net
Thu Dec 21 10:39:13 EST 2000
More information about the Python-list mailing list
Thu Dec 21 10:39:13 EST 2000
- Previous message (by thread): Testing if a list exist
- Next message (by thread): PyOpenGL and Nvidia GL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In the mean time, if undef GL_EXT_polygon_offset, all runs well (unless that is you are running nvidia and SMP, in chich case you get random hard freezes under linux/nvidia/opengl). les schaffer *** _openglmodule.c.orig Thu Dec 7 04:27:32 2000 --- _openglmodule.c Thu Dec 21 10:37:00 2000 *************** *** 53,58 **** --- 53,60 ---- #include <windows.h> #endif #include <GL/gl.h> + #include <GL/glx.h> + #undef GL_EXT_polygon_offset #include <math.h> #ifdef NUMERIC
- Previous message (by thread): Testing if a list exist
- Next message (by thread): PyOpenGL and Nvidia GL?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list