summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_batch.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-12-23 16:01:59 +1100
committerBen Skeggs <skeggsb@gmail.com>2007-12-23 16:01:59 +1100
commit6c14cf58343135491068e96575bf4e61a6d34c87 (patch)
tree0b826725f867a706d558492ac9abf881ab06e7a5 /src/mesa/pipe/i965simple/brw_batch.h
parentbf2410ca73d1eabc7134e51855d0b603897229e4 (diff)
parent4fa7afabc966a3d37324f2f9b03e1cc466db7773 (diff)
Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_batch.h')
-rw-r--r--src/mesa/pipe/i965simple/brw_batch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/i965simple/brw_batch.h b/src/mesa/pipe/i965simple/brw_batch.h
index bef69ac871..8605d7c108 100644
--- a/src/mesa/pipe/i965simple/brw_batch.h
+++ b/src/mesa/pipe/i965simple/brw_batch.h
@@ -53,4 +53,6 @@
brw->hardware_dirty = ~0; \
} while (0)
+#define BRW_BATCH_STRUCT(brw, s) brw_batchbuffer_data( brw->winsys, (s), sizeof(*(s)))
+
#endif