index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecordDraw.cpp
Commit message (
Expand
)
Author
Age
...
*
Change clear() to respect the clip
reed
2014-12-04
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Force SkMatrix type while recording too.
mtklein
2014-12-01
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
All the small packing tweaks mentioned in the bug.
mtklein
2014-11-21
*
SkRecord: Pack SkRegion::Op and AA bit together.
mtklein
2014-11-20
*
Make sure pictures draw Clears even when the clip is empty.
mtklein
2014-11-20
*
No need to short circuit the query rect here anymore.
mtklein
2014-11-19
*
wip for drawables
reed
2014-11-18
*
Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional
robertphillips
2014-11-17
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
*
Clean up CollectLayers code
robertphillips
2014-11-12
*
Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp
robertphillips
2014-11-12
*
Add comments to SkRecordDraw to help people follow.
danakj
2014-11-03
*
Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...
robertphillips
2014-11-03
*
Make RTree handle the case where the playback canvas has empty clip bounds
junov
2014-10-30
*
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...
mtklein
2014-10-29
*
Use SkTypeface::getBounds() in bounding-box calculations.
mtklein
2014-10-29
*
Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...
mtklein
2014-10-29
*
Use SkTypeface::getBounds() in bounding-box calculations.
mtklein
2014-10-29
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Dilate approximated text bounds to squelch recent assertion failure.
mtklein
2014-10-20
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Implicit SkTextBlob bounds
fmalita
2014-10-16
*
Add SkBBoxHierarchy::reserve() as an optional size hint.
mtklein
2014-10-09
*
Use +- 2B for unbounded draw ops.
mtklein
2014-10-02
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Don't adjust the bounds after a restore with the restore's paired saveLayer's...
mtklein
2014-10-01
*
We need to adjust the bounds of clip ops with SaveLayer paints too.
Mike Klein
2014-09-23
*
Simplify a little in SkRecords.h:
mtklein
2014-09-18
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
Fix recording of saveLayout with unusual Xfermodes.
dneto
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Implement all SkCanvas overrides that SkPictureRecord does.
mtklein
2014-09-04
*
Fix drawPosText() bounds bug.
mtklein
2014-09-02
*
SkRecordPartialDraw with less code duplication
mtklein
2014-09-02
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Bound everything except drawText().
mtklein
2014-08-25
*
Unfurl catch-all bounds(). This makes it a little easier to track progress.
mtklein
2014-08-25
*
Support comment groups in SkRecord.
mtklein
2014-08-22
*
Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...
mtklein
2014-08-22
*
1.5x -> 2x text size for y pad.
mtklein
2014-08-21
*
Ignore small text sizes in the text bounding assert.
mtklein
2014-08-21
*
SkTextBlob
fmalita
2014-08-21
*
fix #if to #ifdef for SK_DEBUG
caryclark
2014-08-20
*
Cheat to go fast, but be careful in debug mode.
mtklein
2014-08-19
[prev]
[next]