index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RecordDrawTest.cpp
Commit message (
Expand
)
Author
Age
...
*
Use SkTypeface::getBounds() in bounding-box calculations.
mtklein
2014-10-29
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Adding an option to render only the shadow in SkDropShadowImageFilter
sugoi
2014-10-23
*
Dilate approximated text bounds to squelch recent assertion failure.
mtklein
2014-10-20
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Add SkBBoxHierarchy::reserve() as an optional size hint.
mtklein
2014-10-09
*
Demote getCount, getDepth, and clear to RTree-only methods.
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
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
Fix drawPosText() bounds bug.
mtklein
2014-09-02
*
SkRecordPartialDraw with less code duplication
mtklein
2014-09-02
*
Increase test tolerance.
mtklein
2014-08-28
*
More test debugging. Too close for decimal. I'm switching to hex.
Mike Klein
2014-08-28
*
Add some debugging to figure out what's up with failing Mac 10.8 Release bot.
Mike Klein
2014-08-27
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Start actually bounding some draw ops.
mtklein
2014-08-18
*
SkRecordDraw: incorporate clip into BBH
mtklein
2014-08-15
*
Plumbing for using a BBH in SkRecordDraw.
mtklein
2014-08-11
*
SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.
mtklein
2014-08-08
*
Tick off some TODOs:
Mike Klein
2014-06-24
*
Remove SkRecorder's kWriteOnly mode.
commit-bot@chromium.org
2014-05-29
*
Don't clobber initial transform with SetMatrix.
commit-bot@chromium.org
2014-05-19
*
Backfill unit tests for SkRecord
commit-bot@chromium.org
2014-04-30
*
Don't bother doing the empty clip check in SkRecordDraw.
commit-bot@chromium.org
2014-04-29
*
Start using type traits in src/record instead of macros.
commit-bot@chromium.org
2014-04-28
*
anticipate more optimizations by renaming some files and methods
commit-bot@chromium.org
2014-04-21
*
Mark our territory with (C).
commit-bot@chromium.org
2014-04-11
*
SkRecordDraw: don't bother clipping an empty clip down further
commit-bot@chromium.org
2014-04-10
*
SkRecordDraw: skip draw ops when the clip is empty
commit-bot@chromium.org
2014-04-09
[prev]