From: Brian Paul Date: Fri, 7 Jan 2000 07:28:22 +0000 (+0000) Subject: added glHintPGI template X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e4ded3bc3ea312ca7b70c975386043e27c70b63;p=mesa.git added glHintPGI template --- diff --git a/src/mesa/glapi/glapitemp.h b/src/mesa/glapi/glapitemp.h index 09334fcd397..6cc9f3ad387 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 */