From 08836341788a9f9d638d9dc8328510ccd18ddeb5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 3 Mar 2001 20:33:27 +0000 Subject: lots of gl_*() to _mesa_*() namespace clean-up --- src/mesa/main/matrix.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/mesa/main/matrix.h') diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index f49a3f1693..53fd29aa31 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 ); -- cgit v1.2.3