From 6cb5b3475d0d4a40479702e93b3c6a7a4129bb41 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 5 Dec 2002 04:51:57 +0000 Subject: added _mesa_print_texunit_state() for debugging --- src/mesa/main/texstate.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/texstate.h') diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index 6950b21129..343f289d82 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -1,8 +1,8 @@ -/* $Id: texstate.h,v 1.9 2002/06/17 23:36:31 brianp Exp $ */ +/* $Id: texstate.h,v 1.10 2002/12/05 04:51:57 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 5.1 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -35,6 +35,9 @@ extern void _mesa_copy_texture_state( const GLcontext *src, GLcontext *dst ); +extern void +_mesa_print_texunit_state( GLcontext *ctx, GLuint unit ); + /*** Called from API ***/ -- cgit v1.2.3