From: Keith Whitwell Date: Fri, 10 Aug 2007 08:55:40 +0000 (+0100) Subject: Add a printf method to winsys. Not currently used. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af25ca6e69cef93e19bfb118111ffbaedf354f03;p=mesa.git Add a printf method to winsys. Not currently used. --- diff --git a/src/mesa/pipe/softpipe/sp_winsys.h b/src/mesa/pipe/softpipe/sp_winsys.h index bc6db15d326..6f6d0f24461 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