1. 083b869 Register SkLocalMatrixImageFilter for serialization. by mtklein · 9 years ago
  2. 59dc542 remove avoid and pixelxor xfermodes by reed · 9 years ago
  3. 50b98b4 add note about security and new subclasses by reed · 9 years ago
  4. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  5. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  6. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  7. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  8. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  9. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  10. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  11. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  12. ba923d3 SkImageShaderFactoryToName SkAlphaThresholdFilterFactoryToName by halcanary · 9 years ago
  13. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  14. cd56f81 SkImageSource by fmalita · 9 years ago
  15. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  16. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  17. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  18. c3eb50c Minor cleanup of SkLightingShader by robertphillips · 9 years ago
  19. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  20. db873d8 add compose-colorfilter by reed · 10 years ago
  21. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  22. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  23. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  24. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  25. 8b57524 add arcto patheffect by reed · 10 years ago
  26. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  27. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  28. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  29. 3f85403 hide public factory for intermediate class by reed · 10 years ago
  30. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  31. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  32. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  33. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  34. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  35. e92c68f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  36. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  37. c5d9bb0 Initial picture shader implementation by commit-bot@chromium.org · 11 years ago
  38. b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 11 years ago
  39. fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 11 years ago
  40. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  41. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  42. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  43. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  44. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  45. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  46. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  47. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  48. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  49. 0ac74b2 Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() by sugoi@google.com · 11 years ago
  50. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
  51. cf292b7 Added a missing filter in SkFlattenable::InitializeFlattenables(). by commit-bot@chromium.org · 11 years ago
  52. eaa7797 Add luminance mask transfer modes. by commit-bot@chromium.org · 11 years ago
  53. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  54. 1c4c9ef Move SkComposeImageFilter into its own {.h, .cpp} files by commit-bot@chromium.org · 11 years ago
  55. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  56. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  57. 9a6eb0e Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  58. 06e7424 Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff()." by senorblanco@chromium.org · 11 years ago
  59. 6b6c1dc Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exposed via asNewEffectOrCoeff(). by senorblanco@chromium.org · 11 years ago
  60. 8c6411a reenable lerpmode in gms, now that I think we fixed the global-initialization by reed@google.com · 11 years ago
  61. e3b4c50 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  62. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 12 years ago
  63. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 12 years ago
  64. b58772f PDF: add support for named destinations. by epoger@google.com · 12 years ago
  65. 812b6f5 Revert r8000 due to failures on some buildbots by epoger@google.com · 12 years ago
  66. 1cad898 PDF: add support for named destinations by epoger@google.com · 12 years ago
  67. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 12 years ago
  68. 3f2d45a (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) by senorblanco@chromium.org · 12 years ago
  69. c51f752 Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) by robertphillips@google.com · 12 years ago
  70. 744820e Implement a bicubic resampling image filter, with raster and GPU backends. by senorblanco@chromium.org · 12 years ago
  71. 781cc76 Implementation of the displacement effect (both CPU and GPU) by sugoi@google.com · 12 years ago
  72. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  73. 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
  74. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  75. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  76. b4ca9df Yet another speculative Android fix. Unreviewed. by senorblanco@chromium.org · 12 years ago
  77. d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
  78. d912ca4 Proper Android fix, and revert of workaround in r5267. Unreviewed. by senorblanco@chromium.org · 12 years ago
  79. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  80. 35c5ff0 Android build fix (unreviewed). by senorblanco@chromium.org · 12 years ago
  81. b2ee33c Implements the non-Porter-Duff compositing modes required for SVG's feBlend by senorblanco@chromium.org · 12 years ago
  82. 392e14e Android build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  83. b8bf9ce (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@. by tomhudson@google.com · 12 years ago
  84. 82aa748 Add a zoom filter to Skia. This will be used on ChromeOS to implement the screen magnifier. by bsalomon@google.com · 12 years ago
  85. d74e710 remove SkShape (unused) Review URL: https://codereview.appspot.com/6461069 by reed@google.com · 12 years ago
  86. b3c0f48 Provide static global initializers for SkColorTable and SkComposeShader. by scroggo · 12 years ago
  87. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
  88. 088719e Added missing #include in SkGlobalInitialization_default.cpp for Android build by robertphillips@google.com · 12 years ago
  89. 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 12 years ago
  90. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  91. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  92. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  93. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 12 years ago
  94. 72ae6bd Fix the Android build. by scroggo@google.com · 13 years ago
  95. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
  96. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  97. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago