1. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  2. 96472de dd readPixels to SkImage by reed · 10 years ago
  3. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  4. 3054be1 Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  5. 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
  6. 2c1605a remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul by reed · 10 years ago
  7. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  8. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  9. 3729469 Change clear() to respect the clip by reed · 10 years ago
  10. 9881d63 Make skia trace category disabled by default. by danakj · 10 years ago
  11. f0090cb add basic tests for save/restore counting by reed · 10 years ago
  12. 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
  13. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  14. 378e70d SkCanvas::clear() should call down to devices even when the clip is empty. by mtklein · 10 years ago
  15. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  16. 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
  17. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  18. b07a94f add roundOut that returns its result by reed · 10 years ago
  19. 6be2aa9 wip for drawables by reed · 10 years ago
  20. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  21. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  22. 6a070dc experimental by reed · 10 years ago
  23. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  24. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  25. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  26. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  27. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  28. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  29. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  30. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  31. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  32. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  33. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  34. 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
  35. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  36. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  37. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  38. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  39. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  40. 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
  41. 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
  42. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  43. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  44. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  45. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  46. 73e714e cleanup rasterclip helper by reed · 10 years ago
  47. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  48. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  49. 8482504 make allocPixels throw on failure by reed · 10 years ago
  50. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  51. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  52. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  53. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  54. 00d5c2c SkTextBlob by fmalita · 10 years ago
  55. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  56. f92c866 simplify SkCanvas::init() by reed · 10 years ago
  57. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  58. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  59. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  60. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  61. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  62. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  63. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  64. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  65. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  66. 1f836ee with no save flag options, we can directly reference matrix and clip in MCRec by reed · 10 years ago
  67. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  68. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  69. 4af35f3 writepixels needs to bump genID by reed · 10 years ago
  70. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  71. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
  72. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  73. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  74. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  75. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  76. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  77. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  78. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  79. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  80. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  81. 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
  82. fc6dfba Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 10 years ago
  83. 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
  84. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  85. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  86. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  87. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 10 years ago
  88. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  89. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  90. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  91. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  92. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  93. fd4ee4d NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  94. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  95. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  96. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 10 years ago
  97. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  98. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  99. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  100. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago