summaryrefslogtreecommitdiff
path: root/SharedGraphics/PNGLoader.cpp
AgeCommit message (Expand)Author
2019-04-30PNGLoader: Tag the decoded bitmap with the source PNG path.Andreas Kling
2019-04-23Do a pass of compiler warning fixes.Andreas Kling
2019-04-15PNGLoader: Disable debug spam.Andreas Kling
2019-04-03PNGLoader: Use MappedFile.Andreas Kling
2019-04-02Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.Andreas Kling
2019-03-23Kernel: Introduce threads, and refactor everything in support of it.Andreas Kling
2019-03-22Use the PNG loader for all images, and get rid of the .rgb files.Andreas Kling
2019-03-21PNGLoader: Reduce unfiltering branchiness even more.Andreas Kling
2019-03-21PNGLoader: Templatize the unfiltering functions to reduce branchiness.Andreas Kling
2019-03-21PNGLoader: Reorganize the unfiltering code to make it easier to work with.Andreas Kling
2019-03-21PNGLoader: Allocate enough space for the compressed data buffer up front.Andreas Kling
2019-03-21PNGLoader: Remove a bunch of unnecessary data copying.Andreas Kling
2019-03-21PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.Andreas Kling
2019-03-21SharedGraphics: Implement a simple PNG decoder.Andreas Kling