From af25ca6e69cef93e19bfb118111ffbaedf354f03 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 10 Aug 2007 09:55:40 +0100 Subject: Add a printf method to winsys. Not currently used. --- src/mesa/pipe/softpipe/sp_winsys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa') diff --git a/src/mesa/pipe/softpipe/sp_winsys.h b/src/mesa/pipe/softpipe/sp_winsys.h index bc6db15d32..6f6d0f2446 100644 --- a/src/mesa/pipe/softpipe/sp_winsys.h +++ b/src/mesa/pipe/softpipe/sp_winsys.h @@ -50,6 +50,10 @@ struct pipe_buffer_handle; struct softpipe_winsys { + /* debug output + */ + void (*printf)( const char *, ... ); + /* The buffer manager is modeled after the dri_bugmgr interface, * but this is the subset that softpipe cares about. Remember that -- cgit v1.2.3