summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/matrix.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-03 20:33:27 +0000
commit08836341788a9f9d638d9dc8328510ccd18ddeb5 (patch)
tree6bd480b7f5f595c63914b1d39727d70a0f954723 /src/mesa/main/matrix.h
parent19bbfc62638b60dd1a41e84686f24483adea5b03 (diff)
downloadexternal_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.zip
external_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.tar.gz
external_mesa3d-08836341788a9f9d638d9dc8328510ccd18ddeb5.tar.bz2
lots of gl_*() to _mesa_*() namespace clean-up
Diffstat (limited to 'src/mesa/main/matrix.h')
-rw-r--r--src/mesa/main/matrix.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h
index f49a3f1..53fd29a 100644
--- a/src/mesa/main/matrix.h
+++ b/src/mesa/main/matrix.h
@@ -1,4 +1,4 @@
-/* $Id: matrix.h,v 1.10 2000/11/22 07:32:17 joukj Exp $ */
+/* $Id: matrix.h,v 1.11 2001/03/03 20:33:27 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,15 +32,6 @@
#include "mtypes.h"
-#ifdef VMS
-#define gl_calculate_model_project_matrix gl_calculate_model_project_matr
-#endif
-
-
-extern void
-gl_calculate_model_project_matrix( GLcontext *ctx );
-
-
extern void
_mesa_Frustum( GLdouble left, GLdouble right,
GLdouble bottom, GLdouble top,
@@ -109,7 +100,7 @@ extern void
_mesa_Viewport( GLint x, GLint y, GLsizei width, GLsizei height );
extern void
-gl_Viewport( GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height );
+_mesa_set_viewport( GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height );
extern void
_mesa_DepthRange( GLclampd nearval, GLclampd farval );