• OpenGL ES 2.0 Emulator
    Note: This was originally posted on 11th July 2011 at http://forums.arm.com Using a modern "Intel HD Graphics"  integrated graphics and although OpenGL Extensions Viewer (v3.3.7) claims  that I have a...
  • OpenGL ES 2.0 Emulator
    Note: This was originally posted on 11th July 2011 at http://forums.arm.com Using a modern "Intel HD Graphics"  integrated graphics and although OpenGL Extensions Viewer (v3.3.7) claims  that I have a...
  • 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...
  • 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...
  • OpenGL ES 2.0: glDrawArrays(GL_LINES, ) drawing problem on Mali-T830 GPU
    Hello Mali developers! I have Samsung Galaxy J7(2016) device with Mali-T830 GPU. The simple code with drawing of line list causes some graphics artifacts, i changed code from QT example hellogl2. Code...