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