From 855ff47d365abfc0d97061f1084f68bcff961743 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 22 Nov 2018 02:55:27 -0800 Subject: iris: Enable precompiles --- src/gallium/drivers/iris/iris_screen.h | 3 +++ 1 file changed, 3 insertions(+) (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 aa510efed18..8bf10996c3f 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -51,6 +51,9 @@ struct iris_screen { /** Global program_string_id counter (see get_program_string_id()) */ unsigned program_id; + /** Precompile shaders at link time? (Can be disabled for debugging.) */ + bool precompile; + unsigned subslice_total; struct gen_device_info devinfo; -- cgit v1.2.3