1. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  2. 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
  3. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  6. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  7. 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
  8. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  9. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  10. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  11. f31fa24 Make gMask_00FF00FF a constant by commit-bot@chromium.org · 10 years ago
  12. 12e0cda ARM Skia NEON patches - 03 - Duplicate code removal by commit-bot@chromium.org · 11 years ago
  13. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  14. 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
  15. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  16. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 12 years ago
  17. 181f4b3 fix lcd16_shader_blend math by reed@google.com · 13 years ago
  18. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  19. 5e12770 fix copy/paste error in LCD16 masks: mask type needed to be uint16_t by reed@google.com · 13 years ago
  20. 2204862 use older, slightly slower, blend math, to retain (mostly) the previous results by reed@google.com · 13 years ago
  21. d4780e2 need to opt-in to faster shadermask until chrome can rebaseline by reed@google.com · 13 years ago
  22. 1750bf1 support blitMask+shader natively (1.75x faster for AA, and now we can support by reed@google.com · 13 years ago
  23. e901b4c rename/refactor in preparation for supporting accelerated blits of shader-output by reed@google.com · 13 years ago
  24. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  25. f52e555 (re)add SkMask::getAddr() which now checks its pixel-size at runtime. by reed@google.com · 13 years ago
  26. 5344a1a fix warning (add default in switch) by reed@google.com · 13 years ago
  27. edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago