From 1e4ded3bc3ea312ca7b70c975386043e27c70b63 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Jan 2000 07:28:22 +0000 Subject: added glHintPGI template --- src/mesa/glapi/glapitemp.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mesa/glapi/glapitemp.h b/src/mesa/glapi/glapitemp.h index 09334fcd39..6cc9f3ad38 100644 --- a/src/mesa/glapi/glapitemp.h +++ b/src/mesa/glapi/glapitemp.h @@ -1,4 +1,4 @@ -/* $Id: glapitemp.h,v 1.5 2000/01/07 06:09:05 brianp Exp $ */ +/* $Id: glapitemp.h,v 1.6 2000/01/07 07:28:22 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2933,6 +2933,13 @@ KEYWORD1 void KEYWORD2 NAME(PointParameterfvEXT)(GLenum target, const GLfloat *p } +/* 77. GL_PGI_misc_hints */ +KEYWORD1 void KEYWORD2 NAME(HintPGI)(GLenum target, GLint mode) +{ + DISPATCH_SETUP; + DISPATCH(HintPGI, (target, mode)); +} + /* 78. GL_EXT_paletted_texture */ -- cgit v1.2.3