summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-09-01 13:04:42 -0400
committerJerome Glisse <jglisse@redhat.com>2010-09-01 13:04:42 -0400
commit15ce70252c5357081a61f3494261c7e343174301 (patch)
tree896ad87c15a6aad2bf40cca8e69ab2e25420e152 /src/gallium/drivers/r600/r600_context.h
parent4a955ab6b78e3b3a4cdd54dc933715f0dafbe7f4 (diff)
Revert "Revert "r600g: precompute some of the hw state""
This reverts commit 1fa7245c348cb7aced81f1672140f64cb6450e2f. Conflicts: src/gallium/drivers/r600/r600_state.c
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r--src/gallium/drivers/r600/r600_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h
index d96d5b513f..e9495f0017 100644
--- a/src/gallium/drivers/r600/r600_context.h
+++ b/src/gallium/drivers/r600/r600_context.h
@@ -121,7 +121,7 @@ struct r600_context_hw_states {
struct radeon_state *config;
struct radeon_state *cb_cntl;
struct radeon_state *db;
- struct radeon_state *ucp[6];
+ struct radeon_state *ucp;
unsigned ps_nresource;
unsigned ps_nsampler;
struct radeon_state *ps_resource[160];