Update TODO.

master
Fabien Freling 2014-08-06 21:44:00 +02:00
parent 5403a2deeb
commit 43208cea90
1 changed files with 5 additions and 4 deletions

View File

@ -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