diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 20:26:41 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 20:26:41 +0000 |
commit | e18f223da710a6e1f6a08d346951ea66c6a1de99 (patch) | |
tree | 6741613369c491f2c034f41a9657e737d8ef5270 /src/gallium/drivers/i965/brw_batchbuffer.h | |
parent | 19119517ce00f7710c6cd627c75e7eef765021c2 (diff) |
i965g: hook up pipe_clear functions
Diffstat (limited to 'src/gallium/drivers/i965/brw_batchbuffer.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_batchbuffer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_batchbuffer.h b/src/gallium/drivers/i965/brw_batchbuffer.h index 04ca6265ed2..61374ffb006 100644 --- a/src/gallium/drivers/i965/brw_batchbuffer.h +++ b/src/gallium/drivers/i965/brw_batchbuffer.h @@ -1,10 +1,13 @@ #ifndef BRW_BATCHBUFFER_H #define BRW_BATCHBUFFER_H +#include "util/u_debug.h" + +#include "pipe/p_error.h" + #include "brw_types.h" #include "brw_winsys.h" #include "brw_reg.h" -#include "util/u_debug.h" #define BATCH_SZ 16384 #define BATCH_RESERVED 16 |