1. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  2. 4ec84da Move allocation of texture from SkGpuDevice to GrLayerCache by robertphillips · 10 years ago
  3. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  4. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  5. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  6. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  7. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  8. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  9. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  10. 3d41c4a Revert r14650 (Fix rendering artifacts in pull-saveLayers-forward mode - https://codereview.chromium.org/267293007) due to unit test failures by robertphillips@google.com · 10 years ago
  11. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  12. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  13. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  14. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  15. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  16. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  17. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  18. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  19. c3c67df remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  20. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  21. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  22. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  23. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  24. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  25. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 10 years ago
  26. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 10 years ago
  27. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  28. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 10 years ago
  29. 6f4fb0f Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 10 years ago
  30. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  31. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  32. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  33. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
  34. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  35. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  36. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  37. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  38. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  39. 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
  40. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  41. 826b415 Only print error message in debug mode. by scroggo@google.com · 11 years ago
  42. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 11 years ago
  43. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 11 years ago
  44. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago
  45. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago
  46. 3f71372 Switch debugger profiling stubs over to being guarded by SK_DEVELOPER by robertphillips@google.com · 12 years ago
  47. 306ab9d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. 4ed0fb7 revert 6766, thereby re-landing 6762-6763 now that the bots are ready by reed@google.com · 12 years ago
  49. 25c1408 revert 6762-6763, since those require new skps to be generated, and we can't by reed@google.com · 12 years ago
  50. 68d61ed make RRect and Oval first-class drawing primitives in SkCanvas. by reed@google.com · 12 years ago
  51. 5f97114 Make debugger profiling honor deleted commands by robertphillips@google.com · 12 years ago
  52. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  53. 6f6dfb4 Added profiling stubs to SkPicturePlayback by robertphillips@google.com · 12 years ago
  54. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  55. 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
  56. c9ab987 Implement multi-threaded picture playback via cloning. by djsollen@google.com · 12 years ago
  57. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  58. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  59. 1554360 Store more behavior of SkFlatDictionary in SkFlatController. by scroggo@google.com · 12 years ago
  60. f4cc187 use SkTRefArray to share readonly data between pictures by reed@google.com · 12 years ago
  61. ddf98a8 use SkData to share between record and playback by reed@google.com · 12 years ago
  62. 6756209 Expand header in serialized pictures by reed@google.com · 12 years ago
  63. ed38495 add PictInfo chunk to serialized pictures by reed@google.com · 12 years ago
  64. 2d8c757 Remove unecessary virtual calls by having SkPicture use SkReader32 directly. by djsollen@google.com · 12 years ago
  65. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  66. 74b4619 Formatting cleanup: remove extra whitespace by vandebo@chromium.org · 13 years ago
  67. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  68. a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
  69. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  70. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  71. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  72. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  73. 8a1c16f grab from latest android by reed@android.com · 16 years ago