1. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  2. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  3. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  4. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  5. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  6. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  7. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  8. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  9. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  10. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  11. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  12. e238057 SamplePicture no longer uses SkImageRef by halcanary@google.com · 11 years ago
  13. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  14. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  15. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  16. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  17. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  18. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  19. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  27. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  28. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  29. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  30. 84cfce1 use SkStream factory for files, and check for null (file-not-found) speedup sampleapp's animation by reed@google.com · 11 years ago
  31. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  33. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  34. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  35. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  36. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  37. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  38. 5fd9243 switch to inheriting from SampleView by mike@reedtribe.org · 13 years ago
  39. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  40. 7d970c7 updates by reed@android.com · 14 years ago
  41. cb60844 add drawData() to canvas, to record data blobs by reed@android.com · 15 years ago
  42. 4417740 add SampleCode::GetAnimTime() so slides go through a central location for by reed@android.com · 15 years ago
  43. c6ddc11 use imageref_globalpool in samplepicture, to test flattening bitmaps by reed@android.com · 15 years ago
  44. 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
  45. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago
  46. 8a1c16f grab from latest android by reed@android.com · 16 years ago