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
committerBrian <brian.paul@tungstengraphics.com>2008-01-28 18:18:46 -0700
commite2406b47883d74933e74507af65695c8c7d7861a (patch)
treee18e46fcda82ef5576121b761c14a3ec1a64e5c0 /src/mesa/pipe/cell/common.h
parent25105276b38451439516928d188e07f2eb3e250e (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;