C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / tests / RecordDrawTest.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-07 schenneyUpdate SkPicture cull rects with RTree information
2015-03-05 joshualittRevert of Update SkPicture cull rects with RTree inform...
2015-03-05 schenneyUpdate SkPicture cull rects with RTree information
2015-02-10 mtkleinSimplify SkBBH::insert API
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-07 robertphillipsRename SkDrawPictureCallback to SkPicture::AbortCallback
2015-01-07 reedRevert of Rename SkDrawPictureCallback to SkPicture...
2015-01-06 robertphillipsRename SkDrawPictureCallback to SkPicture::AbortCallback
2015-01-05 reedRevert of Revert of move remaining virtual draw methods...
2015-01-05 reedRevert of move remaining virtual draw methods to onDraw...
2015-01-05 reedmove remaining virtual draw methods to onDraw
2014-12-22 reedadd testing flag to ignore saveLayer bounds
2014-12-16 mtkleinRevert of Use SkPaint::getFontBounds() for text boundin...
2014-12-16 mtkleinUse SkPaint::getFontBounds() for text bounding boxes...
2014-12-11 reedDefer saves() until they're needed
2014-12-10 reedRemove canvas::NewRaster, and rename surface::NewRaster...
2014-12-09 reedRevert of remove (dumb) canvas::NewRaster, and rename...
2014-12-09 reedremove (dumb) canvas::NewRaster, and rename surface...
2014-12-04 reedChange clear() to respect the clip
2014-12-03 reedRevert "Change clear() to respect the clip"
2014-12-02 reedChange clear() to respect the clip
2014-11-24 reedoption to return drawable from recording
2014-11-19 tomhudsonImplement SkPicture::bytesUsed() for SkRecord backend
2014-11-18 reedwip for drawables
2014-11-12 mtkleinClang incorrectly thinks this typedef is unused.
2014-11-03 robertphillipsShrink saveLayer device bounds when it supplies an...
2014-10-29 mtkleinRevert of Use SkTypeface::getBounds() in bounding-box...
2014-10-29 mtkleinUse SkTypeface::getBounds() in bounding-box calculations.
2014-10-29 mtkleinRevert of Use SkTypeface::getBounds() in bounding-box...
2014-10-29 mtkleinUse SkTypeface::getBounds() in bounding-box calculations.
2014-10-27 mtkleinCut down SkBBH API more.
2014-10-23 sugoiAdding an option to render only the shadow in SkDropSha...
2014-10-20 mtkleinDilate approximated text bounds to squelch recent asser...
2014-10-16 piotaixrOverride SkCanvas::drawImage() in SkRecorder.
2014-10-09 mtkleinAdd SkBBoxHierarchy::reserve() as an optional size...
2014-10-02 mtkleinDemote getCount, getDepth, and clear to RTree-only...
2014-10-02 mtkleinBBHs: void* data -> unsigned data
2014-10-01 mtkleinDon't adjust the bounds after a restore with the restor...
2014-09-23 Mike KleinWe need to adjust the bounds of clip ops with SaveLayer...
2014-09-16 robertphillipsFix bug in layer hoisting transition to SkRecord backend
2014-09-02 mtkleinFix drawPosText() bounds bug.
2014-09-02 mtkleinSkRecordPartialDraw with less code duplication
2014-08-28 mtkleinIncrease test tolerance.
2014-08-28 Mike KleinMore test debugging. Too close for decimal. I'm switc...
2014-08-27 Mike KleinAdd some debugging to figure out what's up with failing...
2014-08-27 mtkleinConvert BBH APIs to use SkRect.
2014-08-18 mtkleinStart actually bounding some draw ops.
2014-08-15 mtkleinSkRecordDraw: incorporate clip into BBH
2014-08-11 mtkleinPlumbing for using a BBH in SkRecordDraw.
2014-08-08 mtkleinSkRecord: Strip out cull-skipping and y-only drawPosTex...
2014-06-24 Mike KleinTick off some TODOs:
2014-05-29 commit-bot@chromiu... Remove SkRecorder's kWriteOnly mode.
2014-05-19 commit-bot@chromiu... Don't clobber initial transform with SetMatrix.
2014-04-30 commit-bot@chromiu... Backfill unit tests for SkRecord
2014-04-29 commit-bot@chromiu... Don't bother doing the empty clip check in SkRecordDraw.
2014-04-28 commit-bot@chromiu... Start using type traits in src/record instead of macros.
2014-04-21 commit-bot@chromiu... anticipate more optimizations by renaming some files...
2014-04-11 commit-bot@chromiu... Mark our territory with (C).
2014-04-10 commit-bot@chromiu... SkRecordDraw: don't bother clipping an empty clip down...
2014-04-09 commit-bot@chromiu... SkRecordDraw: skip draw ops when the clip is empty