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
*
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
*
This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...
commit-bot@chromium.org
2013-08-16
*
Prevent picture recording from over optimizing the culling of clips.
djsollen@google.com
2013-08-13
*
Moving updateClipConservativelyUsingBounds into SkCanvas
junov@chromium.org
2013-05-29
*
First pass at Comment API
robertphillips@google.com
2013-05-29
*
Remove duplicated code in SkPictureRecord::drawRRect
junov@chromium.org
2013-05-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-09
*
Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve...
junov@chromium.org
2013-05-08
*
reverting 9031
junov@chromium.org
2013-05-07
*
Fix SkPicture path bound optimization to handle inverse filled paths.
junov@chromium.org
2013-05-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-13
*
Compiler warning/error patch for r8658
robertphillips@google.com
2013-04-12
*
Add testing of optimizations to GM
robertphillips@google.com
2013-04-12
*
Reverting r8654
robertphillips@google.com
2013-04-12
*
Add testing of optimizations to GM
robertphillips@google.com
2013-04-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-16
*
Patch to fix NULL ptr dereference in 8171 on Linux
robertphillips@google.com
2013-03-15
*
Fixing SkPicture command pattern optimizations to make them work correctly wi...
commit-bot@chromium.org
2013-03-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
Fixed unitialized memory access bug in r8106
robertphillips@google.com
2013-03-12
*
Fixed compiler error/warning
robertphillips@google.com
2013-03-12
*
fix warning: use size_t when comparing to SK_ARRAY_COUNT
reed@google.com
2013-03-12
*
Refactor PictureRecord optimization & added saveLayer/save/clipR/DBM*/restore...
robertphillips@google.com
2013-03-12
*
Put SkPictureRecord saveLayer optimization behind a compiler flag
robertphillips@google.com
2013-03-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-02
*
Reland r7918 & r7916
robertphillips@google.com
2013-03-01
*
Revert r7918 & r7916 due to Linux rendering issues
robertphillips@google.com
2013-03-01
*
Fix for Mac compiler problem in 7916
robertphillips@google.com
2013-03-01
*
Fix for skp chunk sizes when clips are used outside of any save
robertphillips@google.com
2013-03-01
*
Collapse saveLayer/drawBitmapRect/restore trios to drawBitmapRect when possible
robertphillips@google.com
2013-03-01
*
remove experimental code that accidentally got delivered
robertphillips@google.com
2013-02-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-16
*
Add NOOP "command" to picture format
robertphillips@google.com
2013-02-15
*
Fix for skp chunk sizes when clips are used outside of any save
robertphillips@google.com
2013-02-15
*
Now store chunk size in skp file format
robertphillips@google.com
2013-02-15
*
Simple Build fix. Unreviewed.
junov@chromium.org
2013-01-22
*
Fixing invalid text clipping on SkPicture playback
junov@chromium.org
2013-01-22
*
Don't die when there are no fonts available.
bungeman@google.com
2013-01-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
don't convert clipPath -> clipRect if the path is inverse-filled
reed@google.com
2012-12-10
*
cache fontmetrics in picture-record
reed@google.com
2012-12-07
*
Handle recording a bitmap if copy fails.
scroggo@google.com
2012-12-04
*
remove legacy build-guards, now that webkit has rebaselined these.
reed@google.com
2012-11-26
*
Convert clipPaths to clipRects where possible in pictureRecord
robertphillips@google.com
2012-11-07
*
catch empty stack in restorefixup called by clipRect
reed@google.com
2012-10-02
[next]