mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
Neil Roberts
bb17fd70e2
cogl-material: Compare whether textures are equal by their GL handle
Textures within a layer were compared for equality by comparing their texture handle. However this means that sub textures and atlas textures which may be internally using the same GL handle would not be batched together. Instead it now tries to determine the underlying GL handle using either the slice override or _cogl_texture_get_gl_texture and then compares those.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%