X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2FjwzglesI.h;h=0f3e3e596ca6f3b2029e436839606fe985df5bad;hp=afe0b35ca91a17e720fc23ca066756e664d64b23;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/glx/jwzglesI.h b/hacks/glx/jwzglesI.h index afe0b35c..0f3e3e59 100644 --- a/hacks/glx/jwzglesI.h +++ b/hacks/glx/jwzglesI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2013 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -114,10 +114,15 @@ # define GL_V2F 0x2A20 # define GL_V3F 0x2A21 # define GL_VIEWPORT_BIT 0x00000800 +# define GL_INT 0x1404 +# define GL_DOUBLE 0x140A #endif +extern void jwzgles_reset (void); + + /* Prototypes for the things re-implemented in jwzgles.c */ @@ -284,6 +289,7 @@ extern void jwzgles_glTexParameterf (GLuint, GLuint, GLfloat); extern void jwzgles_glTexParameteri (GLuint, GLuint, GLuint); extern void jwzgles_glTexGeni (GLenum, GLenum, GLint); extern void jwzgles_glTexGenfv (GLenum, GLenum, const GLfloat *); +extern void jwzgles_glGetTexGenfv (GLenum, GLenum, GLfloat *); extern void jwzgles_glRectf (GLfloat, GLfloat, GLfloat, GLfloat); extern void jwzgles_glRecti (GLint, GLint, GLint, GLint); extern void jwzgles_glLightModelfv (GLenum, const GLfloat *);