nvc0: add support for VOTE tgsi opcodes
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_stateobj.h
index 8bc33c6a0e0c203e41192df9670ffd7cabed6de0..f9680f5a90f447ff6f8908a997419ea9ad6af341 100644 (file)
@@ -23,7 +23,7 @@ struct nvc0_blend_stateobj {
 struct nvc0_rasterizer_stateobj {
    struct pipe_rasterizer_state pipe;
    int size;
-   uint32_t state[44];
+   uint32_t state[42];
 };
 
 struct nvc0_zsa_stateobj {