1. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  2. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  4. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  5. 886b25f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 59d968f use correct blend proc instead of fourbyteinterp, since the src may not be opaque by reed@google.com · 12 years ago
  7. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  8. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  9. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  10. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  11. 57e080c Another fix to r3423, reinstate blitter code that was commented out for by tomhudson@google.com · 13 years ago
  12. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
  13. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  14. 67cdbf5 remove unhelpful pixel cache in blitV by reed@google.com · 13 years ago
  15. 7989186 rename SkMask::getAddr to getAddr8, to match the specificity of the others by reed@google.com · 13 years ago
  16. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  17. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  18. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  19. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
  20. b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 13 years ago
  21. 53d11e0 submit LCD alpha support by caryclark@google.com · 13 years ago
  22. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  23. e74e28d pass correct value for black by reed@google.com · 13 years ago
  24. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  25. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  26. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  27. 99683ce move code inside #ifdef to fix warning by reed@google.com · 13 years ago
  28. 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 13 years ago
  29. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  30. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 14 years ago
  31. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 14 years ago
  32. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 14 years ago
  33. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  34. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  35. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  36. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  37. bd2724f Fix valgrind warnings triggered in vertical mode. by agl@chromium.org · 15 years ago
  38. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  39. 8434621 Remove unused variable to fix warning on Windows: by agl@chromium.org · 15 years ago
  40. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  41. 8a1c16f grab from latest android by reed@android.com · 16 years ago