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