mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Sunil Sadasivan
4abd42aced
cogl_texture_get_data() copies using wrong width size.
For sliced 2D textures, _cogl_texture_2d_sliced_get_data() uses the bitmap width, instead of the rowstride, when memcpy()ing into the dest buffer. Signed-off-by: Robert Bragg <robert@linux.intel.com>
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%