Skip to content

Commit d66fad5

Browse files
fftzengsys_zuul
authored andcommitted
[Autobackout][FuncReg]Revert of change: 2f0a2a4
Enable RT opt with fix Change-Id: I3e6616a940b0032c1e15a286ca4b92b1950c6edc
1 parent 10319e9 commit d66fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/igc_flags.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ DECLARE_IGC_REGKEY(bool, DisableSendSrcDstOverlapWA, false, "Disable Send Sou
209209
DECLARE_IGC_REGKEY(debugString, DisablePassToggles, 0, "Disable each IGC pass by setting the bit. HEXADECIMAL ONLY!. Ex: C0 is to disable pass 6 and pass 7.", false)
210210
DECLARE_IGC_REGKEY(bool, ForceStatelessForQueueT, true, "In OCL, force to use stateless memory to hold queue_t*. This is a legacy feature to be removed.", false)
211211
DECLARE_IGC_REGKEY(bool, ForceMemoryFenceBeforeEOT, false, "Forces inserting SLM or gloabal memory fence before EOT if shader writes to SLM or goblam memory respectively.", false)
212-
DECLARE_IGC_REGKEY(bool, EnableRTmaskPso, true, "Enable render target mask optimization in PSO opt", false)
212+
DECLARE_IGC_REGKEY(bool, EnableRTmaskPso, false, "Enable render target mask optimization in PSO opt", false)
213213

214214
DECLARE_IGC_GROUP("Shader dumping")
215215
DECLARE_IGC_REGKEY(bool, EnableCosDump, false, "Enable cos dump", true)

0 commit comments

Comments
 (0)