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 14:41:33 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-09 14:41:33 +0100
commit2bb377ee02cc956cb3328b6f13320ac709987dd0 (patch)
tree8a5daef6dfb98e2c5e05f491c4027c1a5ab0cfc5 /src/gallium/drivers/nvc0/nvc0_context.h
parent7fa7229560d1f3be17199685b34ab254afada24f (diff)
nvc0: index buffers are back
Probably because long methods are gone index buffers must be explicit again.
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 61a9b88878..d0f78a564d 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;
+ int32_t index_bias;
boolean prim_restart;
uint8_t num_vtxbufs;
uint8_t num_vtxelts;