diff options
author | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-15 15:54:40 +0000 |
commit | 6feea7e6cdde235d7e3727c4155ca9f8d90df3ca (patch) | |
tree | a076f2c272c1ece006576805a07b484bbe614a07 /mesalib/src/mesa/main/viewport.h | |
parent | 175af178d1500ccafa7e7026959c138f5b8d9312 (diff) | |
download | vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.gz vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.tar.bz2 vcxsrv-6feea7e6cdde235d7e3727c4155ca9f8d90df3ca.zip |
mesalib git update 14/1/2011
Diffstat (limited to 'mesalib/src/mesa/main/viewport.h')
-rw-r--r-- | mesalib/src/mesa/main/viewport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/viewport.h b/mesalib/src/mesa/main/viewport.h index 757c28116..2f66c6a67 100644 --- a/mesalib/src/mesa/main/viewport.h +++ b/mesalib/src/mesa/main/viewport.h @@ -43,6 +43,9 @@ _mesa_set_viewport(struct gl_context *ctx, GLint x, GLint y, extern void GLAPIENTRY
_mesa_DepthRange(GLclampd nearval, GLclampd farval);
+extern void GLAPIENTRY
+_mesa_DepthRangef(GLclampf nearval, GLclampf farval);
+
extern void
_mesa_init_viewport(struct gl_context *ctx);
|