gallium/tgsi: Add a helper for initializing ureg from a shader_info.
[mesa.git] / src / mesa / math / m_debug.h
index de94b21f2df05f317c7ea955abe3861093fcd13e..6c5488669c98c9b70d02b625044aee89bd858be9 100644 (file)
@@ -1,10 +1,8 @@
-/* $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"),
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
- * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- * 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.
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ * OTHER LIABILITY, WHETHER IN 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 <gareth@valinux.com>
+ * Authors:
+ *    Gareth Hughes
  */
 
 #ifndef __M_DEBUG_H__
@@ -32,6 +31,6 @@
 
 extern void _math_test_all_transform_functions( char *description );
 extern void _math_test_all_normal_transform_functions( char *description );
-extern void _math_test_all_vertex_functions( char *description );
+extern void _math_test_all_cliptest_functions( char *description );
 
 #endif