Skip to content
Snippets Groups Projects
Olivier Fourdan's avatar
Olivier Fourdan authored
The documentation for `EXT_texture_from_pixmap` states that a
compositor should bind and release the texture each time:

    [...]
    glXBindTexImageEXT()

    <Do rendering/compositing>

    glXReleaseTexImageEXT()
    [...]

Fix the compositor to adhere to the specification.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
e5462de3
History
Name Last commit Last update
..