• Martin Robinson's avatar
    gl: Do less work when acquiring and releasing devices · d1184b69
    Martin Robinson authored
    After acquiring a GL device and the same GL context, surface, and
    display combination is already active outside of Cairo, do not ask EGL
    or GLX to change the current context as that may cause a flush on some
    drivers. Also do not unset the context when releasing the device for the
    same reason.
    d1184b69
gl-device-release.c 5.93 KB