1. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  2. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  3. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  4. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 10 years ago
  5. 28361fa Add discard API to SkCanvas, plumb it to glDiscardFramebuffer() by commit-bot@chromium.org · 10 years ago
  6. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  7. 2b290ce Minor cleanup (moved out of main CL) by commit-bot@chromium.org · 10 years ago
  8. d9ea09e Consolidate SkCanvas matrix virtuals. by commit-bot@chromium.org · 10 years ago
  9. 520cf8b Fix cull nesting assertion. by commit-bot@chromium.org · 10 years ago
  10. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  11. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  12. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  13. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 10 years ago
  14. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  15. 42b0893 add NewRasterDirect for creating a canvas drawing to pre-allocated pixels by commit-bot@chromium.org · 10 years ago
  16. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  17. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  18. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  19. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  20. 44c48d0 De-virtualize SkCanvas matrix ops. by commit-bot@chromium.org · 10 years ago
  21. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  22. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  23. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  24. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  25. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  26. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  27. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  28. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 10 years ago
  29. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  30. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  31. e597e7b Remove MCRec.fNext by commit-bot@chromium.org · 10 years ago
  32. 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
  33. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  34. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  35. 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
  36. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  37. 3107b6a add SkCanvas::NewRaster factory -- a very common use-case in chrome by commit-bot@chromium.org · 10 years ago
  38. 210ae2a Culling API by commit-bot@chromium.org · 10 years ago
  39. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 10 years ago
  40. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 10 years ago
  41. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 10 years ago
  42. 754de5f add isClipEmpty() -- encourage clients to call this rather than checking clipFoo() results by reed@google.com · 10 years ago
  43. 89f077c Fix saveLayer() clipping w/filters, GPU path. by senorblanco@chromium.org · 10 years ago
  44. 0b45dc4 fix the visual difference of raster vs gpu -- inverse_paths by commit-bot@chromium.org · 10 years ago
  45. 25c7127 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  46. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 10 years ago
  47. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  48. 403f8d7 still trying to kill setDevice: rename to setRootDevice (better name) and make private by commit-bot@chromium.org · 10 years ago
  49. 14e50ae Make canvas pass rrects along to clip stack by commit-bot@chromium.org · 10 years ago
  50. 9cb671a fix calling undef inline func build error by commit-bot@chromium.org · 10 years ago
  51. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  52. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  53. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  54. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  55. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  56. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  57. 5d54c29 remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE by reed@google.com · 11 years ago
  58. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  59. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  60. ba12448 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  62. 78cf119 Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws. by senorblanco@chromium.org · 11 years ago
  63. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  64. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  65. 8625fdb Remove unused function. by commit-bot@chromium.org · 11 years ago
  66. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  67. c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
  68. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  69. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  70. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  71. 5308c83 drawPosTextOnPath is now deprecated, removing all overrides and impls by reed@google.com · 11 years ago
  72. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  73. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  74. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  75. 7ce564c Revert "If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance." by bsalomon@google.com · 11 years ago
  76. ad254fe If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by bsalomon@google.com · 11 years ago
  77. 1236719 Fix cubic->quad RR corner regression by robertphillips@google.com · 11 years ago
  78. c2cc1db Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - https://codereview.chromium.org/23484007) due to changes to the following GM images: by robertphillips@google.com · 11 years ago
  79. 521a467 If the path is a rect, call drawRect to raster the geometry in SkCanvas::drawPath to get better performance. by commit-bot@chromium.org · 11 years ago
  80. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  81. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  82. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  83. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  84. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  85. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  86. 1e973d7 Patch for r10762 by robertphillips@google.com · 11 years ago
  87. 6c15764 This CL addresses "SkCanvas::save flags are not respected by GPU backend" (https://code.google.com/p/skia/issues/detail?id=1503). by commit-bot@chromium.org · 11 years ago
  88. 1cc07d9 Revert "Add SkCanvas::drawPosTextBounded." by reed@google.com · 11 years ago
  89. 2515242 Add SkCanvas::drawPosTextBounded. by commit-bot@chromium.org · 11 years ago
  90. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 11 years ago
  91. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 11 years ago
  92. b446fc7 Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). by commit-bot@chromium.org · 11 years ago
  93. ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
  94. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  95. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. ed8d6bb Moving updateClipConservativelyUsingBounds into SkCanvas by junov@chromium.org · 11 years ago
  97. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  98. 96fd344 path ops -- make combined clips soft if one is soft by caryclark@google.com · 11 years ago
  99. f2bfd54 Add GPU support for roundrects by commit-bot@chromium.org · 11 years ago
  100. 45a75fb path ops : make it real by caryclark@google.com · 11 years ago