projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62b58c
)
nir: remove some fields from nir_shader_compiler_options
author
Connor Abbott
<cwabbott0@gmail.com>
Sat, 3 Sep 2016 04:49:58 +0000
(
00:49
-0400)
committer
Connor Abbott
<cwabbott0@gmail.com>
Sat, 3 Sep 2016 04:49:58 +0000
(
00:49
-0400)
I accidentally added these with
0dc4cab
. Oops!
src/compiler/nir/nir.h
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir.h
b/src/compiler/nir/nir.h
index 6852551cc45cf8768fba2fd8601046517b0d4165..c1cf94001f6540540f7d9d9262f43fa8c713b891 100644
(file)
--- 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 {