summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-03-01 19:02:29 +0100
committerMarek Olšák <maraeo@gmail.com>2011-03-01 19:10:30 +0100
commit952222e4bfa957ec386e85909097c178829b6fd1 (patch)
tree7a2c5ac0bb6fa33ae5d88be5b8bbd97159b27901 /src/gallium/drivers/r300/r300_context.h
parenta5ee80a2645648d88a95831ac12e0790eb76b68c (diff)
r300g: initialize some r500 PS3 regs
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 64b06ca7b0..6f2aab69ab 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -219,11 +219,11 @@ struct r300_vertex_stream_state {
};
struct r300_invariant_state {
- uint32_t cb[22];
+ uint32_t cb[26];
};
struct r300_vap_invariant_state {
- uint32_t cb[9];
+ uint32_t cb[11];
};
struct r300_viewport_state {