1. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  2. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  3. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  4. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  5. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  6. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  7. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  9. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  10. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  11. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  12. ab7442c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 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
  14. 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
  15. 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
  16. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  17. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  18. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  19. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  20. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  21. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  23. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  24. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  25. a641f3f reland 6798 w/ fix for bitmap-as-mask pixel-locking by reed@google.com · 12 years ago
  26. 135e16c revert 6798 (assert in GM) by reed@google.com · 12 years ago
  27. 1adcf88 Goal: ensure we always balance lock/unlock pixels calls. by reed@google.com · 12 years ago
  28. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  29. 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
  30. 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
  31. 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
  32. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  33. 02f65f2 move SkFilterShader into private header by reed@google.com · 12 years ago
  34. 4588490 lazily make a copy of the paint when choosing a blitter. For simple draws, by reed@google.com · 12 years ago
  35. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  36. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  37. 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 12 years ago
  38. 31bab39 Fix off-by-one error in assertion; improve coverage_to_exact_alpha() by tomhudson@google.com · 13 years ago
  39. a31ac73 Tighten up restrictions on blit width: some shaders assert that they by tomhudson@google.com · 13 years ago
  40. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  41. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  42. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  43. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  44. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  45. be2aa2a use AsMode instead of deprecated IsMode by mike@reedtribe.org · 13 years ago
  46. 7989186 rename SkMask::getAddr to getAddr8, to match the specificity of the others by reed@google.com · 13 years ago
  47. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  48. 6b7aee3 optimize when we have a colorfilter, but no shader or xfermode by reed@google.com · 13 years ago
  49. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 14 years ago
  50. d6a5f4e clear xfermode in paint to reflect that we saw it was srcover by reed@android.com · 15 years ago
  51. 1fc4c60 move factory for 565 into its own file by reed@android.com · 15 years ago
  52. cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
  53. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  54. 9a74d31 create separate opaque version of rgb16 blitter by reed@android.com · 15 years ago
  55. 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
  56. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  57. 8a1c16f grab from latest android by reed@android.com · 16 years ago