1. f632f7f tiff, tiff/lzw, vector: use single space in comments by Dmitri Shuralyov · 2 years, 1 month ago
  2. 99f80d0 all: gofmt by Russ Cox · 3 years ago
  3. 7319ad4 vector: add example test by Nigel Tao · 3 years, 11 months ago
  4. ac19c3e all: go fmt ./... by Russ Cox · 4 years, 1 month ago
  5. cff245a image/vector: simplify haveAccumulateSIMD fields by Nigel Tao · 6 years ago
  6. d6a02ce image/vector: add runtime check for SSE4.1 by Nigel Tao · 6 years ago
  7. 59b11be vector: clarify GOARCH=wasm test code by Nigel Tao · 6 years ago
  8. 4e30a6e vector: fix tests on wasm by Richard Musiol · 6 years ago
  9. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 6 years ago
  10. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 6 years ago
  11. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 8 years ago
  12. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 8 years ago
  13. 507b1a4 vector: measure the fixed point rasterizer's accuracy. by Nigel Tao · 8 years ago
  14. 98f3e4e vector: make args float32 pairs instead of f32.Vec2. by Nigel Tao · 8 years ago
  15. c78039e vector: tweak the asm register assignment. by Nigel Tao · 8 years ago
  16. 0ed2caa vector: add go1.6 build tag for asm code. by Nigel Tao · 8 years ago
  17. 93fad36 vector: remove a shift from the inner loop. by Nigel Tao · 8 years ago
  18. 8874bef vector: change ϕ from 10 to 9. by Nigel Tao · 8 years ago
  19. fa54d6f vector: simplify fixedLineTo computation. by Nigel Tao · 8 years ago
  20. f72412c vector: fix overflow when rasterizing a 30 degree line. by Nigel Tao · 8 years ago
  21. e78c457 vector: add SIMD versions of xxxAccumulateMask. by Nigel Tao · 8 years ago
  22. beb9675 vector: fix overflow when rasterizing wide lines. by Nigel Tao · 8 years ago
  23. 8edbaf3 vector: add SIMD versions of xxxAccumulateOpOver. by Nigel Tao · 8 years ago
  24. ae7296d vector: generate acc_amd64.s from a template. by Nigel Tao · 8 years ago
  25. 746988e vector: add SIMD versions of xxxAccumulateOpSrc. by Nigel Tao · 8 years ago
  26. dc590ef vector: add some accumulate tests. by Nigel Tao · 8 years ago
  27. 72141d5 vector: re-order some functions. by Nigel Tao · 8 years ago
  28. 992afa5 vector: add a fixed point math implementation. by Nigel Tao · 8 years ago
  29. 8a20735 vector: sort benchmarks from slowest to fastest. by Nigel Tao · 8 years ago
  30. 14bbbc8 vector: add a fast path for RGBA dst images. by Nigel Tao · 8 years ago
  31. 0080ac3 vector: add some more tests. by Nigel Tao · 8 years ago
  32. 7ea3649 vector: allow dst and mask to have different strides. by Nigel Tao · 8 years ago
  33. b077ed4 vector: implement arbitrary dst and src image types. by Nigel Tao · 8 years ago
  34. 50ce1eb vector: add benchmarks. by Nigel Tao · 8 years ago
  35. cd8486a vector: implement DrawOp == draw.Over. by Nigel Tao · 8 years ago
  36. bb355ba vector: add CubeTo. by Nigel Tao · 9 years ago
  37. 714f2e4 vector: new package for rasterizing 2-D graphics. by Nigel Tao · 9 years ago