diff options
author | Brian Paul <[email protected]> | 2008-05-18 15:21:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-18 15:21:28 -0600 |
commit | f9e1ef2a5b7951d36db56913b1366cf65b9d0976 (patch) | |
tree | 98ceaa6969fda04b8e3770cd05e92ac041fcfed1 /src/mesa/shader/nvprogram.h | |
parent | 0bf82c0111c9d5e33ffc76be2fd0d22eea316952 (diff) |
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
these should be the same functions (as per spec).
cherry-picked from master (86a4810b09097714942bf2b889e6c62357bba931)
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 |