1. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  2. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  3. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  4. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  5. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  6. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  7. 3377975 Make SkTextBlob::RunIterator public. by halcanary · 9 years ago
  8. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  11. 4f0e047 handle no shader from image in drawAtlas by reed · 9 years ago
  12. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  13. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  14. 4c21dc5 add drawImageNine by reed · 9 years ago
  15. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  16. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  17. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  18. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  19. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  20. 2334fb6 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  21. 781d582 Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/) by bsalomon · 9 years ago
  22. 5b16e74 Make GrTextContext be owned by the GrDrawContext by robertphillips · 9 years ago
  23. 884e97c change internals over to SkPixmap and stop using accessBitmap by reed · 9 years ago
  24. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  25. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  26. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  27. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  28. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  29. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  30. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  31. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 9 years ago
  32. f603fb3 make drawImage a virtual on SkDevice by reed · 9 years ago
  33. 8dc0ccb disable LCD for layers w/ filters by reed · 9 years ago
  34. 76033be Revert[6] of Change device creation to see the (optional) layer-paint by reed · 9 years ago
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 1182d9a Change device creation to see the (optional) layer-paint by reed · 9 years ago
  41. 024f996 Text blob run paints should be filtered. by fmalita · 9 years ago
  42. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  43. ec57b54 remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR code by reed · 10 years ago
  44. 08c357c remove device::clear -- no longer called by reed · 10 years ago
  45. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  46. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  47. 1962f52 Revert of implement device::clear until we can remove callers in chrome skia/ext (patchset #1 id:1 of https://codereview.chromium.org/773903002/) by reed · 10 years ago
  48. 252fccf implement device::clear until we can remove callers in chrome skia/ext by reed · 10 years ago
  49. 3729469 Change clear() to respect the clip by reed · 10 years ago
  50. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  51. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  52. 6987dca Rename onCreateDevice -> onCreateCompatibleDevice by fmalita · 10 years ago
  53. 5adbf1b Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/) by reed · 10 years ago
  54. b122ee5 start to replace onCreateDevice with onCreateCompatibleDevice by reed · 10 years ago
  55. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  56. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  57. b2d77e4 add gamma value to deviceproperties by reed · 10 years ago
  58. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  59. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  60. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  61. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  62. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  63. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  64. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  65. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  66. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  67. 45f7842 Fixed memory leak for nanobench and crashing in SampleApp NOTREECHECKS=True by dandov · 10 years ago
  68. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  69. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  70. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  71. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  72. f252f64 hide virtuals on device for width/height/isopaque by reed · 10 years ago
  73. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  74. d942731 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  75. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  76. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 10 years ago
  77. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  78. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  79. 7111d46 Revert "Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/)" by reed@google.com · 10 years ago
  80. 231f6b8 Revert of implement readPixels and writePixels natively, w/o using the (deprecated) (https://codereview.chromium.org/199733016/) by commit-bot@chromium.org · 10 years ago
  81. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  82. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 10 years ago
  83. e14792d hide Config8888 entirely by commit-bot@chromium.org · 10 years ago
  84. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  85. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  86. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  87. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  88. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  89. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  90. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  91. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 10 years ago
  92. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  93. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  94. 25c7127 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  96. 900ecf2 use colortype instead of config by reed@google.com · 11 years ago
  97. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  98. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  99. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  100. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago