summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_winsys.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 23:37:52 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 23:37:52 +0000
commit220566d8dc4ff023ef833fd6519ab7b187e598d2 (patch)
treebb44de215254fc33b4ae0b1a565fe0cf462afbca /src/gallium/drivers/i965/brw_winsys.h
parente84e86ecb2e83b756a0153d315f946d60d695a54 (diff)
i965g: consolidate some includes
Diffstat (limited to 'src/gallium/drivers/i965/brw_winsys.h')
-rw-r--r--src/gallium/drivers/i965/brw_winsys.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_winsys.h b/src/gallium/drivers/i965/brw_winsys.h
index b2ba3e86f9..f5ce9d13d7 100644
--- a/src/gallium/drivers/i965/brw_winsys.h
+++ b/src/gallium/drivers/i965/brw_winsys.h
@@ -27,6 +27,7 @@
#define BRW_WINSYS_H
#include "pipe/p_compiler.h"
+#include "pipe/p_error.h"
struct brw_winsys;
struct pipe_fence_handle;
@@ -123,9 +124,9 @@ struct brw_winsys_screen {
/* XXX: couldn't this be handled by returning true/false on
* bo_emit_reloc?
*/
- boolean (*check_aperture_space)( struct brw_winsys_screen *iws,
- struct brw_winsys_buffer **buffers,
- unsigned count );
+ enum pipe_error (*check_aperture_space)( struct brw_winsys_screen *iws,
+ struct brw_winsys_buffer **buffers,
+ unsigned count );
/**
* Map a buffer.