summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_context.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-19 21:38:42 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-19 21:38:42 +0100
commitf0f1cce9622d0bd21882071654733a6e5d41e7b0 (patch)
treeeff424c11def1a095b40906d3de2b8c2903f182b /src/gallium/drivers/nvc0/nvc0_context.h
parent99f9a9727ca315e4ee4371fc05be4798ffb46214 (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.h2
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 26263309d8..0ea18d74ee 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;