aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2015-08-11 11:46:22 -0400
committerIlia Mirkin <[email protected]>2015-08-14 13:05:29 -0400
commitd4087265f656c1998e20cbe2c9b6beaff6762b76 (patch)
treeedbb94e42d4706ec4beb60c44a1aaa5690fe2178 /src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
parenta90aa54fde37cbdf162bf909a9e895b764eb41ea (diff)
nvc0: add depth bounds test support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h')
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h b/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
index 9b69bf091d0..18fcc12dea3 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h
@@ -29,7 +29,7 @@ struct nvc0_rasterizer_stateobj {
struct nvc0_zsa_stateobj {
struct pipe_depth_stencil_alpha_state pipe;
int size;
- uint32_t state[26];
+ uint32_t state[30];
};
struct nvc0_constbuf {