1. 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
  2. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  3. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  4. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  6. 4db592c remove contains(x,y) for rects and rrects ... not well defined, and unused by reed@google.com · 11 years ago
  7. 35fe737 prototype for kerning api by reed@google.com · 11 years ago
  8. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 7101abe Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://codereview.chromium.org/49693002) due to test failures in PathTest on Android by robertphillips@google.com · 11 years ago
  10. 4cc7518 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  11. 950923b All SkAnnotations are no-draw. Propose we fold that through. by commit-bot@chromium.org · 11 years ago
  12. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  13. 77e079a Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
  14. 3721ee6 Reverting r11968 (Enabling validation code in serialization and adding serialization to fuzzer - https://codereview.chromium.org/44573002) due to failure on Chromium AllQuads test. by robertphillips@google.com · 11 years ago
  15. d25d6c7 Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
  16. 10ba006 Allow users to build on top of, instead of beneath, SkRefCnt. by bungeman@google.com · 11 years ago
  17. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  18. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  19. c1cf5c0 Borrow Android's ARMv6 memory barrier for SkOnce. by commit-bot@chromium.org · 11 years ago
  20. ccecbbb Always create an instance when testing GrEffects for SkXfermode and SkArithmeticMode by commit-bot@chromium.org · 11 years ago
  21. ac90d1d Replacing SkTDArray with SkAutoSTArray to reduce memory allocation overhead in SkTileGrid::search by commit-bot@chromium.org · 11 years ago
  22. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  23. 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  24. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  25. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  26. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  27. 1a6382f Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). by senorblanco@chromium.org · 11 years ago
  28. d594dbe Follow up to serialization validation code by commit-bot@chromium.org · 11 years ago
  29. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  30. 338a664 TSAN build fix: forgot to pass the address into ANNOTATE_BENIGN_RACE. by mtklein@google.com · 11 years ago
  31. 1f81fd6 SK_ONCE for SkData and SkPathRef by commit-bot@chromium.org · 11 years ago
  32. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  33. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  34. c294a97 if fBitmap is still NULL, return false by reed@google.com · 11 years ago
  35. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  36. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  37. 9cd697c change ERROR label to BAD_CONFIG -- avoid windows complaint by reed@google.com · 11 years ago
  38. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  39. c2eae47 Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or reverting r11871. by robertphillips@google.com · 11 years ago
  40. b5e3910 Reverted due to Chromium compilation failures. Please see: by robertphillips@google.com · 11 years ago
  41. 1236719 Fix cubic->quad RR corner regression by robertphillips@google.com · 11 years ago
  42. 7938bae Implement crop rect support for SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 11 years ago
  43. 575604d Constify SkFlattenable::getFactory(). by commit-bot@chromium.org · 11 years ago
  44. f84ad8f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  46. cd7992b ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  47. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  48. 627f662 Disable r11835 (Replace cubic round rect corners with quads) due to performance regression by robertphillips@google.com · 11 years ago
  49. 1cc385b Replace cubic round rect corners with quads by robertphillips@google.com · 11 years ago
  50. 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. dfe0f43e Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - https://codereview.chromium.org/26627004) due to Chromium compilation faliures. by robertphillips@google.com · 11 years ago
  52. 536dc83 Build fix fo windows only by sugoi@google.com · 11 years ago
  53. 0315ed8 Build fix for chromium shared component build by junov@google.com · 11 years ago
  54. 4cc1815 catch the other case where we need to see if fScaledBitmap.lockPixels() might have failed by reed@google.com · 11 years ago
  55. 3f1f2a3 Make CropRect immutable after construction. by senorblanco@chromium.org · 11 years ago
  56. 3e7e992 Add display of filterLevel to debugger by robertphillips@google.com · 11 years ago
  57. 1ae6c2b check of fScaledBitmap failed to lock by reed@google.com · 11 years ago
  58. b4c29c5 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  59. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  60. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  61. 4726291 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. f8dd384 Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due to Chromium compilation failure by robertphillips@google.com · 11 years ago
  63. 2f92966 Remove SkDataTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  64. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  65. 23d0ab7 return false if we can't scale, to force us to try to lock the original and then proceed by reed@google.com · 11 years ago
  66. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  67. baa1558 ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs by commit-bot@chromium.org · 11 years ago
  68. b58ba89 account for inverse-paths when we prealloc storage in the rgn-builder by reed@google.com · 11 years ago
  69. fbc58a3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  71. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  72. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  73. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  74. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  75. 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
  76. e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
  77. 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
  78. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  79. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  80. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  81. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  82. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  83. 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
  84. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  85. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  86. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  87. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  88. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  89. 12eb781 try uping the cache-count-limit to see if it speeds up bench-pictures by reed@google.com · 11 years ago
  90. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  91. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  92. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  93. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  94. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  95. aaf3e64 Move makeSpace and resetToSize from SkPathRef.cpp to .h by robertphillips@google.com · 11 years ago
  96. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  97. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  98. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  99. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 6e7883b Limit warning message to de-clutter bench output logs by robertphillips@google.com · 11 years ago