X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmath%2Fm_debug.h;h=6476b6de28c3ec37b672ff1f0fb242e7e1eba716;hb=fab1f07d6ad01463897ae792f4b33738afb07369;hp=de94b21f2df05f317c7ea955abe3861093fcd13e;hpb=fe69cb4b9bff800b6078ea7da5ea18bab05678d8;p=mesa.git diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h index de94b21f2df..6476b6de28c 100644 --- a/src/mesa/math/m_debug.h +++ b/src/mesa/math/m_debug.h @@ -1,10 +1,9 @@ -/* $Id: m_debug.h,v 1.1 2001/02/03 08:41:04 gareth Exp $ */ /* * Mesa 3-D graphics library * Version: 3.5 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -23,8 +22,8 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * - * Author: - * Gareth Hughes + * Authors: + * Gareth Hughes */ #ifndef __M_DEBUG_H__ @@ -32,6 +31,12 @@ 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; + #endif