Skip to content

Commit 369917d

Browse files
jsantillan2017igcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 911c6d7
Set EnableTextureLoadCoalescing to true by default Set EnableTextureLoadCoalescing to true by default
1 parent 724a3e3 commit 369917d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ DECLARE_IGC_REGKEY(bool, EnableSimplePushSizeBasedOpimization, false, "Enable th
143143
DECLARE_IGC_REGKEY(bool, DisableConstantCoalescing, false, "Setting this to 1/true adds a compiler switch to disable constant coalesing", false)
144144
DECLARE_IGC_REGKEY(bool, DisableConstantCoalescingOutOfBoundsCheck, false, "Setting this to 1/true adds a compiler switch to disable constant coalesing out of bounds check", false)
145145
DECLARE_IGC_REGKEY(bool, DisableConstantCoalescingOfStatefulNonUniformLoads, false, "Disable merging non-uniform loads from stateful buffers. Note: does not affect merging to sampler loads", false)
146-
DECLARE_IGC_REGKEY(bool, EnableTextureLoadCoalescing, true, "Enable merging non-uniform loads from bindless textures", false)
146+
DECLARE_IGC_REGKEY(bool, EnableTextureLoadCoalescing, false, "Enable merging non-uniform loads from bindless textures", false)
147147
DECLARE_IGC_REGKEY(bool, UseHDCTypedReadForAllTextures, false, "Setting this to use HDC message rather than sampler ld for texture read", false)
148148
DECLARE_IGC_REGKEY(bool, UseHDCTypedReadForAllTypedBuffers, false, "Setting this to use HDC message rather than sampler ld for buffer read", false)
149149
DECLARE_IGC_REGKEY(bool, DisableUniformTypedAccess, false, "Setting this will disable uniform typed access handling", false)

0 commit comments

Comments
 (0)