1. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  2. 8432808 check for inverted rects before we quick-reject by reed · 10 years ago
  3. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  4. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  5. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  6. de358a9 BUG=skia: by joshualitt · 10 years ago
  7. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 10 years ago
  8. 96a857e initial preroll api by reed · 10 years ago
  9. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  10. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  11. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  12. 0acf1b4 add private flag for sprite-as-bitmap by reed · 10 years ago
  13. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  14. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  15. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  16. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  17. 96472de dd readPixels to SkImage by reed · 10 years ago
  18. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  19. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  20. a8918a0 Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul (patchset #3 id:40001 of https://codereview.chromium.org/790733003/) by reed · 10 years ago
  21. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  22. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  23. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  24. 3729469 Change clear() to respect the clip by reed · 10 years ago
  25. 9881d63 Make skia trace category disabled by default. by danakj · 10 years ago
  26. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  27. 8ebaa71 Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/) by fmalita · 10 years ago
  28. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  29. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  30. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  31. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  32. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  33. b07a94f add roundOut that returns its result by reed · 10 years ago
  34. 6be2aa9 wip for drawables by reed · 10 years ago
  35. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  36. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  37. 6a070dc experimental by reed · 10 years ago
  38. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  39. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  40. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  41. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  42. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  43. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  44. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  45. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  46. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  47. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  48. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  49. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  50. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  51. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  52. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  53. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  54. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  55. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  56. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  57. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  58. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  59. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  60. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  61. 73e714e cleanup rasterclip helper by reed · 10 years ago
  62. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  63. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  64. 8482504 make allocPixels throw on failure by reed · 10 years ago
  65. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  66. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  67. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  68. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  69. 00d5c2c SkTextBlob by fmalita · 10 years ago
  70. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  71. f92c866 simplify SkCanvas::init() by reed · 10 years ago
  72. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  73. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  74. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  75. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  76. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  77. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  78. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  79. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  80. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  81. 1f836ee with no save flag options, we can directly reference matrix and clip in MCRec by reed · 10 years ago
  82. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  83. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  84. 4af35f3 writepixels needs to bump genID by reed · 10 years ago
  85. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  86. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
  87. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  88. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  89. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  90. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  91. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  92. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  93. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  94. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  95. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  96. 2a67e12 This adds a checkbox to the debugger to allow seeing the effect pathops has on the clip. A new tab shows the C code that the pathops generate. by commit-bot@chromium.org · 10 years ago
  97. fc6dfba Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 10 years ago
  98. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  99. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  100. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago