summaryrefslogtreecommitdiff
path: root/src/pkg/exp/draw/draw.go
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-363/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-91/+116
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao1-10/+11
2010-06-04Fixes issue 836.Nigel Tao1-1/+1
2010-06-03draw.Draw fast paths for the Over operator.Nigel Tao1-34/+93
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao1-21/+1
2010-05-20Fast-ish path for drawing onto an image.RGBA destination.Nigel Tao1-10/+64
2010-05-11drawGlyphOver optimization.Nigel Tao1-4/+5
2010-05-10exp/draw fast path for glyph images.Nigel Tao1-1/+43
2010-02-17Add Src and Over draw operators.Nigel Tao1-42/+58
2010-02-06draw.Draw fast paths for a nil mask (and RGBA dst).Nigel Tao1-0/+50
2010-02-04In draw.Draw, separate the source-point and mask-point.Nigel Tao1-30/+40
2010-01-15Fix s/Width/Height/ typo in draw.go.Nigel Tao1-2/+2
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-48/+48
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-13/+13
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-7/+7
2009-11-05gofmt-ify drawRobert Griesemer1-14/+14
2009-10-14move draw to expRuss Cox1-0/+125