mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
2ccee98b31
When loading an RGB image GdkPixbuf will pad the rowstride so that the beginning of each row is aligned to 4 bytes. This was causing us to fallback to the code that copies the buffer. It is probably safe to avoid copying the buffer if we can detect that the rowstride is simply an alignment of the packed rowstride. This also changes the copying fallback code so that it uses the aligned rowstride. However it is now extremely unlikely that the fallback code would ever be used. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |