diff options
author | Corbin Simpson <[email protected]> | 2010-01-10 14:29:32 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-10 23:15:04 -0800 |
commit | 46fafdd455bc1f3ee05c076b3c8c541ecd4132dc (patch) | |
tree | f4594599f9a735876c79d376276691b5db3f43c2 /src/gallium/drivers/r300/r300_context.c | |
parent | d9de848de14da5d1a3c64ee55cc271ab25ce8f59 (diff) |
r300g: Atomize rasterizer.
I want to stab things now.
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 abd5d268747..9319b5ecfc4 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -124,6 +124,7 @@ static void r300_setup_atoms(struct r300_context* r300) R300_INIT_ATOM(blend_color); R300_INIT_ATOM(clip); R300_INIT_ATOM(dsa); + R300_INIT_ATOM(rs); } struct pipe_context* r300_create_context(struct pipe_screen* screen, |