index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PictureTest.cpp
Commit message (
Expand
)
Author
Age
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
add some debugging to SkNVRefCnt
reed
2014-11-24
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
Add SkNVRefCnt, prune down SkPicture's size
mtklein
2014-11-20
*
Implement SkPicture::bytesUsed() for SkRecord backend
tomhudson
2014-11-19
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
*
allow pictures to have a full bounds
reed
2014-11-19
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
*
Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp
robertphillips
2014-11-12
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Fix PictureTest for new GPU veto
jvanverth
2014-11-04
*
Upgrade GPUOptimize
robertphillips
2014-10-30
*
Make RTree handle the case where the playback canvas has empty clip bounds
junov
2014-10-30
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Track nested picture xform state for layer hoisting
robertphillips
2014-10-22
*
Add clip to layer cache
robertphillips
2014-10-20
*
Remove unused SaveLayerInfo::fValid field
robertphillips
2014-10-09
*
Add SkBBoxHierarchy::reserve() as an optional size hint.
mtklein
2014-10-09
*
Demote getCount, getDepth, and clear to RTree-only methods.
mtklein
2014-10-02
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Remove DEPRECATED_beginRecording().
mtklein
2014-10-01
*
Update layer hoisting code to correctly render sub-picture layers
robertphillips
2014-09-24
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
Revert of Revert of allow canvas to force conservative clips (for speed) (pat...
reed
2014-09-09
*
Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...
reed
2014-09-09
*
Allow SkCanvas to be initialized to force conservative rasterclips. This has ...
reed
2014-09-09
*
Turn on the save-layer optimization.
mtklein
2014-09-08
*
Turn on all pixel-perfect SkRecord optimizations.
mtklein
2014-09-08
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Change SkPicture::draw to playback
robertphillips
2014-09-04
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Add test that confirms Pictures don't leak pixel refs.
mtklein
2014-08-27
*
Switch GPU Optimization code to SkRecord
robertphillips
2014-08-27
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Remove SkQuadTree.
mtklein
2014-08-26
*
Install a hook to swap between SkPicture backends with a single define.
mtklein
2014-08-21
*
Our SkPicture::Analysis visitors should recurse into nested pictures.
mtklein
2014-08-21
*
Implement SkPicture::hasText() for SkRecord backend.
mtklein
2014-08-20
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-20
*
Revert "Move the code over using the same template type approach previously u...
Mike Klein
2014-08-18
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-18
[next]