mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Robert Bragg
e96072c90a
cogl-texture: for foreign textures; always trust user geom
We now never query the width and height of the given texture object from OpenGL. The problem is that the user may be creating a Cogl texture from a texture_from_pixmap object where glTexImage2D was never called and the texture_from_pixmap spec doesn't clarify that it's reliable to query the width from OpenGL. This should address: http://bugzilla.openedhand.com/show_bug.cgi?id=1502 Thanks to Johan Bilien for reporting
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%