aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* rename ScaledImageCache to ResourceCacheGravatar reed2014-08-28
* Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://cod...Gravatar reed2014-08-28
* manual revert of bitmap scale change while I investigate failuresGravatar humper2014-08-28
* Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.ch...Gravatar reed2014-08-28
* add gamma/sRGB to SkImageInfoGravatar reed2014-08-28
* DirectWrite to use aliased if ClearType is empty.Gravatar Ben Wagner2014-08-27
* Can't hurt to make this SkNoncopyable.Gravatar mtklein2014-08-27
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* always scale to an integer; compensate for fractional image sizes by leaving ...Gravatar humper2014-08-27
* Improve performance of highQualityFilterGravatar qiankun.miao2014-08-26
* Remove SkQuadTree.Gravatar mtklein2014-08-26
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26
* Fallback to moveTo when unable to find the first tangent in cubicToGravatar piotaixr2014-08-26
* Always use cpu-features library on android.Gravatar djsollen2014-08-26
* remove (unused) scale parameter from measureTextGravatar reed2014-08-26
* remove commented-out codeGravatar reed2014-08-26
* retool image cache to be generic cache, allowing the client to subclass "Rec"...Gravatar reed2014-08-26
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Remove unused header file in SkScaledImageCache.cppGravatar qiankun.miao2014-08-26
* Bound everything except drawText().Gravatar mtklein2014-08-25
* Unfurl catch-all bounds(). This makes it a little easier to track progress.Gravatar mtklein2014-08-25
* Clean up useless comments in SkScaledImageCache.hGravatar qiankun.miao2014-08-25
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...Gravatar mtklein2014-08-22
* [SkTextBlob] Merge run font data at draw time.Gravatar fmalita2014-08-22
* extend SkShader to report a luminance-color to be used for gamma correctionGravatar reed2014-08-22
* fix numerical overflows in 565 blendsGravatar reed2014-08-22
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...Gravatar mtklein2014-08-21
* 1.5x -> 2x text size for y pad.Gravatar mtklein2014-08-21
* Ignore small text sizes in the text bounding assert.Gravatar mtklein2014-08-21
* SkMultiPictureDraw APIGravatar robertphillips2014-08-21
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* expose generalized imagecache keyGravatar reed2014-08-21
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* SkTextBlobGravatar fmalita2014-08-21
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPEGravatar reed2014-08-21
* Revert back to SkPictureData pictures. Huge perf regression.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* make imagecache's Key more general purposeGravatar reed2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Implement SkPicture::hasText() for SkRecord backend.Gravatar mtklein2014-08-20
* Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code.Gravatar bungeman2014-08-20
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* fix #if to #ifdef for SK_DEBUGGravatar caryclark2014-08-20
* Cheat to go fast, but be careful in debug mode.Gravatar mtklein2014-08-19
* remove unused SkIntToFloatCast_NoOverflowCheckGravatar caryclark2014-08-19