mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 05:52:32 +00:00
84984223c4
Without KeyedMutex we use glFinish, which is bad. We accidentally stopped asking ANGLE for KeyedMutexes during some build changes. Differential Revision: https://phabricator.services.mozilla.com/D2084 --HG-- extra : moz-landing-system : lando
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
AllowCompilerWarnings()
|
|
|
|
if CONFIG['INTEL_ARCHITECTURE']:
|
|
CXXFLAGS += CONFIG['SSE2_FLAGS']
|
|
DEFINES['__NDK_FPABI__'] = ''
|
|
DEFINES['ANGLE_SKIP_DXGI_1_2_CHECK'] = True
|
|
DEFINES['ANGLE_ENABLE_KEYEDMUTEX'] = True
|