1. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  2. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  3. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  4. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  5. 72f92ac No need to short circuit the query rect here anymore. by mtklein · 10 years ago
  6. 6be2aa9 wip for drawables by reed · 10 years ago
  7. 8910879 Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional by robertphillips · 10 years ago
  8. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  9. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  10. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  11. d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
  12. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  13. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  14. ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  15. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  16. 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  17. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  18. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  19. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  20. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  21. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  22. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  23. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 10 years ago
  24. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  25. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  26. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  27. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  28. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  29. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  30. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  31. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  32. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  33. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  34. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  35. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  36. 131a22b Bound everything except drawText(). by mtklein · 10 years ago
  37. 68199a2 Unfurl catch-all bounds(). This makes it a little easier to track progress. by mtklein · 10 years ago
  38. 5f0e822 Support comment groups in SkRecord. by mtklein · 10 years ago
  39. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  40. c846049 1.5x -> 2x text size for y pad. by mtklein · 10 years ago
  41. d13291a Ignore small text sizes in the text bounding assert. by mtklein · 10 years ago
  42. 00d5c2c SkTextBlob by fmalita · 10 years ago
  43. 9a657fa fix #if to #ifdef for SK_DEBUG by caryclark · 10 years ago
  44. a19afb4 Cheat to go fast, but be careful in debug mode. by mtklein · 10 years ago
  45. 6332f1d Record concat as setMatrix. by mtklein · 10 years ago
  46. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  47. 62b67ae Start actually bounding some draw ops. by mtklein · 10 years ago
  48. 479601b Small tweaks and a bug fix. by mtklein · 10 years ago
  49. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago
  50. a723b57 SkRecordDraw: incorporate clip into BBH by mtklein · 10 years ago
  51. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  52. 828ce1f Start filling BBH in SkRecordDraw. by mtklein · 10 years ago
  53. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  54. 03bde3e SkTileGrid: store insertion order, return results sorted by that. by mtklein · 10 years ago
  55. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  56. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  57. f4078ad SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping. by mtklein · 10 years ago
  58. 2347b62 change drawPicture in SkRecord to just ref the picture by reed · 10 years ago
  59. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  60. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  61. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  62. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  63. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago[Renamed from src/record/SkRecordDraw.cpp]
  64. 99bd7d8 Try out SkMatrix::Concat. by commit-bot@chromium.org · 10 years ago
  65. 0a98d87 Don't clobber initial transform with SetMatrix. by commit-bot@chromium.org · 10 years ago
  66. 27f6b0d Add timing to dump_record. by commit-bot@chromium.org · 10 years ago
  67. c71da1f Convert all SkRecordPattern matchers into SkRecord mutators. by commit-bot@chromium.org · 10 years ago
  68. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 10 years ago
  69. 0974a61 Simplify empty-clip check. by commit-bot@chromium.org · 10 years ago
  70. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  71. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  72. 653d518 SkRecord bug fixes by commit-bot@chromium.org · 10 years ago
  73. 73b55eb SkRecordDraw: use SkCanvas::quickRejectY for text draws by commit-bot@chromium.org · 10 years ago
  74. c4b21e6 Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  75. ff2de7c SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  76. d9ce2be SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  77. e1d9443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. 506db0b SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago