diff options
author | Christoph Bumiller <[email protected]> | 2012-05-16 20:52:41 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-05-17 15:24:58 +0200 |
commit | fcb28682101dfa127486373411043d5d97a0ff8f (patch) | |
tree | 178155b68e55c7d7278c70cff3569c985677d428 /src/gallium/drivers/nvc0/nvc0_screen.h | |
parent | 07323a80a258372875e61f73a4f745374bea6bda (diff) |
nv50,nvc0: handle user constbufs without wrapping them in a resource
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_screen.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_screen.h b/src/gallium/drivers/nvc0/nvc0_screen.h index 8bcc1470593..69cddf2c9b0 100644 --- a/src/gallium/drivers/nvc0/nvc0_screen.h +++ b/src/gallium/drivers/nvc0/nvc0_screen.h @@ -14,6 +14,9 @@ #define NVC0_TIC_MAX_ENTRIES 2048 #define NVC0_TSC_MAX_ENTRIES 2048 +/* doesn't count reserved slots (for auxiliary constants, immediates, etc.) */ +#define NVC0_MAX_PIPE_CONSTBUFS 14 + struct nvc0_context; struct nvc0_blitctx; |