diff options
author | Corbin Simpson <[email protected]> | 2010-02-24 20:02:59 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-02-24 20:02:59 -0800 |
commit | 686f69bd13fd2aebaa40edeb7e25e4a49b12a2bd (patch) | |
tree | bfa17a4d5eb183d4f488a1223ba04067422713d0 /src/gallium/drivers/r300/r300_context.c | |
parent | f05d4526e31bfcf238d826582317312bf0d8572d (diff) |
r300g: Atomize vertex shader.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 925873ad53d..47883589a76 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -126,6 +126,7 @@ static void r300_setup_atoms(struct r300_context* r300) R300_INIT_ATOM(viewport, 9); R300_INIT_ATOM(rs_block, 21); R300_INIT_ATOM(vertex_format, 26); + R300_INIT_ATOM(vs, 1031); /* Some non-CSO atoms need explicit space to store the state locally. */ r300->blend_color_state.state = CALLOC_STRUCT(r300_blend_color_state); |