aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerHoister.cpp
Commit message (Expand)AuthorAge
...
* Address MSAA rendering in layer hoistingGravatar robertphillips2014-11-10
* Upgrade GPUOptimizeGravatar robertphillips2014-10-30
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60...Gravatar robertphillips2014-10-29
* Discard atlas after every MultiPictureDraw::drawGravatar robertphillips2014-10-29
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Alter layer hoisting to only hoist layers for one canvas at a timeGravatar robertphillips2014-10-28
* Track nested picture xform state for layer hoistingGravatar robertphillips2014-10-22
* Add clip to layer cacheGravatar robertphillips2014-10-20
* Fix bug in GrCachedLayer reuseGravatar robertphillips2014-10-10
* Remove unused SaveLayerInfo::fValid fieldGravatar robertphillips2014-10-09
* Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache keyGravatar robertphillips2014-10-09
* Revert of Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip ...Gravatar robertphillips2014-10-09
* Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache keyGravatar robertphillips2014-10-09
* Expose layer hoisting API in GrContextGravatar robertphillips2014-10-08
* Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDrawGravatar robertphillips2014-10-01
* Allow previously-hoisted layers to be reused in the same drawGravatar robertphillips2014-09-30
* Move offset and CTM from LayerCache Key to per-hoisted-layer infoGravatar robertphillips2014-09-29
* Update layer hoisting code to correctly render sub-picture layersGravatar robertphillips2014-09-24
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* remove RenderTargetFlags -- NewRenderTargetDirect will never clearGravatar reed2014-09-19
* Refactor layer hoisting codeGravatar robertphillips2014-09-18
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Fix two SkRecord-backed layer hoisting bugsGravatar robertphillips2014-09-08
* Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of ht...Gravatar robertphillips2014-09-08
* Fix two SkRecord-backed layer hoisting bugsGravatar robertphillips2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Switch Layer Hoisting over to SkRecord backendGravatar robertphillips2014-09-04
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Reorganize Layer Hoisting codeGravatar robertphillips2014-09-02