summaryrefslogtreecommitdiff
path: root/src/mesa/math/m_debug.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-05-21 16:33:41 +0000
committerGareth Hughes <gareth@valinux.com>2001-05-21 16:33:41 +0000
commite7e38a47a8dd567fd5a848cbef09b14018fb2fe0 (patch)
treed10dc2886dbca967d560a4972f40a719489f29c5 /src/mesa/math/m_debug.h
parente9482d004f7b4bdc99312a89c33c061f31552bda (diff)
Initial commit of cliptest work. More to come shortly.
- Add debug, benchmark code. - Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions before exiting the fast math block. - Remove divide-by-zero test in x86 cliptest, and set clipped vertices to [0,0,0,1] instead of leaving them uninitialized.
Diffstat (limited to 'src/mesa/math/m_debug.h')
-rw-r--r--src/mesa/math/m_debug.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h
index 8bb2a1976d..21a8b04435 100644
--- a/src/mesa/math/m_debug.h
+++ b/src/mesa/math/m_debug.h
@@ -1,4 +1,4 @@
-/* $Id: m_debug.h,v 1.3 2001/03/12 00:48:41 gareth Exp $ */
+/* $Id: m_debug.h,v 1.4 2001/05/21 16:33:41 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,6 +32,10 @@
extern void _math_test_all_transform_functions( char *description );
extern void _math_test_all_normal_transform_functions( char *description );
+extern void _math_test_all_cliptest_functions( char *description );
+
+/* Deprecated?
+ */
extern void _math_test_all_vertex_functions( char *description );
extern char *mesa_profile;