diff options
author | Christoph Bumiller <[email protected]> | 2010-12-09 14:41:33 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-12-09 14:41:33 +0100 |
commit | 2bb377ee02cc956cb3328b6f13320ac709987dd0 (patch) | |
tree | 8a5daef6dfb98e2c5e05f491c4027c1a5ab0cfc5 /src/gallium/drivers/nvc0/nvc0_context.h | |
parent | 7fa7229560d1f3be17199685b34ab254afada24f (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.h | 1 |
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 61a9b888786..d0f78a564d7 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; |