• Issue with half float vertex attribute/varying with OpenGL ES on Mali-T628
    When I pass half float vertex attribute directly (unmodified) to a varying, I get incorrect values in the fragment shader. This works: vTexCoord = vec2 ( 1.00001 * TextureCoordinate0.x, 1.0001 * TextureCoordinate0...
  • Issue with half float vertex attribute/varying with OpenGL ES on Mali-T628 (private)
    Hi, Attached is APK that reproduces half float texture coordinates being rendered incorrectly, after one correct frame. The sphere on the left is affected, however, cube on the right is not affected....
  • Where are the OpenGL ES emulator tutorial examples?
    I just downloaded the emulator. I am familiar with OpenGL but not ES. The download page says there are tutorial examples. I found none in the installation. It would be nice to have a few code examples...
  • Mali GLES SDK opengles_20/texts example not working on emulator in v2.4.4
    Build for emulator, then go to bin_emulator/opengles_20/texts and run texts. I only see a gray screen, but no text. All other examples work. Ubuntu 14.04.
  • Having difficulty compiling the quickstart guide examples
    Note: This was originally posted on 29th April 2013 at http://forums.arm.com Hello everyone, So I just downloaded the OpenGL ES SDK 2.1.0, and I've been trying to get through the quickstart guide examples...