summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-26 19:38:16 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-26 19:38:16 -0700
commit87a8a339d7c8973168ffb5e5506f7ec4b3a524ba (patch)
tree7e943250b725030fcac0cefabf2773311063cfa0 /src/mesa/pipe/cell/common.h
parent419a5cca34d931e61587eaeb8d32a44b415c43ad (diff)
Cell: added support for inlined vertex buffers.
Small prims are now self-contained in batch buffers when space allows.
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index bdde166630..0b63ed39be 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -128,6 +128,7 @@ struct cell_command_render
const ushort *index_data;
float xmin, ymin, xmax, ymax;
boolean inline_indexes;
+ boolean inline_verts;
} ALIGN16_ATTRIB;