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
*
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
*
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
[next]