1. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  2. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  3. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  4. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  5. 2ee3c2c Add choke point for performing a fake endRecording by commit-bot@chromium.org · 10 years ago
  6. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  7. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  8. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  9. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  10. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  11. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  12. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  13. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  14. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  15. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  16. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  17. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  18. 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 10 years ago
  19. cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  20. 8121c6c Reverting r14225 (Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling - https://codereview.chromium.org/237673017/) due to compiler complaints by robertphillips@google.com · 10 years ago
  21. a387db2 Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling by robertphillips@google.com · 10 years ago
  22. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  23. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  24. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  26. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  27. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  28. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  29. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  30. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  31. eb9547c stub for ganesh veto by commit-bot@chromium.org · 10 years ago
  32. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  33. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  34. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  35. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 10 years ago
  36. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 10 years ago
  37. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  38. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  39. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  40. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  41. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  42. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 10 years ago
  43. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 10 years ago
  44. ade9a34 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  45. 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
  46. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago
  47. e8d9614 This is intended to make it easier for us to be backwards compatible. by commit-bot@chromium.org · 10 years ago
  48. d281c92 Add link to how to generate new SKPs when increasing the picture version by commit-bot@chromium.org · 10 years ago
  49. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 10 years ago
  50. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 10 years ago
  51. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  52. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 10 years ago
  53. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  54. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  55. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  56. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  57. e132f50 bump picture format to 17 to go with PixelRef Info CL by reed@google.com · 11 years ago
  58. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  59. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  60. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  61. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  62. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  63. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  64. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  65. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  66. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  67. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  68. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  69. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  70. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  71. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  72. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  73. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  74. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  75. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  77. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  78. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  79. ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
  80. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  81. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  82. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 11 years ago
  83. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 11 years ago
  84. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  85. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  86. 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 11 years ago
  87. be879bc Mark SkDrawPictureCallback with SK_API, so that it can be derived from by SK_API classes by commit-bot@chromium.org · 11 years ago
  88. edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
  89. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  90. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  92. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  93. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  94. 74b7ffd Fixes for piping bitmaps with encoded data. by scroggo@google.com · 11 years ago
  95. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  96. ad7d481 Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  97. 07a8ea0 Reverting r8654 by robertphillips@google.com · 11 years ago
  98. c10531b Add testing of optimizations to GM by robertphillips@google.com · 11 years ago
  99. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 11 years ago
  100. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 11 years ago