1. f72412c vector: fix overflow when rasterizing a 30 degree line. by Nigel Tao · 8 years ago
  2. e78c457 vector: add SIMD versions of xxxAccumulateMask. by Nigel Tao · 8 years ago
  3. beb9675 vector: fix overflow when rasterizing wide lines. by Nigel Tao · 8 years ago
  4. 8edbaf3 vector: add SIMD versions of xxxAccumulateOpOver. by Nigel Tao · 8 years ago
  5. ae7296d vector: generate acc_amd64.s from a template. by Nigel Tao · 8 years ago
  6. 746988e vector: add SIMD versions of xxxAccumulateOpSrc. by Nigel Tao · 8 years ago
  7. dc590ef vector: add some accumulate tests. by Nigel Tao · 8 years ago
  8. 1be1b0a tiff: reject TIFF images with unsorted IFD tags. by Benny Siegert · 9 years ago
  9. 72141d5 vector: re-order some functions. by Nigel Tao · 8 years ago
  10. 992afa5 vector: add a fixed point math implementation. by Nigel Tao · 8 years ago
  11. 8a20735 vector: sort benchmarks from slowest to fastest. by Nigel Tao · 8 years ago
  12. 14bbbc8 vector: add a fast path for RGBA dst images. by Nigel Tao · 8 years ago
  13. 0080ac3 vector: add some more tests. by Nigel Tao · 8 years ago
  14. 7ea3649 vector: allow dst and mask to have different strides. by Nigel Tao · 8 years ago
  15. b077ed4 vector: implement arbitrary dst and src image types. by Nigel Tao · 8 years ago
  16. 50ce1eb vector: add benchmarks. by Nigel Tao · 8 years ago
  17. cd8486a vector: implement DrawOp == draw.Over. by Nigel Tao · 8 years ago
  18. bb355ba vector: add CubeTo. by Nigel Tao · 8 years ago
  19. 714f2e4 vector: new package for rasterizing 2-D graphics. by Nigel Tao · 8 years ago
  20. 112f996 math/fixed: add Mul methods. by Nigel Tao · 8 years ago
  21. 9f8d0d4 font/plan9font: look for subfont ".0" suffixes. by Nigel Tao · 8 years ago
  22. c348254 webp: make a placeholder package for Go 1.5 and earlier. by Nigel Tao · 8 years ago
  23. 81315f0 webp: mark package as requiring Go 1.6 for NYCbCrA by Brad Fitzpatrick · 8 years ago
  24. a21e5be riff: fix some short chunk data bugs. by Nigel Tao · 8 years ago
  25. 8550bb5 font/inconsolata: new package. by Nigel Tao · 8 years ago
  26. c4226c0 font/basicfont: add Descent and Left fields. by Nigel Tao · 8 years ago
  27. 9768017 font: add a []byte flavor of string methods. by Nigel Tao · 8 years ago
  28. 51ddfee colornames: export variables such as Darkred. by Nigel Tao · 8 years ago
  29. f551d3a font/plan9font: derive the example's ascent from the metrics. by Nigel Tao · 8 years ago
  30. 14f8673 font: add a MeasureString function, not just a method. by Nigel Tao · 8 years ago
  31. 4cff430 example/font: use an "example" build tag instead of "ignore". by Nigel Tao · 8 years ago
  32. c4e9f1b math/fixed: have Floor, Round and Ceil return int, not Int26_6. by Nigel Tao · 8 years ago
  33. 0991244 math/fixed: add Floor, Round and Ceil methods. by Nigel Tao · 8 years ago
  34. 22f1b5f font/plan9font: optimize the conversion to image.Alpha. by Nigel Tao · 8 years ago
  35. 7a32048 plan9font: use image.Alpha for subface images. by Ethan Burns · 8 years ago
  36. 8b5ac8f image/font: make a zero Weight mean a normal weight. by Nigel Tao · 8 years ago
  37. 0ebebfd webp: fix tests for webp/nycbcra deprecation. by Nigel Tao · 8 years ago
  38. 00fe24e webp/nycbcra: deprecate package. by Nigel Tao · 9 years ago
  39. f1e9747 font: add Metrics.Descent. by Nigel Tao · 8 years ago
  40. 7b1c29e font: add Face.Metrics. by Ethan Burns · 8 years ago
  41. 7c49269 cmd/webp-manual-test: blacklist some versions of the dwebp binary. by Nigel Tao · 8 years ago
  42. baddd34 font/basicfont: new package for a basic font face. by Nigel Tao · 9 years ago
  43. 2dc9880 colornames: fix copyright year. by Nigel Tao · 9 years ago
  44. b3d8467 font: fix up some old x/exp/shiny references. by Nigel Tao · 9 years ago
  45. 00f88f5 Merge x/exp/shiny/font to x/image/font. by Nigel Tao · 9 years ago
  46. b53870f shiny/font/plan9font: add an example test. by Nigel Tao · 9 years ago
  47. 5ae5912 shiny/font: have Face.Glyph return an advance width, not a new dot. by Nigel Tao · 9 years ago
  48. 6278983 shiny/font: add per-glyph metrics. by Nigel Tao · 9 years ago
  49. 8ab1ac6 math/fixed: add rectangle types and the R function. by Nigel Tao · 9 years ago
  50. ab08d42 shiny/font: add Hinting, Stretch, Style and Weight option types. by Nigel Tao · 9 years ago
  51. e87ffe2 shiny/font/plan9font: implement ParseFont. by Nigel Tao · 9 years ago
  52. d9c0088 math/fixed: add I and P helper functions. by Nigel Tao · 9 years ago
  53. b137518 colornames: new package for named colors by Hariharan Srinath · 9 years ago
  54. b96af53 math/fixed: add Point methods (Add, Sub, Mul, Div). by Nigel Tao · 9 years ago
  55. eecb4e6 shiny/font: new package for drawing text on an image. by Nigel Tao · 9 years ago
  56. 3029cff math/fixed: add point types. by Nigel Tao · 9 years ago
  57. 8e3389f draw: have Scale and Transform recognize straight copies. by Nigel Tao · 9 years ago
  58. 5ec5e00 math/fixed: new package. by Nigel Tao · 9 years ago
  59. 5f5d3e0 draw: skip TestFastPaths for Go 1.4. by Nigel Tao · 9 years ago
  60. c6de6b6 vp8: split expression to placate 386 compiler by Russ Cox · 9 years ago
  61. 5c9906b image/draw: have Transform take a f64.Aff3 instead of a *f64.Aff3. by Nigel Tao · 9 years ago
  62. 8ca9b58 shiny/screen: new package. by Nigel Tao · 9 years ago
  63. 6b7a488 draw: tweak the YCbCr to RGBA conversion formula. by Nigel Tao · 9 years ago
  64. 92cae9f tiff/lzw: sync (yet again) to the upstream lzw in the stdlib. by Nigel Tao · 9 years ago
  65. eb11b45 tiff/lzw: sync (again) to the upstream lzw in the stdlib. by Nigel Tao · 9 years ago
  66. ef56035 tiff/lzw: sync to the upstream lzw in the stdlib. by Nigel Tao · 9 years ago
  67. 090ed23 image/tiff: replace repeated error creations with one by Jeff R. Allen · 9 years ago
  68. d6cb0a2 tiff: re-organize some test cases, and make comment style consistent. by Nigel Tao · 9 years ago
  69. e5f3f2f tiff: format the find/replace test strings consistently. by Nigel Tao · 9 years ago
  70. b7cdfbb image/tiff: fix a panic with invalid tile sizes by Jeff R. Allen · 9 years ago
  71. 9af7e1b tiff: don't apply the 8 bps predictor to a 1 bps image. by Nigel Tao · 9 years ago
  72. 3157439 image/tiff: do not allow zero bits per sample by Jeff R. Allen · 9 years ago
  73. d8e202c vp8: limit all other partitions to 1<<24 bytes in size, not just N-1 of them. by Nigel Tao · 9 years ago
  74. c5f9292 vp8l: don't ignore I/O errors when reading LZ77 parameters. by Aamir Khan · 9 years ago
  75. 25eff15 webp: fix panic in case of invalid chunkID by Aamir Khan · 9 years ago
  76. f28211f bmp: optimize decoding and encoding 0xH sized images. by Nigel Tao · 9 years ago
  77. 4a3ed0c tiff: don't panic on reading bad ifd by chai2010 · 9 years ago
  78. 70cb802 draw: make op a mandatory argument, not optional. by Nigel Tao · 9 years ago
  79. 6af46c2 tiff: reject IFDs whose data is longer than int. by Benny Siegert · 9 years ago
  80. 918b373 draw: disable the image.Rectangle DstMask fast path until Go 1.5 is released. by Nigel Tao · 9 years ago
  81. b2f48f3 tiff: don't panic on reading short block data. by Nigel Tao · 9 years ago
  82. 72a6583 x/image/tiff: fix division by zero when decoding empty image by Håvard Haugen · 9 years ago
  83. 95ece43 cmd/webp-manual-test: add a "build ignore" tag, so that "go install by Nigel Tao · 9 years ago
  84. 8642173 draw: implement srcMask. by Nigel Tao · 9 years ago
  85. f681781 tiff: fix shadowed err variable. by chai2010 · 9 years ago
  86. 24b0de1 draw: add a fast path for an image.Rectangle DstMask. by Nigel Tao · 9 years ago
  87. b621bdc draw: delete some dead code. by Nigel Tao · 9 years ago
  88. 3940ddb draw: implement dstMask. by Nigel Tao · 9 years ago
  89. 76b4869 draw: factor out some float64 to uint32 conversions. by Nigel Tao · 9 years ago
  90. 26bd173 draw: plumb the Options through to the type-specific code. by Nigel Tao · 9 years ago
  91. 69a0d8f draw: add mask fields to Options. by Nigel Tao · 9 years ago
  92. e83a237 draw: refactor codegen to use argf instead of fmt.Sprintf. by Nigel Tao · 9 years ago
  93. 8ed4ff0 draw: implement the Over operator. by Nigel Tao · 9 years ago
  94. 697863c draw: clamp kernel output so red, green and blue <= alpha. by Nigel Tao · 9 years ago
  95. 67c770d draw: substitute Src for Over when the source image is completely opaque. by Nigel Tao · 9 years ago
  96. 65a798f draw: generate code for op == Over. by Nigel Tao · 9 years ago
  97. b293696 draw: switch on the Op compositing operator. by Nigel Tao · 9 years ago
  98. c53fa16 draw: use a sync.Pool for kernel scaling's temporary buffers. by Nigel Tao · 9 years ago
  99. d5c5125 draw: update the inlined YCbCr.RGBA code to use 16 bit color. by Nigel Tao · 9 years ago
  100. 500a27f draw: optimize some multiply-by-zeroes in Kernel.Transform. by Nigel Tao · 9 years ago