• Use of EGL_IMAGE_PRESERVED_KHR in eglCreateImageKHR.
    Hi, I am trying to create a sample application where i am trying to use a EGLImage as texture. The EGLImage is created from a native pixmap using eglCreateImageKHR . Most of the open source sample codes...
  • X11 eglCreateImageKHR implementation
    Hi, While working with gnome-shell (X11, cogl & mutter doing window compositing) we see a strange issue when eglCreateImageKHR() is used to get an OpenGLESv2 texture of an X11 window pixmap. We are working...
  • About argument specification of eglCreateImageKHR ()
    When using MALI-T 820, what should be specified for the fourth argument of eglCreateImageKHR(), EGLClientBuffer buffer? We have confirmed that eglCreateImageKHR() is supported as an OpenGL extension....
  • MALI-400 : eglCreateImageKHR, EGL_GL_TEXTURE_2D_KHR and updating textures with the CPU
    Hello everybody, I'm currently struggling with the said system.Is there somewhere a *full* sample code for Linux that does create an EGLImage for a texture and demonstrates how to update it with the CPU...
  • PKM header format
    Note: This was originally posted on 28th March 2012 at http://forums.arm.com Hi, I am having a texture compressed with pkm file format (ETC compression). I need to decode the pkm header to get the info...