aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkGlobalInitialization_default.cpp
Commit message (Expand)AuthorAge
* Break out SkOffsetImageFilter into its own file, and derive it fromGravatar senorblanco@chromium.org2012-11-06
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Yet another speculative Android fix. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* Proper Android fix, and revert of workaround in r5267. Unreviewed.Gravatar senorblanco@chromium.org2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Android build fix (unreviewed).Gravatar senorblanco@chromium.org2012-08-22
* Implements the non-Porter-Duff compositing modes required for SVG's feBlendGravatar senorblanco@chromium.org2012-08-22
* Android build fix; unreviewed.Gravatar senorblanco@chromium.org2012-08-20
* (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@.Gravatar tomhudson@google.com2012-08-13
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* Provide static global initializers for SkColorTable and SkComposeShader.Gravatar scroggo2012-07-02
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* Added missing #include in SkGlobalInitialization_default.cpp for Android buildGravatar robertphillips@google.com2012-06-05
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* Fix the Android build.Gravatar scroggo@google.com2012-04-20
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* add optional manual global initializationGravatar caryclark@google.com2011-12-15