mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 20:53:54 +00:00

This moves the GLX specific code from cogl-texture-pixmap-x11.c into cogl-winsys-glx.c. If we want the winsys components to by dynamically loadable then we can't have GLX code scattered outside of cogl-winsys-glx.c. This also sets us up for supporting the EGL_texture_from_pixmap extension which is almost identical to the GLX_texture_from_pixmap extension.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%