radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index 2be5f338bb36e49c93a2442aa991848c535a446a..5b09bb2b90f3339872e802ec9f9b81323df28593 100644 (file)
@@ -888,6 +888,7 @@ struct si_context {
        struct blitter_context          *blitter;
        void                            *noop_blend;
        void                            *noop_dsa;
+       void                            *discard_rasterizer_state;
        void                            *custom_dsa_flush;
        void                            *custom_blend_resolve;
        void                            *custom_blend_fmask_decompress;