|
From: Peque <ms...@us...> - 2009-12-02 01:12:07
|
Module: performous Branch: menu Commit: b36b781156e7a4ddca064cdb9a24403ba3a90532 Author: Lasse Karkkainen <tro...@tr...> Date: Sun Nov 29 10:03:47 2009 +0200 Record the image loading issue on TODO.txt --- docs/TODO.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/docs/TODO.txt b/docs/TODO.txt index 5b57e52..2d8377e 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -105,3 +105,10 @@ performous(main+0x1d30)[0x4d42c0] #9 0x00007f6f492037bd in clone () from /lib/libc.so.6 #10 0x0000000000000000 in ?? () +- Bitmap surfaces are often loaded only partially, loading stops at a middle of a scanline. + * Affects at least PNG format, maybe not others + * The rest appears black or transparent (at least most of the time) + * Reloading often causes different results on the same image + * Different images may also stop at the exact same pixel + => out of memory condition or something? + |