• ARM Mali Performance Counter Access
    Hi everyone! I am new to the community! I am currently doing some research on the ARM mali GPU with the Odroid-XU3 board. I read from here: Mali Midgard Family Performance Counters   that I can actually...
  • SimpleProject (Simple OpenGL ES 2.0 Example) expected performance?
    Note: This was originally posted on 5th September 2012 at http://forums.arm.com Hi, I am running the SimpleProject sample code posted here ( http://www.malidevel...-code/index.php ), on a Origen development...
  • Performance issue with using EBO
    Hello! We have a some performance issue in our game application with landscape rendering. Rendering is as follows: vertices represented as 16 static VBO, every frame we generate indices and flush it to...
  • Note 5 - still struggling for performance (GLES2.0, Java app)
    For the best part of a year, on and off, I've been trying without success to get some semblance of decent performance out of some of our Android test devices. The Note 5 has been particularly reluctant...
  • glMapBufferRange and glUnmapBuffer performance on the Mali-T880
    Hello all, I'm currently using glMapBufferRange to update a trippled buffered UBO in instanced rendering, but I'm noticing that calling glUnmapBuffer is taking ~0.5ms of CPU time, despite calling...