diff options
author | Kenneth Graunke <[email protected]> | 2019-09-07 21:18:51 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-09-09 11:55:27 -0700 |
commit | 325e25d689baf0da56ed51c941c72a86e00ce10f (patch) | |
tree | 59c6250b4fb0e6fb0e9b475d0313ec3fa2bde7a1 /src/gallium/drivers/iris/iris_screen.h | |
parent | 366b2e5c19109762cbdb3c31ac487826b6dd903a (diff) |
iris: Add support for the always_flush_cache=true debug option.
This can be useful for debugging missing flushes.
Diffstat (limited to 'src/gallium/drivers/iris/iris_screen.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |