From a12d3dedf02d2505a1138ec34c4931641e8caef6 Mon Sep 17 00:00:00 2001 From: Jorge Rodriguez Date: Tue, 16 Sep 2014 10:50:41 -0700 Subject: [PATCH] Some todo notes. --- stb_image_resize.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stb_image_resize.h b/stb_image_resize.h index d080721..bfed013 100644 --- a/stb_image_resize.h +++ b/stb_image_resize.h @@ -166,6 +166,8 @@ TODO 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? Resize that respects alpha test coverage (Reference code: FloatImage::alphaTestCoverage and FloatImage::scaleAlphaToCoverage: