summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
authorConnor Abbott <cwabbott0@gmail.com>2016-09-03 00:49:58 -0400
committerConnor Abbott <cwabbott0@gmail.com>2016-09-03 00:49:58 -0400
commit356d101af35e27c7b5cdb0dbacb1152f901c085a (patch)
tree227728d837f073cc0f6eb1a6bff81d53cae95eae /src/compiler/nir
parentc62b58c2165a55c5e656efeafebc64da7acd8cca (diff)
downloadexternal_mesa3d-356d101af35e27c7b5cdb0dbacb1152f901c085a.tar.gz
external_mesa3d-356d101af35e27c7b5cdb0dbacb1152f901c085a.tar.bz2
external_mesa3d-356d101af35e27c7b5cdb0dbacb1152f901c085a.zip
nir: remove some fields from nir_shader_compiler_options
I accidentally added these with 0dc4cab. Oops!
Diffstat (limited to 'src/compiler/nir')
-rw-r--r--src/compiler/nir/nir.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 6852551cc4..c1cf94001f 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 {