Bug 1150668 - Assume EXT_texture_format_BGRA8888 supported on Android emulator; r=jgilbert

This commit is contained in:
Geoff Brown 2015-04-23 08:09:35 -06:00
Родитель 8c20d6ac92
Коммит e0c20bfe1b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 &&