diff options
author | Christoph Bumiller <[email protected]> | 2010-12-19 21:38:42 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-12-19 21:38:42 +0100 |
commit | f0f1cce9622d0bd21882071654733a6e5d41e7b0 (patch) | |
tree | eff424c11def1a095b40906d3de2b8c2903f182b /src/gallium/drivers/nvc0/nvc0_context.h | |
parent | 99f9a9727ca315e4ee4371fc05be4798ffb46214 (diff) |
nvc0: switch to the proper constants upload path
Makes things suddenly go surprisingly fast.
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_context.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_context.h b/src/gallium/drivers/nvc0/nvc0_context.h index 26263309d8e..0ea18d74ee3 100644 --- a/src/gallium/drivers/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nvc0/nvc0_context.h @@ -80,7 +80,7 @@ struct nvc0_context { uint8_t num_textures[5]; uint8_t num_samplers[5]; uint16_t scissor; - uint8_t uniform_buffer_bound; /* workaround */ + uint32_t uniform_buffer_bound[5]; } state; struct nvc0_blend_stateobj *blend; |