зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150668
- Assume EXT_texture_format_BGRA8888 supported on Android emulator; r=jgilbert
This commit is contained in:
Родитель
8c20d6ac92
Коммит
e0c20bfe1b
|
@ -1674,6 +1674,9 @@ GLContext::InitExtensions()
|
|||
// doesn't expose the OES_rgb8_rgba8 extension, but it seems to
|
||||
// support it (tautologically, as it only runs on desktop GL).
|
||||
MarkExtensionSupported(OES_rgb8_rgba8);
|
||||
// there seems to be a similar issue for EXT_texture_format_BGRA8888
|
||||
// on the Android 4.3 emulator
|
||||
MarkExtensionSupported(EXT_texture_format_BGRA8888);
|
||||
}
|
||||
|
||||
if (Vendor() == GLVendor::VMware &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче