gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_stateobj.h
index 0686c52fd0cabd3dd393f527490db22c423f03e2..b508000bdabd02ccfe63638495e855acf4cc6b37 100644 (file)
@@ -25,7 +25,7 @@ struct nvc0_blend_stateobj {
 struct nvc0_rasterizer_stateobj {
    struct pipe_rasterizer_state pipe;
    int size;
-   uint32_t state[39];
+   uint32_t state[41];
 };
 
 struct nvc0_zsa_stateobj {