mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
95642d05a6
Cogl shares some GL functions between the GLES and the big GL drivers. Namely, it shares _cogl_driver_gl_context_init and _cogl_driver_gl_context_deinit between these two drivers. The plot twist is: even though these functions are shared and their prototypes are in cogl-util-gl-private.h, they're actually implemented inside cogl-driver-gl.c, which is strictly only about the big GL driver. This is problematic when building Mutter on ARM v7, where we need to disable OpenGL, but keep GLES enabled. Fix this by moving the shared GL functions to a shared GL file. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1151 |
||
---|---|---|
.. | ||
cogl | ||
cogl-pango | ||
cogl-path | ||
test-fixtures | ||
tests | ||
.gitignore | ||
cogl-config.h.meson | ||
cogl-mutter-config.h.in | ||
config-custom.h | ||
meson.build |