diff options
author | Christoph Bumiller <[email protected]> | 2011-10-21 22:58:18 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-10-21 23:00:40 +0200 |
commit | b4ecef4b1b1e3c3d7bc3a9d7811af497ace5506d (patch) | |
tree | 2ce6be3bbebc55d4e8784a7fc62d9f3db9c2cd73 /src/gallium/drivers/nvc0/nvc0_screen.h | |
parent | 3cc1dd5b8060ac2e4fc11318683720a6b6dc991a (diff) |
nvc0: handle more query types
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_screen.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_screen.h b/src/gallium/drivers/nvc0/nvc0_screen.h index cad91737f51..98a94c65c5b 100644 --- a/src/gallium/drivers/nvc0/nvc0_screen.h +++ b/src/gallium/drivers/nvc0/nvc0_screen.h @@ -27,6 +27,8 @@ struct nvc0_screen { struct nvc0_context *cur_ctx; + int num_occlusion_queries_active; + struct nouveau_bo *text; struct nouveau_bo *uniforms; struct nouveau_bo *tls; |