Allocate tiles as a unified buffer.

This commit is contained in:
Fabien Freling 2014-07-09 07:50:09 +02:00
parent edb9ef7dd8
commit eb5bae42c3
2 changed files with 36 additions and 30 deletions

View file

@ -14,11 +14,10 @@
[X] Cut image in tiles
[ ] Overlap?
[-] Rotate in one temp tile then copy/move it
[X] Align tiles in memory
[-] Align memory -> no gain
[ ] RGBX format
# Quality
[X] Interpolate using SIMD, SSE (no big gain)
[ ] Image borders
# Bugs
[X] first tile on each row is missing