projects
/
platform
/
upstream
/
libSkiaSharp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git]
/
tests
/
RecordDrawTest.cpp
2015-03-26
mtklein
C++11 override should now be supported by all of {bots...
blob
|
commitdiff
|
raw
2015-03-07
schenney
Update SkPicture cull rects with RTree information
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
joshualitt
Revert of Update SkPicture cull rects with RTree inform...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
schenney
Update SkPicture cull rects with RTree information
blob
|
commitdiff
|
raw
|
diff to current
2015-02-10
mtklein
Simplify SkBBH::insert API
blob
|
commitdiff
|
raw
|
diff to current
2015-01-09
mtklein
Fix up all the easy virtual ... SK_OVERRIDE cases.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
robertphillips
Rename SkDrawPictureCallback to SkPicture::AbortCallback
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
reed
Revert of Rename SkDrawPictureCallback to SkPicture...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
robertphillips
Rename SkDrawPictureCallback to SkPicture::AbortCallback
blob
|
commitdiff
|
raw
|
diff to current
2015-01-05
reed
Revert of Revert of move remaining virtual draw methods...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-05
reed
Revert of move remaining virtual draw methods to onDraw...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-05
reed
move remaining virtual draw methods to onDraw
blob
|
commitdiff
|
raw
|
diff to current
2014-12-22
reed
add testing flag to ignore saveLayer bounds
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
mtklein
Revert of Use SkPaint::getFontBounds() for text boundin...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
mtklein
Use SkPaint::getFontBounds() for text bounding boxes...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
reed
Defer saves() until they're needed
blob
|
commitdiff
|
raw
|
diff to current
2014-12-10
reed
Remove canvas::NewRaster, and rename surface::NewRaster...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
reed
Revert of remove (dumb) canvas::NewRaster, and rename...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
reed
remove (dumb) canvas::NewRaster, and rename surface...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
reed
Change clear() to respect the clip
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
reed
Revert "Change clear() to respect the clip"
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
reed
Change clear() to respect the clip
blob
|
commitdiff
|
raw
|
diff to current
2014-11-24
reed
option to return drawable from recording
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
tomhudson
Implement SkPicture::bytesUsed() for SkRecord backend
blob
|
commitdiff
|
raw
|
diff to current
2014-11-18
reed
wip for drawables
blob
|
commitdiff
|
raw
|
diff to current
2014-11-12
mtklein
Clang incorrectly thinks this typedef is unused.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
robertphillips
Shrink saveLayer device bounds when it supplies an...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
mtklein
Revert of Use SkTypeface::getBounds() in bounding-box...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
mtklein
Use SkTypeface::getBounds() in bounding-box calculations.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
mtklein
Revert of Use SkTypeface::getBounds() in bounding-box...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
mtklein
Use SkTypeface::getBounds() in bounding-box calculations.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-27
mtklein
Cut down SkBBH API more.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-23
sugoi
Adding an option to render only the shadow in SkDropSha...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
mtklein
Dilate approximated text bounds to squelch recent asser...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-16
piotaixr
Override SkCanvas::drawImage() in SkRecorder.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-09
mtklein
Add SkBBoxHierarchy::reserve() as an optional size...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-02
mtklein
Demote getCount, getDepth, and clear to RTree-only...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-02
mtklein
BBHs: void* data -> unsigned data
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
mtklein
Don't adjust the bounds after a restore with the restor...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-23
Mike Klein
We need to adjust the bounds of clip ops with SaveLayer...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-16
robertphillips
Fix bug in layer hoisting transition to SkRecord backend
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
mtklein
Fix drawPosText() bounds bug.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
mtklein
SkRecordPartialDraw with less code duplication
blob
|
commitdiff
|
raw
|
diff to current
2014-08-28
mtklein
Increase test tolerance.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-28
Mike Klein
More test debugging. Too close for decimal. I'm switc...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-27
Mike Klein
Add some debugging to figure out what's up with failing...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-27
mtklein
Convert BBH APIs to use SkRect.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-18
mtklein
Start actually bounding some draw ops.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
mtklein
SkRecordDraw: incorporate clip into BBH
blob
|
commitdiff
|
raw
|
diff to current
2014-08-11
mtklein
Plumbing for using a BBH in SkRecordDraw.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-08
mtklein
SkRecord: Strip out cull-skipping and y-only drawPosTex...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Mike Klein
Tick off some TODOs:
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
commit-bot@chromiu...
Remove SkRecorder's kWriteOnly mode.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
commit-bot@chromiu...
Don't clobber initial transform with SetMatrix.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
commit-bot@chromiu...
Backfill unit tests for SkRecord
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
commit-bot@chromiu...
Don't bother doing the empty clip check in SkRecordDraw.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
commit-bot@chromiu...
Start using type traits in src/record instead of macros.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
commit-bot@chromiu...
anticipate more optimizations by renaming some files...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
commit-bot@chromiu...
Mark our territory with (C).
blob
|
commitdiff
|
raw
|
diff to current
2014-04-10
commit-bot@chromiu...
SkRecordDraw: don't bother clipping an empty clip down...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
commit-bot@chromiu...
SkRecordDraw: skip draw ops when the clip is empty
blob
|
commitdiff
|
raw
|
diff to current