Skip to content

Commit c17fc3b

Browse files
jaladreipsigcbot
authored andcommitted
Disable ForceRTShortCircuitingOR by default
Disable ForceRTShortCircuitingOR by default
1 parent 84b5fa7 commit c17fc3b

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
@@ -1050,7 +1050,7 @@ DECLARE_IGC_GROUP("Raytracing Options")
10501050
DECLARE_IGC_REGKEY(bool, ForceRTCheckInstanceLeafPtr, false, "Check MemHit::valid before loading GeometryIndex, PrimitiveIndex, etc.", true)
10511051
DECLARE_IGC_REGKEY(DWORD, RTInValidDefaultIndex, 0xFFFFFFFF, "If MemHit::valid is false, the default value to return for some intrinsics like GeometryIndex or PrimitiveIndex etc.", true)
10521052
DECLARE_IGC_REGKEY(DWORD, ForceRTCheckInstanceLeafPtrMask, 0xF, "Test only. 1: committedindex; 2: potentialindex", true)
1053-
DECLARE_IGC_REGKEY(bool, ForceRTShortCircuitingOR, true, "Only for specific test.... Short curcite OR condition if CommittedGeometryIndex is used", true)
1053+
DECLARE_IGC_REGKEY(bool, ForceRTShortCircuitingOR, false, "Only for specific test.... Short curcite OR condition if CommittedGeometryIndex is used", true)
10541054
DECLARE_IGC_REGKEY(DWORD, RTFenceToggle, 0, "Toggle fences", true)
10551055
DECLARE_IGC_REGKEY(bool, EnableLSCCacheOptimization, false, "Optimize store instructions for utilizing the LSC-L1 cache", false)
10561056
DECLARE_IGC_REGKEY(bool, EnableSingleRQMemRayStore, true, "Store RayQuery MemRay[TOP] only once.", false)

0 commit comments

Comments
 (0)