1. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  2. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  3. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  4. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  5. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  6. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  7. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  8. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  9. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  10. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  11. cd1d41e remove unneeded device:lockpixels by reed · 9 years ago
  12. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  13. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  14. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  16. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 9 years ago
  17. 173e5fe Revert of Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1005173004/) by reed · 9 years ago
  18. 307d1ed Revert of Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1001423002/) by reed · 9 years ago
  19. 8e14d66 Revert of Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1006923002/) by reed · 9 years ago
  20. f7076a1 Revert of Revert of Change device creation to see the (optional) layer-paint (patchset #1 id:1 of https://codereview.chromium.org/1008863002/) by reed · 9 years ago
  21. 0e040f7 Revert of Change device creation to see the (optional) layer-paint (patchset #9 id:160001 of https://codereview.chromium.org/988413003/) by reed · 9 years ago
  22. 1182d9a Change device creation to see the (optional) layer-paint by reed · 9 years ago
  23. f87fe78 use common impl for drawTextOnPath by reed · 9 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  26. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  27. 3729469 Change clear() to respect the clip by reed · 10 years ago
  28. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  29. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  30. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  31. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  32. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  33. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  34. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  35. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  36. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  37. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  38. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  39. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  40. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  41. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  42. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  43. 4585144 remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code by reed · 10 years ago
  44. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  45. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  46. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  47. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  48. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  49. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  50. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  51. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  52. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  53. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  54. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  55. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  56. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  57. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  58. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 10 years ago
  59. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  60. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  61. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  62. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  63. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  64. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  65. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  66. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  67. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  68. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  69. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  70. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  78. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  79. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  80. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  81. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  82. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  83. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  84. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  85. 37c18e4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 9241e33 Chromium staging for SkDevice refactoring by robertphillips@google.com · 11 years ago