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