Changeset 276568 in webkit
- Timestamp:
- Apr 25, 2021, 12:16:23 PM (5 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/libANGLE/renderer/metal/ShaderMtl.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ChangeLog
r276567 r276568 1 2021-04-25 John Cunningham <johncunningham@apple.com> 2 3 [Metal ANGLE] Temporarily remove AST validation even for debug builds 4 https://bugs.webkit.org/show_bug.cgi?id=224991 5 rdar://76299178 6 7 Reviewed by Kenneth Russell. 8 9 * src/libANGLE/renderer/metal/ShaderMtl.mm: 10 (rx::ShaderMtl::compileImplMtl): 11 1 12 2021-04-25 Kyle Piddington <kpiddington@apple.com> 2 13 -
trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/metal/ShaderMtl.mm
r275841 r276568 86 86 ShCompileOptions compileOptions) 87 87 { 88 #if defined(ANGLE_ENABLE_ASSERTS) 88 // TODO(jcunningham): Remove this workaround once correct fix to move validation to the very end is in place. 89 // See: https://bugs.webkit.org/show_bug.cgi?id=224991 90 #if defined(ANGLE_ENABLE_ASSERTS) && 0 89 91 compileOptions |= SH_VALIDATE_AST; 90 92 #endif
Note:
See TracChangeset
for help on using the changeset viewer.