• Instanced Rendering in OpenGL es 3.0
    i was trying to develop a test case for instanced rendering. I am trying to render multiple cubes using glDrawArraysInstanced() as well as glDrawArrays(). but the offset values passed in glDrawArraysInstanced...
  • Mali t628
    Hello everyone! I have a Odroid xu4 motherboard and it has the mali t628 gpu, I installed the latest driver on android but it doesn't show AEP Support (Andriod Extension Pack) and I'm actually confused...
  • a problem with texture2D on Mali gpu, opengl es 2.0
    there is a common 4 channel per byte texture, used as an offset map. Which means, r and b channel act as x-axis offset, g and a channel act as y-axis offset. so I need to convert a float [-1, 1] into...
  • 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...
  • OpenGL ES 2.0 problems