1. 3729469 Change clear() to respect the clip by reed · 10 years ago
  2. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  3. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  4. 6be2aa9 wip for drawables by reed · 10 years ago
  5. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  6. a63f32e Address MSAA rendering in layer hoisting by robertphillips · 10 years ago
  7. d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
  8. 4ab5a90 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  9. 9f36b87 Revert of Discard atlas after every MultiPictureDraw::draw (patchset #4 id:60001 of https://codereview.chromium.org/678403002/) by robertphillips · 10 years ago
  10. 6d5b545 Discard atlas after every MultiPictureDraw::draw by robertphillips · 10 years ago
  11. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  12. fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
  13. 9e6835d Track nested picture xform state for layer hoisting by robertphillips · 10 years ago
  14. 3aac6e0 Add clip to layer cache by robertphillips · 10 years ago
  15. 7bb9ed7 Fix bug in GrCachedLayer reuse by robertphillips · 10 years ago
  16. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  17. cbe80ca Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  18. 00878a1 Revert of Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key (patchset #1 id:1 of https://codereview.chromium.org/640373002/) by robertphillips · 10 years ago
  19. 27415b7 Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  20. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago
  21. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  22. b5a9715 Allow previously-hoisted layers to be reused in the same draw by robertphillips · 10 years ago
  23. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  24. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  25. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  26. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  27. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  28. 65b4895 remove RenderTargetFlags -- NewRenderTargetDirect will never clear by reed · 10 years ago
  29. 1c4c528 Refactor layer hoisting code by robertphillips · 10 years ago
  30. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  31. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  32. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 10 years ago
  33. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  34. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  35. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  36. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  37. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago