diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv30_screen.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.h b/src/gallium/drivers/nouveau/nv30/nv30_screen.h index 7b17b88097c..df11233d07a 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_screen.h +++ b/src/gallium/drivers/nouveau/nv30/nv30_screen.h @@ -38,6 +38,8 @@ struct nv30_screen { /*XXX: nvfx state */ struct nouveau_heap *vp_exec_heap; struct nouveau_heap *vp_data_heap; + + unsigned max_sample_count; }; static inline struct nv30_screen * |