diff options
author | Keith Whitwell <[email protected]> | 2009-10-24 13:18:34 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-24 13:19:26 +0100 |
commit | 074606a806df755ecbb84e0a1182c66fd0b2a8dd (patch) | |
tree | 7a1bbe361281dbd7000cceaa813cab03585a8a8c /src/gallium/drivers/i965/brw_state.h | |
parent | 7ee60648a3696d8166d76b20156c4b43fddf9e71 (diff) |
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/brw_state.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_state.h b/src/gallium/drivers/i965/brw_state.h index b716097bfcd..02657eaba7f 100644 --- a/src/gallium/drivers/i965/brw_state.h +++ b/src/gallium/drivers/i965/brw_state.h @@ -157,7 +157,7 @@ void brw_state_cache_bo_delete(struct brw_cache *cache, struct brw_winsys_buffer /*********************************************************************** * brw_state_batch.c */ -#define BRW_BATCH_STRUCT(brw, s) intel_batchbuffer_data( brw->intel.batch, (s), sizeof(*(s)), IGNORE_CLIPRECTS) +#define BRW_BATCH_STRUCT(brw, s) brw_batchbuffer_data( brw->intel.batch, (s), sizeof(*(s)), IGNORE_CLIPRECTS) #define BRW_CACHED_BATCH_STRUCT(brw, s) brw_cached_batch_struct( brw, (s), sizeof(*(s)) ) GLboolean brw_cached_batch_struct( struct brw_context *brw, |