diff options
author | Brian Paul <[email protected]> | 2003-04-17 02:33:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-17 02:33:08 +0000 |
commit | 5960105ca35d5f51ef3881d201faf2cda99ead0c (patch) | |
tree | 50ada17e979da76b6d20a4f78e174600d5625520 /src/mesa/main/nvprogram.h | |
parent | af0c2470210632abf365b149bc81274aa7b04258 (diff) |
Added arbprogram.c to Makefiles.
Added display list support for GL_NV_fragment_program.
Assorted clean-ups.
Diffstat (limited to 'src/mesa/main/nvprogram.h')
-rw-r--r-- | src/mesa/main/nvprogram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h index bc5118dbc2b..c9b8a838d94 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 |