diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 09:55:40 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 10:15:31 +0100 |
commit | af25ca6e69cef93e19bfb118111ffbaedf354f03 (patch) | |
tree | 37519b979a78a69fffda19bd44c50587e739335b /src/mesa/pipe/softpipe/sp_winsys.h | |
parent | 6e3c01578e8669ce4ede85d5c7b94b784d136625 (diff) |
Add a printf method to winsys. Not currently used.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_winsys.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_winsys.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |