livecode icon indicating copy to clipboard operation
livecode copied to clipboard

[[ Bug 23237 ]] Ensure Android EGL configuration supports GLES 3.x

Open livecodeian opened this issue 4 years ago • 3 comments

This patch updates the android OpenGLView class to request an EGL configuration that supports GLES 3.x. This prevents a crash in the Android x86 emulator when attempting to use gl functions that are not supported by the default configuration.

Fixes https://quality.livecode.com/show_bug.cgi?id=23237

livecodeian avatar Jun 17 '21 12:06 livecodeian

@livecode-vulcan review ok e7c088c

runrevmark avatar Jun 30 '21 07:06 runrevmark

💙 review by @runrevmark ok e7c088c50c93fef6295aa18d03e747d9b4566438

livecode-vulcan avatar Jun 30 '21 07:06 livecode-vulcan

😎 test success e7c088c50c93fef6295aa18d03e747d9b4566438

  • try-community-armv6-android-sdk26_ndk16r15: success
  • try-community-armv7-android-ndk16r15: success
  • try-community-arm64-android-ndk16r15: success
  • try-community-x86-android-ndk16r15: success
  • try-community-x86_64-android-ndk16r15: success
  • try-community-js-emscripten-sdk1.35: success
  • try-community-universal-ios-iphoneos14.5: success
  • try-community-universal-ios-iphoneos14.4: success
  • try-community-universal-ios-iphonesimulator14.5: success
  • try-community-universal-ios-iphonesimulator14.4: success
  • try-community-universal-mac-macosx10.9: success
  • try-community-x86-linux-debian8: success
  • try-community-x86_64-linux-debian8: success
  • try-community-x86-win32: success
  • try-community-x86_64-win32: success

livecode-vulcan avatar Jun 30 '21 09:06 livecode-vulcan