diff options
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; |