projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb9353
)
intel/compiler: Re-add .vs_inputs_dual_locations = true
author
Matt Turner
<mattst88@gmail.com>
Wed, 28 Feb 2018 21:25:21 +0000
(13:25 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 28 Feb 2018 21:25:21 +0000
(13:25 -0800)
Looks like a rebase mistake.
Fixes: 89fe5190a256 ("intel/compiler: Lower flrp32 on Gen11+")
src/intel/compiler/brw_compiler.c
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_compiler.c
b/src/intel/compiler/brw_compiler.c
index 34be3b705fef04694ea1385cab6978c2225a00d9..93403174922852421f1b1b638d5f190af7aa21a8 100644
(file)
--- a/
src/intel/compiler/brw_compiler.c
+++ b/
src/intel/compiler/brw_compiler.c
@@
-57,6
+57,7
@@
.lower_unpack_snorm_4x8 = true, \
.lower_unpack_unorm_2x16 = true, \
.lower_unpack_unorm_4x8 = true, \
+ .vs_inputs_dual_locations = true, \
.max_unroll_iterations = 32
static const struct nir_shader_compiler_options scalar_nir_options = {