summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-26 18:30:44 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-26 18:30:44 -0700
commit1bab5bd24e09b6e11cd99f989bb00c587119aed2 (patch)
tree9ba5e241ea2ac4ea7f09e4dab7ef1fd307b56d5d /src/mesa/pipe/cell/common.h
parent8dc597290813f58e2f2b7ddcb4ad762ea379c1f7 (diff)
Cell: added support for inlined indexes
If there's room in the batch buffer after the rendering command to accomodate the indexes, put them there rather than in a separate buffer.
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 e925299119..e955bb9ec5 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -124,6 +124,7 @@ struct cell_command_render
const void *vertex_data;
const ushort *index_data;
float xmin, ymin, xmax, ymax;
+ boolean inline_indexes;
} ALIGN16_ATTRIB;