aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* remove getTotalClipAsPath, privatize getTotalClipGravatar reed2014-09-04
* cleanup rasterclip helperGravatar reed2014-09-04
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Switch Layer Hoisting over to SkRecord backendGravatar robertphillips2014-09-04
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Remove SkBitmapCache::Find/Add(_,width,height,_)Gravatar piotaixr2014-09-03
* Hide fields in SkImageInfoGravatar reed2014-09-03
* The key for SkBitmapCache can now be genID+SkIRectGravatar piotaixr2014-09-03
* Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://code...Gravatar reed2014-09-03
* Add gamma/sRGB tag to SkImageInfoGravatar reed2014-09-02
* Fix drawPosText() bounds bug.Gravatar mtklein2014-09-02
* Remove legacy (and also broken) SkPicture constructor.Gravatar djsollen2014-09-02
* Fix matrix similarity test on arm64Gravatar jvanverth2014-09-02
* make allocPixels throw on failureGravatar reed2014-09-02
* SkRecordPartialDraw with less code duplicationGravatar mtklein2014-09-02
* Added Doc for GetAllocator in SkResourceCache and SkBitmapCacheGravatar piotaixr2014-09-02
* Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 ...Gravatar reed2014-09-02
* Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of ht...Gravatar reed2014-09-01
* Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://code...Gravatar reed2014-09-01
* Add gamma/sRGB tag to SkImageInfoGravatar reed2014-09-01
* harden requirements on SkBitmapCacheGravatar reed2014-08-29
* Quick-reject draw text blob calls.Gravatar fmalita2014-08-29
* Use even rounding for better results when converting from scalar to fdot6Gravatar george2014-08-29
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://coderevi...Gravatar reed2014-08-29
* Add gamma/sRGB tags to SkImageInfoGravatar reed2014-08-29
* Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of h...Gravatar reed2014-08-28
* Expose drawTextBlob to devices.Gravatar fmalita2014-08-28
* Second attempt to land the integral image scaling change.Gravatar humper2014-08-28
* Align all SkRecord::alloc() calls up to at least a pointer size.Gravatar mtklein2014-08-28
* Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig...Gravatar bsalomon2014-08-28
* disable autovec on 32 *and* 64 bit builds for horiz. convolveGravatar humper2014-08-28
* 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