1. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  2. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  3. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  4. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  5. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  6. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  7. fd4ee4d NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  8. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  9. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  10. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  11. 0f1fef8 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  12. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  13. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  14. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  15. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  16. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  17. 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
  18. 68ea91a Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 10 years ago
  19. 84f7a06 add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  20. cc277b7 Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  21. 667b98d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  22. 45d86e7 always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  23. 9631337 Fix memory leak in SkGradientShader. by commit-bot@chromium.org · 10 years ago
  24. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  25. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  26. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  27. 64b08a1 Fix artifacts in distance field rendering due to bilerp by commit-bot@chromium.org · 10 years ago
  28. 762cd80 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  29. d9ae231 Revert "Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/)" by reed@google.com · 10 years ago
  30. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  31. 8f9e681 Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/) by commit-bot@chromium.org · 10 years ago
  32. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  33. 567f519 use templates instead of macros to build blitters by commit-bot@chromium.org · 10 years ago
  34. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  35. d942731 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  36. c3c67df remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  37. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  38. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  39. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  40. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  41. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  42. e424c1d So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  43. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  44. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  45. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  46. fe23f79 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  47. d6e9b88 remove sprintf by commit-bot@chromium.org · 10 years ago
  48. e4a4f12 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  49. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  50. 4460e75 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  51. c524e98 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  52. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  53. eefd8a0 Don't try to render color fonts using distance fields. by commit-bot@chromium.org · 10 years ago
  54. 6719d60 use default to fix warning (or I will shoot myself) by reed@google.com · 10 years ago
  55. 43d6d80 fix warning for uninitialized count by reed@google.com · 10 years ago
  56. efadb4b fix warning about uninitialized typeface_encoding by folding glyph case into switch by reed@google.com · 10 years ago
  57. bafee11 fix warning by removing padding field by reed@google.com · 10 years ago
  58. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  59. 43c2758 WIP -- SkFont by reed@google.com · 10 years ago
  60. 8865d09 Revert of Initial picture shader implementation (https://codereview.chromium.org/221923007/) by commit-bot@chromium.org · 10 years ago
  61. 592b2d1 Initial picture shader implementation by commit-bot@chromium.org · 10 years ago
  62. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  63. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  64. c4df655 Factory methods for heap-allocated SkTypeface objects. by commit-bot@chromium.org · 10 years ago
  65. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  66. c96268d Remove SkBitmapShaderTemplate. by commit-bot@chromium.org · 10 years ago
  67. 372a9c3 Fix EffectKey for XferEffect by commit-bot@chromium.org · 10 years ago
  68. 77815fd Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  69. c311873 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  70. 8792728 Fix SkRRect isEmpty assert by commit-bot@chromium.org · 10 years ago
  71. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  72. 050c0ae Remove misc. dead code. by commit-bot@chromium.org · 10 years ago
  73. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  74. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  75. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  76. 6f2d4d4 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  77. 53e1e4d Minor changes to GrFontCache system. by commit-bot@chromium.org · 10 years ago
  78. 079d298 Revert of Xfermode: SSE2 implementation of multiply_modeproc (https://codereview.chromium.org/202903004/) by commit-bot@chromium.org · 10 years ago
  79. 25f7455 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  80. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  81. 140950c SkOnce for SkXfermode::Create(Mode) by commit-bot@chromium.org · 10 years ago
  82. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  83. d643a90 Revert of ARM Skia NEON patches - 35 - First AArch64 support (https://codereview.chromium.org/143423004/) by commit-bot@chromium.org · 10 years ago
  84. 7a0e275 ARM Skia NEON patches - 35 - First AArch64 support by commit-bot@chromium.org · 10 years ago
  85. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  86. 7669a77 fix SkBitmap::erase to handle RGBA and BGRA by commit-bot@chromium.org · 10 years ago
  87. db35dab Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  88. 4362a38 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  89. 66beaf0 Revert of Distance field fixes for Android (https://codereview.chromium.org/205343008/) by commit-bot@chromium.org · 10 years ago
  90. 8fe2ee1 Distance field fixes for Android by commit-bot@chromium.org · 10 years ago
  91. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  92. 2b290ce Minor cleanup (moved out of main CL) by commit-bot@chromium.org · 10 years ago
  93. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  94. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  95. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  96. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  97. 6e4eb21 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  98. e8807f4 SkPaint: eliminate some dead bytes in 64-bit build. by commit-bot@chromium.org · 10 years ago
  99. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  100. a9dae71 More distance field improvements: by commit-bot@chromium.org · 10 years ago