• 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 problems
  • OpenGL ES 2.0 Emulator Technical Overview
    Note: This was originally posted on 18th November 2009 at http://forums.arm.com Check the OpenGL ES 2.0 Emulator technical implementation details under the documentation section for the OpenGL ES 2.0...
  • Linux OpenGLES 2.0 emulator Shared pixmap support
    Note: This was originally posted on 13th April 2010 at http://forums.arm.com I created a shared memory pixmap using MIT shm extension on X11 and the used the eglCreatePixmapSurface by passing the shm...
  • how to set triangle Vertices with opengl ES 2.0  ???
    my screen is 1920 * 1080, i want draw a cover on screen, but  triangle  pionter array only can be set -1 to 1,   can not 1 to 1920 or 1080, if i set 1 to 1920 or 1080,  its to big cover the sceen.......