1. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  2. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  3. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  4. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago
  7. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  8. b2497c2 change API contract: disallow zero-sized images or surfaces by reed · 10 years ago
  9. 4af267b add SkImage::newSurface by reed · 10 years ago
  10. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  11. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  12. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  13. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  14. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  15. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  16. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  17. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  18. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  19. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  20. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  21. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  22. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  23. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  24. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 11 years ago
  25. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  26. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  27. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  28. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  29. 1360c52 use SkImageInfo directly, instead of converting to SkBitmap::Config by reed@google.com · 11 years ago
  30. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  31. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  32. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  33. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  34. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  35. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  43. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  44. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 11 years ago
  45. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 11 years ago
  46. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  47. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  48. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  49. b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
  50. 97af1a6 Add caching of the snapshot image form a surface by reed@google.com · 12 years ago
  51. 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
  52. c906204 expand private subclasses into separate files by reed@google.com · 12 years ago