[Bug 105332] Empty or corrupted graphic on book pages when reading on Android app Amazon Kindle reader

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 15 00:08:01 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105332

--- Comment #18 from Jason Ekstrand <jason at jlekstrand.net> ---
I've done some digging and it's 100% not a CCS issue.  The only reason why CCS
affects it is that we force-enable blorp texture upload for CCS images.  Since
the Kindle app doesn't use PBOs, blorp texture upload and CCS go hand in hand. 
If I force blorp texture upload but disable CCS, it still fails in the same
way.  We have some blorp texture upload bug.

I also did an experiment where I tried to upload red instead of the image and
that resulted in a bunch of stuff being red but ultimately the missing images
were still white and not red.  This leads me to believe that the texture upload
just isn't happening for some reason.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180315/f5e8e330/attachment.html>


More information about the intel-3d-bugs mailing list