Update TODO.
This commit is contained in:
parent
5403a2deeb
commit
43208cea90
9
TODO.md
9
TODO.md
|
@ -1,10 +1,9 @@
|
||||||
[-] Draw rotated pixels in src order -> cache write miss
|
[-] Draw rotated pixels in src order -> cache write miss
|
||||||
[X] Use atan2 at beginning and end of line.
|
[X] Use atan2 at beginning and end of line.
|
||||||
Interpolation in-between values
|
Interpolation in-between values
|
||||||
[X] Test pixel perfect 90
|
[ ] Test pixel perfect 0, 90
|
||||||
[ ] Fix out-of-bounds pixel set
|
|
||||||
|
|
||||||
[ ] Optimization for square images?
|
[X] Optimization for square images
|
||||||
[X] Fixed point computation
|
[X] Fixed point computation
|
||||||
[-] -funroll-loops -> no gain
|
[-] -funroll-loops -> no gain
|
||||||
[-] restrict qualifier -> unavailable in C++
|
[-] restrict qualifier -> unavailable in C++
|
||||||
|
@ -31,4 +30,6 @@
|
||||||
|
|
||||||
# Quality
|
# Quality
|
||||||
[X] Interpolate using SIMD, SSE
|
[X] Interpolate using SIMD, SSE
|
||||||
[ ] Image borders
|
[ ] Fix out-of-bounds pixel set
|
||||||
|
[X] Use padding
|
||||||
|
[ ] Image borders
|
||||||
|
|
Loading…
Reference in a new issue