diff options
author | Christoph Bumiller <[email protected]> | 2010-12-09 12:08:25 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-12-09 12:08:25 +0100 |
commit | 5655f8d42d919270791588162399ac7a2c718733 (patch) | |
tree | b21c4ba42fc71f0654147b977e5b710f2db91557 /src/gallium/drivers/nvc0/nvc0_context.h | |
parent | 548967f9faef8b4f3713e20c29b85cea3149e91d (diff) |
nvc0: support primitive restart
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 0d884459f33..1b2f96429b8 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]; |