X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=jwxyz%2FjwzglesI.h;h=8f0920887bc08108fa781b3e378472679712c820;hp=dc71b075db33c4c60281b413395ea41df57a220a;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hpb=78add6e627ee5f10e1fa6f3852602ea5066eee5a diff --git a/jwxyz/jwzglesI.h b/jwxyz/jwzglesI.h index dc71b075..8f092088 100644 --- a/jwxyz/jwzglesI.h +++ b/jwxyz/jwzglesI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012-2015 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2018 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 @@ -204,6 +204,7 @@ extern void jwzgles_glViewport (GLuint, GLuint, GLuint, GLuint); extern void jwzgles_glTranslatef (GLfloat, GLfloat, GLfloat); extern void jwzgles_glRotatef (GLfloat, GLfloat, GLfloat, GLfloat); extern void jwzgles_glRotated (GLdouble, GLdouble x, GLdouble y, GLdouble z); +extern void jwzgles_glReadBuffer (GLuint); extern void jwzgles_glScalef (GLfloat, GLfloat, GLfloat); extern void jwzgles_glColor3f (GLfloat, GLfloat, GLfloat); extern void jwzgles_glColor4f (GLfloat, GLfloat, GLfloat, GLfloat); @@ -289,6 +290,10 @@ extern void jwzgles_glCopyTexImage2D (GLenum target, GLint level, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); +extern void jwzgles_glCopyTexSubImage2D (GLenum target, GLint level, + GLint xoff, GLint yoff, + GLint x, GLint y, + GLsizei width, GLsizei height); extern void jwzgles_glInterleavedArrays (GLenum, GLsizei, const GLvoid *); extern void jwzgles_glTexEnvf (GLuint, GLuint, GLfloat); extern void jwzgles_glTexEnvi (GLuint, GLuint, GLuint);