1. 112e7e2 Observe surface LCD settings in SkBaseDevice::drawTextBlob() by fmalita · 10 years ago
  2. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  3. 6a070dc experimental by reed · 10 years ago
  4. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  5. 8f757f5 Add tracing to the SkCanvas drawFoo() methods to find long draw ops. by danakj · 10 years ago
  6. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  7. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  8. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  9. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  10. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  11. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  12. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  13. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  14. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  15. 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
  16. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  17. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  18. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  19. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  20. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  21. 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
  22. 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
  23. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  24. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  25. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  26. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  27. 73e714e cleanup rasterclip helper by reed · 10 years ago
  28. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  29. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  30. 8482504 make allocPixels throw on failure by reed · 10 years ago
  31. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  32. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  33. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  34. 37ecbaf [SkTextBlob] Merge run font data at draw time. by fmalita · 10 years ago
  35. 00d5c2c SkTextBlob by fmalita · 10 years ago
  36. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  37. f92c866 simplify SkCanvas::init() by reed · 10 years ago
  38. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  39. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  40. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  41. be129b2 Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache. by senorblanco · 10 years ago
  42. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  43. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  44. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  45. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  46. 7cdc1ee Add always-threaded SkRecord quilt tests. by mtklein · 10 years ago
  47. 1f836ee with no save flag options, we can directly reference matrix and clip in MCRec by reed · 10 years ago
  48. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  49. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  50. 4af35f3 writepixels needs to bump genID by reed · 10 years ago
  51. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  52. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
  53. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  54. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  55. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  56. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  57. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  58. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  59. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  60. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  61. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  62. 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
  63. fc6dfba Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 10 years ago
  64. 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
  65. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  66. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  67. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  68. 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
  69. 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
  70. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  71. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  72. 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
  73. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  74. fd4ee4d NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  75. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  76. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  77. 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
  78. 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  79. 1a479e7 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  80. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  81. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  82. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  83. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  84. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  85. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  86. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  87. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  88. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  89. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  90. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  91. 2b290ce Minor cleanup (moved out of main CL) by commit-bot@chromium.org · 10 years ago
  92. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  93. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 10 years ago
  94. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  95. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  96. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  97. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  98. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  99. 42b0893 add NewRasterDirect for creating a canvas drawing to pre-allocated pixels by commit-bot@chromium.org · 10 years ago
  100. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago