summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_context.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-09 12:08:25 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-09 12:08:25 +0100
commit5655f8d42d919270791588162399ac7a2c718733 (patch)
treeb21c4ba42fc71f0654147b977e5b710f2db91557 /src/gallium/drivers/nvc0/nvc0_context.h
parent548967f9faef8b4f3713e20c29b85cea3149e91d (diff)
nvc0: support primitive restart
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_context.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_context.h b/src/gallium/drivers/nvc0/nvc0_context.h
index 0d884459f3..1b2f96429b 100644
--- a/src/gallium/drivers/nvc0/nvc0_context.h
+++ b/src/gallium/drivers/nvc0/nvc0_context.h
@@ -73,6 +73,7 @@ struct nvc0_context {
struct {
uint32_t instance_bits;
uint32_t instance_base;
+ boolean prim_restart;
uint8_t num_vtxbufs;
uint8_t num_vtxelts;
uint8_t num_textures[5];