iris: Drop vtbl usage for some load_register calls
[mesa.git] / src / gallium / drivers / iris / iris_screen.h
index e8eeac07f093530f430797effa34fe2c31ececf0..60ff15904a7cd948f42089ac4124847ec93ad320 100644 (file)
@@ -66,6 +66,8 @@ struct iris_screen {
    struct {
       /** Dual color blend by location instead of index (for broken apps) */
       bool dual_color_blend_by_location;
+      bool disable_throttling;
+      bool always_flush_cache;
    } driconf;
 
    unsigned subslice_total;