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