diff options
author | Ilia Mirkin <[email protected]> | 2016-01-02 22:23:44 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-01-29 22:10:42 -0500 |
commit | 899b1b98a4ab094456632e08ce01ffb106519012 (patch) | |
tree | 6aef2dfdc68df5e2eaf45e9531e51f8f24973db7 /src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | |
parent | 48cf392c0e68fcfbc6ce3063b41fbacdd1f92807 (diff) |
nvc0: enable atomic counters and ssbo
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_screen.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h index 8b73102b98b..1a56177815c 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h @@ -22,6 +22,8 @@ #define NVC0_MAX_VIEWPORTS 16 +#define NVC0_MAX_BUFFERS 32 + struct nvc0_context; |