nv50: add depth bounds test support
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_stateobj.h
index 853df5497ec03ef054b42ec7ad7d13f111f8f9ec..cf75d1eb11b1251f01e7a93626be28b03a44f3d9 100644 (file)
@@ -31,7 +31,7 @@ struct nv50_rasterizer_stateobj {
 struct nv50_zsa_stateobj {
    struct pipe_depth_stencil_alpha_state pipe;
    int size;
-   uint32_t state[29];
+   uint32_t state[34];
 };
 
 struct nv50_constbuf {