Difference for arch/ogl/include/loadgl.h from version 1.6 to 1.7


version 1.6 version 1.7
Line 456
 
Line 456
 #define glCombinerParameteriNV dglCombinerParameteriNV   #define glCombinerParameteriNV dglCombinerParameteriNV
 #define glCombinerInputNV dglCombinerInputNV   #define glCombinerInputNV dglCombinerInputNV
 #define glCombinerOutputNV dglCombinerOutputNV   #define glCombinerOutputNV dglCombinerOutputNV
   #define glFinalCombinerInputNV dglFinalCombinerInputNV
    
 #ifdef WIN32   #ifdef WIN32
 #define wglCopyContext dwglCopyContext   #define wglCopyContext dwglCopyContext
Line 826
 
Line 827
 typedef void (OGLFUNCCALL *glCombinerParameteriNV_fp)(GLenum, GLint);   typedef void (OGLFUNCCALL *glCombinerParameteriNV_fp)(GLenum, GLint);
 typedef void (OGLFUNCCALL *glCombinerInputNV_fp)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum);   typedef void (OGLFUNCCALL *glCombinerInputNV_fp)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum);
 typedef void (OGLFUNCCALL *glCombinerOutputNV_fp)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean);   typedef void (OGLFUNCCALL *glCombinerOutputNV_fp)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean);
   typedef void (OGLFUNCCALL *glFinalCombinerInputNV_fp)(GLenum, GLenum, GLenum, GLenum);
    
 #ifdef WIN32   #ifdef WIN32
 typedef BOOL  (OGLFUNCCALL *wglCopyContext_fp)(HGLRC, HGLRC, UINT);   typedef BOOL  (OGLFUNCCALL *wglCopyContext_fp)(HGLRC, HGLRC, UINT);
Line 1193
 
Line 1195
 DEFVAR glMultiTexCoord2fSGIS_fp dglMultiTexCoord2fSGIS;   DEFVAR glMultiTexCoord2fSGIS_fp dglMultiTexCoord2fSGIS;
 DEFVAR glSelectTextureSGIS_fp dglSelectTextureSGIS;   DEFVAR glSelectTextureSGIS_fp dglSelectTextureSGIS;
 DEFVAR glColorTableEXT_fp dglColorTableEXT;   DEFVAR glColorTableEXT_fp dglColorTableEXT;
   DEFVAR glCombinerParameteriNV_fp dglCombinerParameteriNV;
   DEFVAR glCombinerInputNV_fp dglCombinerInputNV;
   DEFVAR glCombinerOutputNV_fp dglCombinerOutputNV;
   DEFVAR glFinalCombinerInputNV_fp dglFinalCombinerInputNV;
    
 #ifdef WIN32   #ifdef WIN32
 DEFVAR wglCopyContext_fp dwglCopyContext;   DEFVAR wglCopyContext_fp dwglCopyContext;
Line 2014
 
Line 2020
  dglCombinerParameteriNV = NULL;    dglCombinerParameteriNV = NULL;
  dglCombinerInputNV = NULL;    dglCombinerInputNV = NULL;
  dglCombinerOutputNV = NULL;    dglCombinerOutputNV = NULL;
    dglFinalCombinerInputNV = NULL;
    
 #ifdef WIN32   #ifdef WIN32
  dwglCopyContext = NULL;    dwglCopyContext = NULL;

Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7