From 5960105ca35d5f51ef3881d201faf2cda99ead0c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Apr 2003 02:33:08 +0000 Subject: Added arbprogram.c to Makefiles. Added display list support for GL_NV_fragment_program. Assorted clean-ups. --- src/mesa/main/nvprogram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/nvprogram.h') diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h index bc5118dbc2..c9b8a838d9 100644 --- a/src/mesa/main/nvprogram.h +++ b/src/mesa/main/nvprogram.h @@ -1,5 +1,3 @@ -/* $Id: nvprogram.h,v 1.7 2003/04/17 01:48:20 brianp Exp $ */ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -147,6 +145,7 @@ extern void _mesa_GetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte *name, GLdouble *params); +#if 0 extern void _mesa_ProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); @@ -171,6 +170,7 @@ _mesa_GetProgramLocalParameterfvARB(GLenum target, GLuint index, extern void _mesa_GetProgramLocalParameterdvARB(GLenum target, GLuint index, GLdouble *params); +#endif #endif -- cgit v1.2.3