summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapitable.h
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-02-03 09:35:17 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-02-03 09:35:17 +0000
commitcd8e492c558c2fee3b2a837e5e68aaa2a9fd2cf8 (patch)
tree9350dcd74fd32a1a15cdc0bbd5865372cc37d853 /src/mesa/glapi/glapitable.h
parentab8de7b678f2e1954ef83e7339d388c8f2f55a4f (diff)
Committing in .
Updates effective and needed for VMS only Modified Files: Mesa/src/descrip.mms Mesa/src/glapitable.h ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/glapi/glapitable.h')
-rw-r--r--src/mesa/glapi/glapitable.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h
index 3d2c1e7efa..371581bec9 100644
--- a/src/mesa/glapi/glapitable.h
+++ b/src/mesa/glapi/glapitable.h
@@ -1,4 +1,4 @@
-/* $Id: glapitable.h,v 1.7 2000/01/31 22:52:50 brianp Exp $ */
+/* $Id: glapitable.h,v 1.8 2000/02/03 09:35:17 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -714,6 +714,10 @@ struct _glapi_table
/* 65. GL_SGIX_fog_offset - no functions */
/* 66. GL_HP_image_transform */
+#ifdef VMS
+#define glGetImageTransformParameterfvHP glGetImageTransformParameterfvH
+#define glGetImageTransformParameterivHP glGetImageTransformParameterivH
+#endif
void (*GetImageTransformParameterfvHP)(GLenum, GLenum, GLfloat *);
void (*GetImageTransformParameterivHP)(GLenum, GLenum, GLint *);
void (*ImageTransformParameterfHP)(GLenum, GLenum, const GLfloat);