From 356d101af35e27c7b5cdb0dbacb1152f901c085a Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Sat, 3 Sep 2016 00:49:58 -0400 Subject: [PATCH] nir: remove some fields from nir_shader_compiler_options I accidentally added these with 0dc4cab. Oops! --- src/compiler/nir/nir.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 6852551..c1cf940 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1758,9 +1758,6 @@ typedef struct nir_shader_compiler_options { * information must be inferred from the list of input nir_variables. */ bool use_interpolated_input_intrinsics; - - bool lower_b2dx; - bool lower_b2i; } nir_shader_compiler_options; typedef struct nir_shader_info { -- 2.7.4