1. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  2. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  3. 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
  4. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  5. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  6. b2db898 rename filterTextFlags to disableLCD by reed · 10 years ago
  7. 6a070dc experimental by reed · 10 years ago
  8. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  9. a5414c4 Turn SkCanvasStateUtils into a class with static functions. by tfarina · 10 years ago
  10. d52893c Add doc on SkCanvas::drawImage*() methods by piotaixr · 10 years ago
  11. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  12. 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
  13. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  14. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  15. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  16. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  17. 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
  18. 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
  19. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  20. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  21. 8f2e791 add SK_API to forward declare in canvas.h by reed · 10 years ago
  22. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  23. 00d5c2c SkTextBlob by fmalita · 10 years ago
  24. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  25. 6cfa73a Start tracking the CTM while filling the BBH in SkRecordDraw. by mtklein · 10 years ago
  26. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  27. 872e3dc Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/457253002/) by reed · 10 years ago
  28. 47f9bdc Revert of remove (now unneeded) legacy onDrawPicture variant (https://codereview.chromium.org/456203002/) by reed · 10 years ago
  29. 2e69d29 remove (now unneeded) legacy onDrawPicture variant by reed · 10 years ago
  30. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  31. 3b1c3d2 add dummy onDrawPicture to allow migration for chrome overrides by reed · 10 years ago
  32. 963137b Stopped skipping tests in dm of SkPatch by implementing the by dandov · 10 years ago
  33. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  34. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  35. b184f7f Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  36. 651eaea Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels (https://codereview.chromium.org/388803007/) by reed · 10 years ago
  37. debba5c Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixels by reed · 10 years ago
  38. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  39. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  40. 696d361 Temporarily resurface matrix/clip save flags enum values. by fmalita · 10 years ago
  41. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  42. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  43. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  44. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
  45. c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
  46. 6ca763f More SaveFlags removal twiddling. by fmalita · 10 years ago
  47. 07fc662 Prepare for internal SaveFlags removal. by fmalita · 10 years ago
  48. 074fe9d Remove legacy drawPicture entry point by robertphillips · 10 years ago
  49. c3b589a SkClipStack::Element tweaks. by fmalita · 10 years ago
  50. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  51. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  52. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 10 years ago
  53. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  54. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  55. 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
  56. fc6dfba Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 10 years ago
  57. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  58. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  59. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  60. 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
  61. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  62. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  63. cae54f1 remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  64. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  65. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  66. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  67. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  68. 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
  69. 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
  70. 1121170 implement readPixels and writePixels natively, w/o using the (deprecated) by reed@google.com · 10 years ago
  71. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 11 years ago
  72. 180e36a Revert "hide Config8888 entirely". Broke a bunch of builds. by bsalomon@google.com · 11 years ago
  73. e14792d hide Config8888 entirely by commit-bot@chromium.org · 11 years ago
  74. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 11 years ago
  75. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  76. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  77. 42b0893 add NewRasterDirect for creating a canvas drawing to pre-allocated pixels by commit-bot@chromium.org · 11 years ago
  78. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  79. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  80. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  81. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 11 years ago
  82. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 11 years ago
  83. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 11 years ago
  84. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 11 years ago
  85. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 11 years ago
  86. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 11 years ago
  87. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 11 years ago
  88. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 11 years ago
  89. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 11 years ago
  90. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  91. 759cf48 Now that the matching changes have landed in Chromium we can clean up the API on our side. by commit-bot@chromium.org · 11 years ago
  92. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  93. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  94. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  95. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 11 years ago
  96. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  97. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 11 years ago
  98. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 11 years ago
  99. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 11 years ago
  100. 754de5f add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results by reed@google.com · 11 years ago