Age | Commit message (Collapse) | Author |
|
|
|
Allow passing const data into the api without generating warnings.
This requires propagating the const into the underlying implementation.
|
|
|
|
|
|
|
|
|
|
the ring 0..255. This fixes a leaking pixel bug when drawing alpha blended paths.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is not Normal.
|
|
|
|
|
|
|
|
|
|
Kowalczyk.
|
|
|
|
used when cleaning up errors.
|
|
|
|
|
|
|
|
I think these need premul, but not certain yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Images larger than will fit in a typical L2 cache that need scaling
are now chopped up and processed in bands. Speeds up McCue.pdf
overall by 1/3. Actual decoding of stream is still done in one
chunk, which now has the highest overhead.
|
|
|
|
|
|
This speeds up a particular case from 47s to less than a second.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|