1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  3. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  4. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago
  5. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  6. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  7. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  8. 52fe583 Remove SK_SUPPORT_LEGACY_BROKEN_LERP support by Florin Malita · 7 years ago
  9. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  10. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  11. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  16. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  17. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  19. 40254c2 SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlphaMulQ(src, src_scale) + SkAlphaMulQ(dst, dst_scale), which boils down to ((src*src_scale)>>8) + ((dst*dst_scale)>>8). In particular, note that the intermediate precision is discarded before the two parts are added together, causing the final result to possibly inaccurate. by lsalzman · 8 years ago
  20. 3be72b0 Add documention on SkBlitter for runs, and small cleanups. by herb · 8 years ago
  21. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  22. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  23. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  24. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  25. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  26. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  27. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  28. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  29. 95cc012 De-proc Color32 by mtklein · 9 years ago
  30. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  31. d65dc0c De-proc Color32 by mtklein · 9 years ago
  32. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  33. 376e9bc De-proc Color32 by mtklein · 9 years ago
  34. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 9 years ago
  35. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  36. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  37. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  38. f91e676 Revert of add new blit2 methods in support of antialiased hairlines guard flag SK_SUPPORT_LEGACY_BLITANTIH2V2 (patchset #2 id:20001 of https://codereview.chromium.org/1060153003/) by jcgregorio · 9 years ago
  39. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 9 years ago
  40. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 10 years ago
  41. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  42. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  43. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  44. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  45. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  46. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  47. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  48. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  50. 53007a2 choose correct blitrow proc based on global alpha by reed@google.com · 12 years ago
  51. 886b25f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 59d968f use correct blend proc instead of fourbyteinterp, since the src may not be opaque by reed@google.com · 12 years ago
  53. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  54. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  56. 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
  57. 57e080c Another fix to r3423, reinstate blitter code that was commented out for by tomhudson@google.com · 12 years ago
  58. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  59. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  60. 67cdbf5 remove unhelpful pixel cache in blitV by reed@google.com · 13 years ago
  61. 7989186 rename SkMask::getAddr to getAddr8, to match the specificity of the others by reed@google.com · 13 years ago
  62. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  63. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  64. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  65. f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
  66. b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 13 years ago
  67. 53d11e0 submit LCD alpha support by caryclark@google.com · 13 years ago
  68. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  69. e74e28d pass correct value for black by reed@google.com · 13 years ago
  70. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  71. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  72. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  73. 99683ce move code inside #ifdef to fix warning by reed@google.com · 13 years ago
  74. 59d2f63 fix signed shift in blend32 use typefacecache in fonthost_win by reed@google.com · 13 years ago
  75. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  76. f88d676 check-point for kLCD16_Format mask support by reed@google.com · 13 years ago
  77. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 13 years ago
  78. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 13 years ago
  79. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  80. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  81. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  82. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  83. bd2724f Fix valgrind warnings triggered in vertical mode. by agl@chromium.org · 15 years ago
  84. f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
  85. 8434621 Remove unused variable to fix warning on Windows: by agl@chromium.org · 15 years ago
  86. 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
  87. 8a1c16f grab from latest android by reed@android.com · 16 years ago