aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecordDraw.cpp
Commit message (Expand)AuthorAge
...
* Use SkPaint::getFontBounds() for text bounding boxes in pictures.Gravatar mtklein2014-12-16
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Enforce thread-safety of bitmaps in pictures via the type.Gravatar mtklein2014-12-11
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Change clear() to respect the clipGravatar reed2014-12-04
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* option to return drawable from recordingGravatar reed2014-11-24
* All the small packing tweaks mentioned in the bug.Gravatar mtklein2014-11-21
* SkRecord: Pack SkRegion::Op and AA bit together.Gravatar mtklein2014-11-20
* Make sure pictures draw Clears even when the clip is empty.Gravatar mtklein2014-11-20
* No need to short circuit the query rect here anymore.Gravatar mtklein2014-11-19
* wip for drawablesGravatar reed2014-11-18
* Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optionalGravatar robertphillips2014-11-17
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Clean up CollectLayers codeGravatar robertphillips2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Add comments to SkRecordDraw to help people follow.Gravatar danakj2014-11-03
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Make RTree handle the case where the playback canvas has empty clip boundsGravatar junov2014-10-30
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Dilate approximated text bounds to squelch recent assertion failure.Gravatar mtklein2014-10-20
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Implicit SkTextBlob boundsGravatar fmalita2014-10-16
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Use +- 2B for unbounded draw ops.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Don't adjust the bounds after a restore with the restore's paired saveLayer's...Gravatar mtklein2014-10-01
* We need to adjust the bounds of clip ops with SaveLayer paints too.Gravatar Mike Klein2014-09-23
* Simplify a little in SkRecords.h:Gravatar mtklein2014-09-18
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Fix recording of saveLayout with unusual Xfermodes.Gravatar dneto2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* Fix drawPosText() bounds bug.Gravatar mtklein2014-09-02
* SkRecordPartialDraw with less code duplicationGravatar mtklein2014-09-02
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* 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
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...Gravatar mtklein2014-08-22
* 1.5x -> 2x text size for y pad.Gravatar mtklein2014-08-21