index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SharedGraphics
/
PNGLoader.cpp
Age
Commit message (
Expand
)
Author
2019-04-15
PNGLoader: Disable debug spam.
Andreas Kling
2019-04-03
PNGLoader: Use MappedFile.
Andreas Kling
2019-04-02
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-21
PNGLoader: Reduce unfiltering branchiness even more.
Andreas Kling
2019-03-21
PNGLoader: Templatize the unfiltering functions to reduce branchiness.
Andreas Kling
2019-03-21
PNGLoader: Reorganize the unfiltering code to make it easier to work with.
Andreas Kling
2019-03-21
PNGLoader: Allocate enough space for the compressed data buffer up front.
Andreas Kling
2019-03-21
PNGLoader: Remove a bunch of unnecessary data copying.
Andreas Kling
2019-03-21
PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.
Andreas Kling
2019-03-21
SharedGraphics: Implement a simple PNG decoder.
Andreas Kling