diff options
Diffstat (limited to 'src/gallium/drivers/iris/iris_screen.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_screen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h index 8a75374429f..a8f33dc3236 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -60,6 +60,12 @@ struct iris_screen { /** Precompile shaders at link time? (Can be disabled for debugging.) */ bool precompile; + /** driconf options and application workarounds */ + struct { + /** Dual color blend by location instead of index (for broken apps) */ + bool dual_color_blend_by_location; + } driconf; + unsigned subslice_total; struct gen_device_info devinfo; |