• GL_OES_EGL_image_external with GLSL 3.0 shader and GLES 3.0 context?
    Hello Mali driver devs, It appears the GLSL 3.0 compiler doesn't support GL_OES_EGL_image_external extension, required by Android 3.0+ for use with SurfaceTexture. Recompilation for #version 100 instead...
  • GL_OES_EGL_image_external with GLSL 3.0 shader and GLES 3.0 context?
    Hello Mali driver devs, It appears the GLSL 3.0 compiler doesn't support GL_OES_EGL_image_external extension, required by Android 3.0+ for use with SurfaceTexture. Recompilation for #version 100 instead...
  • glMapBufferOES fails with GL_INVALID_VALUE in GLES 3.0 Emulator
    I have an OpenGL engine set up, and have added OpenGL ES support to it recently. Currently I am targeting android, and in an effort to speed up debugging I have added OpenGL ES support to the windows...
  • glMapBufferOES fails with GL_INVALID_VALUE in GLES 3.0 Emulator
    I have an OpenGL engine set up, and have added OpenGL ES support to it recently. Currently I am targeting android, and in an effort to speed up debugging I have added OpenGL ES support to the windows...
  • GL_OES_EGL_image_external
      We are using an Mali 400 and mali 450 on a device and we are trying to get the Android texture GL_OES_EGL_image_external to work with Mali based  GPU   Is there is any sample app that you can me to...