diff options
author | Marek Olšák <[email protected]> | 2010-04-14 04:22:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-14 04:48:19 +0200 |
commit | eb4e399ef0d7b4fbeee744e79abcb79263549f7e (patch) | |
tree | 79c6124a64d3a5bc739d549399345010325cdff1 /src/gallium/drivers/r300/r300_context.c | |
parent | 3da70606b3af1e907d56666d199957b6da0c73fe (diff) |
r300g: atomize beginning occlusion query
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 9a235baf7d7..06af2c2fd8d 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -101,6 +101,7 @@ static void r300_setup_atoms(struct r300_context* r300) * the size of 0 here. */ make_empty_list(&r300->atom_list); R300_INIT_ATOM(invariant_state, 71); + R300_INIT_ATOM(query_start, 4); R300_INIT_ATOM(ztop_state, 2); R300_INIT_ATOM(blend_state, 8); R300_INIT_ATOM(blend_color_state, is_r500 ? 3 : 2); |