1. 14 May, 2010 1 commit
  2. 13 May, 2010 3 commits
  3. 11 May, 2010 4 commits
  4. 10 May, 2010 1 commit
    • Nigel Tao's avatar
      exp/draw fast path for glyph images. · d7a6d228
      Nigel Tao authored
      To draw.Draw a 32x32 image.Alpha 10000 times,
      Before: 633ms with 10000 mallocs
      After: 49ms with 0 mallocs
      
      These times are just blitting an image.Alpha, and do not include
      rasterizing a glyph's vector contours to an image.Alpha.
      
      The "generic" test case in draw_test.go tests this fast path.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/1122043
      d7a6d228
  5. 09 May, 2010 2 commits
  6. 08 May, 2010 3 commits
  7. 07 May, 2010 7 commits
  8. 06 May, 2010 4 commits
  9. 05 May, 2010 8 commits
  10. 04 May, 2010 6 commits
  11. 03 May, 2010 1 commit