Handle tileStride > 1 in fbEvenTile.

Patch courtesy of James Jones.
This commit is contained in:
Aaron Plattner 2007-06-27 10:16:40 -07:00
commit 1e189ed1da
2 changed files with 8 additions and 5 deletions

View file

@ -2032,6 +2032,7 @@ fbEvenTile (FbBits *dst,
int height,
FbBits *tile,
FbStride tileStride,
int tileHeight,
int alu,