From 43208cea90071a4f9511ae15df96327840a77f15 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Wed, 6 Aug 2014 21:44:00 +0200 Subject: [PATCH] Update TODO. --- TODO.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 1b6507c..577a53b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,9 @@ [-] Draw rotated pixels in src order -> cache write miss [X] Use atan2 at beginning and end of line. Interpolation in-between values -[X] Test pixel perfect 90 -[ ] Fix out-of-bounds pixel set +[ ] Test pixel perfect 0, 90 -[ ] Optimization for square images? +[X] Optimization for square images [X] Fixed point computation [-] -funroll-loops -> no gain [-] restrict qualifier -> unavailable in C++ @@ -31,4 +30,6 @@ # Quality [X] Interpolate using SIMD, SSE -[ ] Image borders +[ ] Fix out-of-bounds pixel set + [X] Use padding + [ ] Image borders