1. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  2. d63f60a change all factories to return their base-class by reed · 9 years ago
  3. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  4. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  5. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  6. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  7. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  8. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  9. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  10. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  11. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  12. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  13. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  14. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. a16af21 Have SkPicture::willPlayBackBitmaps() count SkImages too. by mtklein · 9 years ago
  17. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  18. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  19. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  20. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  21. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  22. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  23. 2ecc000 Preserve SKP cullrects on deserialization by fmalita · 9 years ago
  24. eedc334 Fix leak in PictureTest.cpp by mtklein · 9 years ago
  25. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  26. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  27. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  28. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  29. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  30. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  31. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  32. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 9 years ago
  33. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  34. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 9 years ago
  35. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  36. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  37. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  38. 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 9 years ago
  39. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  40. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 9 years ago
  41. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  42. bfd5bff Simplify SkBBH::insert API by mtklein · 10 years ago
  43. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  44. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  45. e44acc9 remove more dead code by reed · 10 years ago
  46. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  47. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  48. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  49. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  50. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  51. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  52. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  53. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  54. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  55. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  56. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  57. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  58. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  59. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  60. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  61. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  62. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  63. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  64. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  65. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  66. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  67. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  68. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  69. d86b07a Fix PictureTest for new GPU veto by jvanverth · 10 years ago
  70. d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
  71. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  72. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  73. 9e6835d Track nested picture xform state for layer hoisting by robertphillips · 10 years ago
  74. 3aac6e0 Add clip to layer cache by robertphillips · 10 years ago
  75. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  76. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  77. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  78. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  79. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  80. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  81. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  82. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  83. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  84. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  85. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  86. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  87. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  88. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  89. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  90. d72094d Add test that confirms Pictures don't leak pixel refs. by mtklein · 10 years ago
  91. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  92. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  93. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  94. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  95. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  96. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  97. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  98. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  99. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  100. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago