1. 25834ff Use non-linear blending flag in raster pipeline blitter by Matt Sarett · 7 years ago
  2. 78c0c4c Remove SkSmallAllocator. by Herb Derby · 7 years ago
  3. 688ded2 Add a blend-wrong mode to SkRasterPipelineBlitter. by Mike Klein · 7 years ago
  4. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  5. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  6. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  7. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 7 years ago
  8. 3311b15 Remove SkBlitter::getShaderContext() by Florin Malita · 7 years ago
  9. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  10. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  11. 9a5c47f Add SkRasterPipeline blitter. by mtklein · 8 years ago
  12. aa29b27 Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://codereview.chromium.org/2146413002/ ) by mtklein · 8 years ago
  13. 3011e33 Add SkRasterPipeline blitter. by mtklein · 8 years ago
  14. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  15. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  16. a34be68 blitters for sRGB and float16 by reed · 8 years ago
  17. 395eabe float components in xfermodes by reed · 8 years ago
  18. 3dfd133 fix up virtual / override stuff by reed · 9 years ago
  19. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  20. 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
  21. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  22. 95cc012 De-proc Color32 by mtklein · 9 years ago
  23. 641c3ff Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  24. d65dc0c De-proc Color32 by mtklein · 9 years ago
  25. 498856e Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromium.org/1104183004/) by mtklein · 9 years ago
  26. 376e9bc De-proc Color32 by mtklein · 9 years ago
  27. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 9 years ago
  28. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  29. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  30. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  31. 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
  32. dd83031 add new blit2 methods in support of antialiased hairlines by reed · 9 years ago
  33. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  34. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 9 years ago
  35. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  36. 80116dc add local-matrix to shader::context by commit-bot@chromium.org · 10 years ago
  37. 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
  38. 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
  39. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  40. 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
  41. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  42. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  43. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  44. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  46. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  47. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  48. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  49. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  50. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  51. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  52. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  54. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  55. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
  57. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  58. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  59. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
  60. 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
  61. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  62. ee467ee Correct blitmask procs to recognize that we pass them an SkColor, and if they by reed@google.com · 13 years ago
  63. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 13 years ago
  64. 29e5054 Fix perf regression in Color32. by senorblanco@chromium.org · 14 years ago
  65. 1fc4c60 move factory for 565 into its own file by reed@android.com · 15 years ago
  66. c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
  67. b602b8e tweaks to 16bit shaders fix typo-bug in 4444 blend case by reed@android.com · 15 years ago
  68. dafaf7a speedup 16bit shaders in the blitRect case by reed@android.com · 15 years ago
  69. 31d1c64 ws fixes by reed@android.com · 15 years ago
  70. 9a74d31 create separate opaque version of rgb16 blitter by reed@android.com · 15 years ago
  71. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  72. 8a1c16f grab from latest android by reed@android.com · 16 years ago