Skip to content
  • Neil Roberts's avatar
    Support for GL ES in the Clutter compositor. · ee601283
    Neil Roberts authored
    Check for whether clutter/glx/clutter-glx-texture-pixmap.h is
    available in the configure script and if not use
    ClutterX11TexturePixmap directly.
    
    glGetTexLevelParameter isn't available on GL ES so instead it checks
    whether NPOTs textures are available and assumes the next power of two
    size if not.
    ee601283