Some todo notes.

This commit is contained in:
Jorge Rodriguez 2014-09-16 10:50:41 -07:00
parent cbf5ebbd35
commit a12d3dedf0

View File

@ -166,6 +166,8 @@
TODO TODO
Don't decode all of the image data when only processing a partial tile Don't decode all of the image data when only processing a partial tile
Don't use full-width decode buffers when only processing a partial tile
When doing huge upscaling, break scanlines into smaller blocks that fit in L1 cache
Installable filters? Installable filters?
Resize that respects alpha test coverage Resize that respects alpha test coverage
(Reference code: FloatImage::alphaTestCoverage and FloatImage::scaleAlphaToCoverage: (Reference code: FloatImage::alphaTestCoverage and FloatImage::scaleAlphaToCoverage: