summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-28 18:03:45 -0700
committerBen Skeggs <skeggsb@gmail.com>2008-02-15 13:50:24 +1100
commit7012dd9b76328b4b1f54404df1948e50f23c1fe3 (patch)
treeea029c14fed33424024e4d7e0a2effc0e0be3f65 /src/mesa/pipe/cell/common.h
parent5f54cfaba16c2ac268472e148f1e788a9d7b2a6a (diff)
Cell: compute min index referenced in draw command, use it to reduce size of vertex data payload
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index f0d48ff403..90aa46a534 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -124,6 +124,8 @@ struct cell_command_render
uint num_indexes;
uint vertex_buf; /**< which cell->buffer[] contains the vertex data */
float xmin, dummy2, ymin, xmax, ymax; /* XXX another dummy field */
+ uint dummy3;
+ uint min_index;
boolean inline_verts;
} ALIGN16_ATTRIB;