diff options
author | Corbin Simpson <[email protected]> | 2010-01-19 18:09:28 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-19 18:15:17 -0800 |
commit | d4a3f7d3ca377b77aa8c268037740a5372a2bdbd (patch) | |
tree | 72a98dd5d47339f53b28e3a88e0d087ad8c4d180 /src/gallium/drivers/r300/r300_context.c | |
parent | fcbd285e421903ee0a65f19f5d633b25b5923c24 (diff) |
r300g: Move GB_AA_CONFIG to its eventual new home.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 67ddec140a8..3bf9c8b18dc 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -129,13 +129,13 @@ static void r300_setup_atoms(struct r300_context* r300) * an upper bound on each atom, to keep the emission machinery from * underallocating space. */ make_empty_list(&r300->atom_list); - R300_INIT_ATOM(invariant, 73); + R300_INIT_ATOM(invariant, 71); R300_INIT_ATOM(ztop, 2); R300_INIT_ATOM(blend, 8); R300_INIT_ATOM(blend_color, 3); R300_INIT_ATOM(clip, 29); R300_INIT_ATOM(dsa, 8); - R300_INIT_ATOM(rs, 22); + R300_INIT_ATOM(rs, 25); R300_INIT_ATOM(scissor, 3); R300_INIT_ATOM(viewport, 9); } |