aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* override onGetTableTags() and onGetTableData() in SkTypeface, in preparation forGravatar reed@google.com2013-03-21
* Use function-ptr instead of SkFontHost api to allow client to handleGravatar reed@google.com2013-03-21
* Removed the "any" command from the displacement glsl shader.Gravatar sugoi@google.com2013-03-21
* add virtual SkTypeface::onOpenStream and override that for fontconfigGravatar reed@google.com2013-03-21
* Fix minor valgrind-found memory leaksGravatar robertphillips@google.com2013-03-21
* call onGetUPEM to subclasses can optimize it, and place default behaviorGravatar reed@google.com2013-03-21
* When we read from a RemoteFontStream (might happen maybe with other streams),...Gravatar edisonn@google.com2013-03-21
* oops, update the INHERITED for our typefaceGravatar reed@google.com2013-03-21
* inherit from SkTypeface_FreeType to share more codeGravatar reed@google.com2013-03-21
* Update code to use helper function for better readability/searching.Gravatar djsollen@google.com2013-03-21
* Fix divide-by-zero in program cache tracking.Gravatar commit-bot@chromium.org2013-03-21
* This changes fixes issues with the non-separable blend modes. They were not p...Gravatar commit-bot@chromium.org2013-03-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-21
* Fail to return a codec if the provided stream does not support rewind.Gravatar djsollen@google.com2013-03-20
* move impl of AdvancedTypefaceMetrics into typeface (3)Gravatar reed@google.com2013-03-20
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Upstream changes from Android for decoding jpeg images.Gravatar djsollen@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Unreviewed. Adding TODO comment to reference newly filed bug.Gravatar junov@google.com2013-03-20
* Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.Gravatar djsollen@google.com2013-03-20
* Reverting r8233 (Use SkSet in PDF)Gravatar robertphillips@google.com2013-03-20
* add new API for gdi fonts (not hooked up yet)Gravatar reed@google.com2013-03-20
* Add an entry for Cambria-Caladea to the list of metric compatible fonts.Gravatar commit-bot@chromium.org2013-03-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-20
* Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...Gravatar commit-bot@chromium.org2013-03-20
* Add support for IMG's MSAA extension.Gravatar bsalomon@google.com2013-03-19
* Work around MSAA/lines issue on Linux bot.Gravatar bsalomon@google.com2013-03-19
* Add stroked ovals and CircleEdgeEffect.Gravatar jvanverth@google.com2013-03-19
* resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...Gravatar edisonn@google.com2013-03-19
* remove SkFontHost::CreateScalerContextGravatar reed@google.com2013-03-19
* Fix for displacement mappingGravatar sugoi@google.com2013-03-19
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* Add MSAA configs to bench.Gravatar bsalomon@google.com2013-03-19
* use SkStream::NewFromFile()Gravatar reed@google.com2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-19
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* update coding styleGravatar mike@reedtribe.org2013-03-19
* Improvements/additions to SkImageCache/SkLazyPixelRef.Gravatar scroggo@google.com2013-03-18
* reland 8200 w/ fix for android (use fullpath instead of path)Gravatar reed@google.com2013-03-18
* revert 8204 -- what is happening???Gravatar reed@google.com2013-03-18
* reland 8200 w/ fix for android (need fullpath instead of path)Gravatar reed@google.com2013-03-18
* Do not use SkTDS32Array when building for 64 bit.Gravatar scroggo@google.com2013-03-18
* revert 8200 to figure out android breakGravatar reed@google.com2013-03-18
* move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityGravatar reed@google.com2013-03-18
* Added toString to SkMaskFilter-derived classesGravatar robertphillips@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-16
* Create a platform-dependent object for accessing purgeable memory.Gravatar scroggo@google.com2013-03-15
* Patch to fix NULL ptr dereference in 8171 on LinuxGravatar robertphillips@google.com2013-03-15
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15