From 325e25d689baf0da56ed51c941c72a86e00ce10f Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sat, 7 Sep 2019 21:18:51 -0700 Subject: iris: Add support for the always_flush_cache=true debug option. This can be useful for debugging missing flushes. --- src/gallium/drivers/iris/iris_screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/iris/iris_screen.h') diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h index 817ef372c94..60ff15904a7 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -67,6 +67,7 @@ struct iris_screen { /** 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; -- cgit v1.2.3