summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-09-01 18:04:38 -0400
committerJerome Glisse <jglisse@redhat.com>2010-09-01 18:05:52 -0400
commit67234b4b42a8285a9b14da48dd113cbe2ee871fd (patch)
tree5f05e9922f972f378d08e10359b7c1d48d7af6da /src/gallium/drivers/r600/r600_context.h
parent4ff3467daf0ac07e4295c7d2e2ad3c3c8c89dff6 (diff)
r600g: refix db/cb state
Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
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 a48dca4915..eb7a64bfbd 100644
--- a/src/gallium/drivers/r600/r600_context.h
+++ b/src/gallium/drivers/r600/r600_context.h
@@ -99,7 +99,7 @@ struct r600_context_state {
union pipe_states state;
unsigned refcount;
unsigned type;
- struct radeon_state rstate;
+ struct radeon_state rstate[16];
struct r600_shader shader;
struct radeon_bo *bo;
};