index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureRecord.cpp
Commit message (
Expand
)
Author
Age
*
Consolidate SkCanvas matrix virtuals.
commit-bot@chromium.org
2014-03-25
*
Fix cull nesting assertion.
commit-bot@chromium.org
2014-03-20
*
De-virtualize SkCanvas matrix ops.
commit-bot@chromium.org
2014-03-13
*
De-virtualize SkCanvas save/restore.
commit-bot@chromium.org
2014-03-12
*
Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...
commit-bot@chromium.org
2014-03-12
*
Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...
commit-bot@chromium.org
2014-03-11
*
Revert "De-virtualize SkCanvas save/restore."
fmalita@google.com
2014-03-11
*
De-virtualize SkCanvas save/restore.
fmalita@google.com
2014-03-11
*
Once Chromium starts holding on to paths and we can actually reuse cached pat...
commit-bot@chromium.org
2014-03-07
*
This is just the first version and shows how I intend to orchestrate this. Fu...
commit-bot@chromium.org
2014-03-07
*
The motivation for this CL is to de-clutter SkPicture's beginRecording method.
commit-bot@chromium.org
2014-03-04
*
add new onClip* methods to SkCanvas
robertphillips@google.com
2014-02-28
*
Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...
robertphillips@google.com
2014-02-28
*
add new onClip* methods to SkCanvas
robertphillips@google.com
2014-02-28
*
Culling API
commit-bot@chromium.org
2014-02-27
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-21
*
add SkCanvas::drawDRRect
commit-bot@chromium.org
2014-02-21
*
This CL improves saveLayer handling in the SkMatrixClipStateMgr by:
commit-bot@chromium.org
2014-02-19
*
Revert changes which were breaking the build.
commit-bot@chromium.org
2014-02-18
*
Improve saveLayer handling in SkMatrixClipStateMgr
robertphillips@google.com
2014-02-18
*
change PictureRecord (and its private subclasses) to take size instead of device
commit-bot@chromium.org
2014-02-17
*
still trying to kill setDevice: rename to setRootDevice (better name) and mak...
commit-bot@chromium.org
2014-02-17
*
Templetized SkWriter32 readTAt() & overwriteTAt()
commit-bot@chromium.org
2014-02-11
*
Collapse matrix & clip stack in PictureRecord
robertphillips@google.com
2014-02-11
*
SkPictureRecord: silently do nothing for non-drawable SkBitmaps.
commit-bot@chromium.org
2014-02-10
*
remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface
reed@google.com
2014-02-05
*
Clean up SkPictureRecord.cpp
robertphillips@google.com
2014-02-05
*
Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be wr...
robertphillips@google.com
2014-02-04
*
Update SkPictureRecord to allow some ops to be written separately
robertphillips@google.com
2014-02-04
*
Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.
commit-bot@chromium.org
2014-01-31
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
Remove a stray setReserve that causes dynamic allocation in picture creation.
commit-bot@chromium.org
2014-01-21
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
reenable vertices gm, adding picture support
reed@google.com
2013-12-30
*
Disable the save/clip/restore peephole optimization when a bounding hierarchy...
commit-bot@chromium.org
2013-11-22
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...
bsalomon@google.com
2013-10-22
*
If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...
bsalomon@google.com
2013-10-22
*
Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...
robertphillips@google.com
2013-10-17
*
If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...
commit-bot@chromium.org
2013-10-17
*
Second wave of Win64 warning cleanup
robertphillips@google.com
2013-10-15
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder()
fmalita@google.com
2013-08-27
*
Remove the call to getFontMetrics from SkBBoxRecord
commit-bot@chromium.org
2013-08-22
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
use SkTDynamicHash in picture recording
mtklein@google.com
2013-08-20
[next]