Skip to content
  • Emmanuele Bassi's avatar
    gdk/x11: Add conditional support for EGL-X11 · e4280ea1
    Emmanuele Bassi authored
    On certain platforms we need to use EGL X11 and OpenGL ES if we want to
    get through to the hardware accelerate GL driver, and avoid the software
    rasterizer inside Mesa.
    
    Since this is a per-platform decision that cannot be resolved at run
    time, we need to add a configure-time option that switches from GLX to
    the X11 native support for EGL.
    e4280ea1