summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_xform.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-17 21:01:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-17 21:01:25 +0000
commit5a9026c65d260dc185e072163999f5d810015108 (patch)
tree250630676f5a7493292cb378def17f3105f046c7 /src/mesa/math/m_xform.h
parent9e83e8c790d8b612a7256c630f6ff7e063faaccb (diff)
Minor header file changes to silence warnings.
Added _mesa_enable_sw_extensions(), called by software-only drivers to enable all s/w-supported GL extensions.
Diffstat (limited to 'src/mesa/math/m_xform.h')
-rw-r--r--src/mesa/math/m_xform.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/math/m_xform.h b/src/mesa/math/m_xform.h
index 1c6ac461e8..7fc5be3ab1 100644
--- a/src/mesa/math/m_xform.h
+++ b/src/mesa/math/m_xform.h
@@ -1,4 +1,4 @@
-/* $Id: m_xform.h,v 1.1 2000/11/16 21:05:41 keithw Exp $ */
+/* $Id: m_xform.h,v 1.2 2000/11/17 21:01:49 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -34,6 +34,7 @@
#include "glheader.h"
#include "config.h"
+#include "math/math.h"
#include "math/m_vector.h"
#include "math/m_matrix.h"
@@ -78,7 +79,8 @@ extern void gl_transform_vector( GLfloat u[4],
const GLfloat m[16] );
-extern void gl_init_transformation( void );
+extern void
+_math_init_transformation( void );
/* KW: Clip functions now do projective divide as well. The projected