index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureRecord.h
Commit message (
Expand
)
Author
Age
*
remove all guards for changes to drawBitmapRect / drawImageRect
reed
2015-07-28
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
fix up virtual / override stuff
reed
2015-06-25
*
add drawImageNine
reed
2015-06-25
*
add SkCanvas::drawAtlas
reed
2015-06-24
*
change old picture serialization to really handle images
reed
2015-06-22
*
Remove the SkCanvas comment API
fmalita
2015-06-15
*
change internals over to SkPixmap and stop using accessBitmap
reed
2015-05-26
*
Make drawImage a virtual on SkDevice
reed
2015-05-06
*
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset ...
reed
2015-05-06
*
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of...
reed
2015-05-06
*
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice
reed
2015-05-05
*
Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https...
reed
2015-05-05
*
Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://coderev...
reed
2015-05-04
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...
reed
2015-01-05
*
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...
reed
2015-01-05
*
move remaining virtual draw methods to onDraw
reed
2015-01-04
*
remove unused drawData
reed
2015-01-02
*
Remove SkCanvas::isDrawingToLayer
junov
2014-12-15
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Change clear() to respect the clip
reed
2014-12-04
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half.
mtklein
2014-11-12
*
More cleanup: streamline paths and bitmaps.
mtklein
2014-11-12
*
Start stripping out complicated parts of SkPicture{Record,Data}.
mtklein
2014-11-12
*
Removing dead code from CanvasTest
piotaixr
2014-10-28
*
Strip old backend recording down to essentials
mtklein
2014-09-30
*
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...
reed
2014-09-22
*
Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...
reed
2014-09-21
*
introduce Props to surface (work in progress)
reed
2014-09-21
*
SkTextBlob plumbing
fmalita
2014-08-26
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
Cleaning up SkPicture-related classes
robertphillips
2014-08-11
*
Remove Matrix/Clip State collapse code
robertphillips
2014-08-11
*
add drawPicture variant that takes a matrix and paint
reed
2014-08-09
*
Moved SkPictureContentInfo into its own file. It now tracks the number of skia
hendrikw
2014-08-08
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
Cleanup SkPicture* classes a bit
robertphillips
2014-07-10
*
Rename SkPicturePlayback to SkPictureData
robertphillips
2014-07-01
*
SaveFlags be-gone
Florin Malita
2014-06-30
*
Remove SkPicture pointer from SkPicturePlayback
robertphillips
2014-06-12
*
Remove picture pre-allocation from SkPictureRecorder
robertphillips
2014-06-11
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Fix for empty saveLayer() with a filter which affects transparent black.
senorblanco@chromium.org
2014-05-06
*
First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture
commit-bot@chromium.org
2014-04-23
[next]