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