aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PictureTest.cpp
Commit message (Expand)AuthorAge
* option to return drawable from recordingGravatar reed2014-11-24
* add some debugging to SkNVRefCntGravatar reed2014-11-24
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Fix PictureTest for new GPU vetoGravatar jvanverth2014-11-04
* Upgrade GPUOptimizeGravatar robertphillips2014-10-30
* Make RTree handle the case where the playback canvas has empty clip boundsGravatar junov2014-10-30
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Track nested picture xform state for layer hoistingGravatar robertphillips2014-10-22
* Add clip to layer cacheGravatar robertphillips2014-10-20
* Remove unused SaveLayerInfo::fValid fieldGravatar robertphillips2014-10-09
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Update layer hoisting code to correctly render sub-picture layersGravatar robertphillips2014-09-24
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* Turn on the save-layer optimization.Gravatar mtklein2014-09-08
* Turn on all pixel-perfect SkRecord optimizations.Gravatar mtklein2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Add test that confirms Pictures don't leak pixel refs.Gravatar mtklein2014-08-27
* Switch GPU Optimization code to SkRecordGravatar robertphillips2014-08-27
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Remove SkQuadTree.Gravatar mtklein2014-08-26
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* Implement SkPicture::hasText() for SkRecord backend.Gravatar mtklein2014-08-20
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* Revert "Move the code over using the same template type approach previously u...Gravatar Mike Klein2014-08-18
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-18
* Counterproposal for skirting the BBH when the query fully contains the picture.Gravatar mtklein2014-08-18
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* Rename GPUAccelData to GrAccelDataGravatar robertphillips2014-08-18
* Fix end-of-pattern matching for Skia recording optimization.Gravatar dneto2014-07-30
* Fix alpha textures in NV ES3 contexts on Windows.Gravatar bsalomon2014-07-17
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01