summaryrefslogtreecommitdiff
path: root/src/image/draw/bench_test.go
Commit message (Expand)AuthorAgeFilesLines
* image/draw: optimize drawFillOver as drawFillSrc for opaque fills.Nigel Tao2016-09-091-1/+1
* image/draw: fix double-draw when the dst is paletted.Nigel Tao2015-07-031-1/+23
* image/draw: add a fast path for Gray src images.Nigel Tao2015-02-281-0/+31
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+206