diff options
author | Roland Scheidegger <[email protected]> | 2007-11-09 14:46:59 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2007-11-09 14:46:59 +0100 |
commit | 86a4810b09097714942bf2b889e6c62357bba931 (patch) | |
tree | b059eaa42fa5fa1c84608e8072843c003997199d /src/mesa/shader/nvprogram.h | |
parent | d34caddb4e62296f80792998ce0a42b07f919361 (diff) |
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
these should be the same functions (as per spec).
Diffstat (limited to 'src/mesa/shader/nvprogram.h')
-rw-r--r-- | src/mesa/shader/nvprogram.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/shader/nvprogram.h b/src/mesa/shader/nvprogram.h index dcea7727e04..bfac165b5ed 100644 --- a/src/mesa/shader/nvprogram.h +++ b/src/mesa/shader/nvprogram.h @@ -70,18 +70,6 @@ extern void GLAPIENTRY _mesa_LoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte *program); extern void GLAPIENTRY -_mesa_ProgramParameter4dNV(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w); - -extern void GLAPIENTRY -_mesa_ProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble *params); - -extern void GLAPIENTRY -_mesa_ProgramParameter4fNV(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); - -extern void GLAPIENTRY -_mesa_ProgramParameter4fvNV(GLenum target, GLuint index, const GLfloat *params); - -extern void GLAPIENTRY _mesa_ProgramParameters4dvNV(GLenum target, GLuint index, GLuint num, const GLdouble *params); extern void GLAPIENTRY |