"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/os_gl.h" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

os_gl.h  (pymol-v1.8.6.0.tar.bz2):os_gl.h  (pymol-v2.1.0.tar.bz2)
skipping to change at line 22 skipping to change at line 22
#define GL_DEFAULT_SHADER_SCREEN 0xfffc #define GL_DEFAULT_SHADER_SCREEN 0xfffc
#define GL_DEFAULT_SHADER 0xfffd #define GL_DEFAULT_SHADER 0xfffd
#define GL_SHADER_LIGHTING 0xfffe #define GL_SHADER_LIGHTING 0xfffe
#define GL_SCREEN_SHADER 0xfff1 #define GL_SCREEN_SHADER 0xfff1
#define GL_RAMP_SHADER 0xfff2 #define GL_RAMP_SHADER 0xfff2
#ifndef WIN32 #ifndef WIN32
#define GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES
#endif #endif
#ifndef GLEW_NO_GLU
#define GLEW_NO_GLU
#endif
#include<GL/glew.h> #include<GL/glew.h>
#ifndef _PYMOL_OSX
#include<GL/gl.h> #include<GL/gl.h>
#include<GL/glu.h>
#include<GL/glext.h> #include<GL/glext.h>
#else
#import <OpenGL/gl.h>
#import <OpenGL/glext.h>
#endif
#define GLDOUBLEMULTMATRIX glMultMatrixd #define GLDOUBLEMULTMATRIX glMultMatrixd
#define GLDOUBLETRANSLATE glTranslated #define GLDOUBLETRANSLATE glTranslated
#ifdef PURE_OPENGL_ES_2 #ifdef PURE_OPENGL_ES_2
#define GLLIGHTMODELI(arg1, arg2) /* nothing */ #define GLLIGHTMODELI(arg1, arg2) /* nothing */
#else #else
#define GLLIGHTMODELI glLightModeli #define GLLIGHTMODELI glLightModeli
#endif #endif
 End of changes. 4 change blocks. 
1 lines changed or deleted 10 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)