i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
index 65a74784642417033a2f82eb0c780ec4e5d54b41..410641f5d944f06f456eae274cbf1ad5aec579c8 100644 (file)
@@ -397,6 +397,7 @@ struct brw_wm_prog_data {
    bool computed_stencil;
 
    bool early_fragment_tests;
+   bool post_depth_coverage;
    bool dispatch_8;
    bool dispatch_16;
    bool dual_src_blend;