1. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  2. 5191880 remove toString by Cary Clark · 6 years ago
  3. dbc90e4 fix bookmaker typo by Cary Clark · 6 years ago
  4. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 6 years ago
  5. 8f288d9 fix setBoundsNoCheck example by Cary Clark · 6 years ago
  6. ffb3d68 Color Documentation by Cary Clark · 6 years ago
  7. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 6 years ago
  8. 682c58d Documentation refresh by Cary Clark · 6 years ago
  9. cc45cc7 remove typedef Info by Cary Clark · 6 years ago
  10. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  11. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 6 years ago
  12. d813f9c Remove SkPaint::Flags::kDevKernFlag. by Ben Wagner · 6 years ago
  13. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  14. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  15. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  16. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  17. 36122e7 remove GrBackendObject from example fiddles by Cary Clark · 6 years ago
  18. d98f78c alternative no anonymous enums by Cary Clark · 6 years ago
  19. 910ca0f Experiment to track coverage in a layer by Mike Reed · 6 years ago
  20. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  21. 2d4bf5f document SkColor.h by Cary Clark · 6 years ago
  22. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 6 years ago
  23. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 6 years ago
  24. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 6 years ago
  25. 47d7dae fix bm gm by Cary Clark · 6 years ago
  26. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 6 years ago
  27. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  28. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  29. ba75aee tweak SkImage documentation by Cary Clark · 6 years ago
  30. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  31. 1fda024 move SkIPoint16 to private header by Mike Reed · 6 years ago
  32. a4f581a fix global method indentation by Cary Clark · 6 years ago
  33. 186d08f fix bugs exposed by documenting SkImageInfo by Cary Clark · 6 years ago
  34. 5ab52f6 fix a couple of minor surface doc changes by Cary Clark · 6 years ago
  35. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  36. 49edccd Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType by Brian Salomon · 6 years ago
  37. edd0895 update SkIRect centerx centery docs by Cary Clark · 6 years ago
  38. 42409c2 Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType by Brian Salomon · 7 years ago
  39. 471b6fe fix MakeFromImage examples by Cary Clark · 7 years ago
  40. 06c20f3 more SkImageInfo docs by Cary Clark · 7 years ago
  41. bfd2749 Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType by Brian Salomon · 7 years ago
  42. 56dc04b Remove deprecated versions of YUV texture SkImage factories by Brian Salomon · 7 years ago
  43. 5370677 Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType by Brian Salomon · 7 years ago
  44. cb88470 Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType by Brian Salomon · 7 years ago
  45. 89b1456 detect deprecated methods by Cary Clark · 7 years ago
  46. a7b84c5 fix fiddle example by Cary Clark · 7 years ago
  47. 681287e more imageinfo text and warnings and cleanup by Cary Clark · 7 years ago
  48. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
  49. 9c2916e drawTextRSXform should not apply matrix to shader by Mike Reed · 7 years ago
  50. 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
  51. 98aebac fix fiddle with blur by Cary Clark · 7 years ago
  52. 60ca867 make paint flatten unflatten private by Cary Clark · 7 years ago
  53. 9473266 add SkDebugCanvas to undocumented by Cary Clark · 7 years ago
  54. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 7 years ago
  55. 1a8d762 work in imageinfo and phrase substitution by Cary Clark · 7 years ago
  56. f895a42 work on skimageinfo by Cary Clark · 7 years ago
  57. cbb85a7 remove deprecated method by Mike Reed · 7 years ago
  58. edfe670 fix Rect doc by Cary Clark · 7 years ago
  59. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 7 years ago
  60. 300cc5b fix IRect doc by Cary Clark · 7 years ago
  61. eb42045 Add SkRect::contains(SkScalar x, SkScalar y) by Florin Malita · 7 years ago
  62. c68ba1d fix more include generation bugs by Cary Clark · 7 years ago
  63. 2a8c48b improve bookmaker defines and references by Cary Clark · 7 years ago
  64. 77295347 remove duplicate yuv colorspace by Cary Clark · 7 years ago
  65. 78c110e resolve bookmaker refs fixes by Cary Clark · 7 years ago
  66. 67f8584 Revert "Revert "Remove SkImage deferred texture image data APIs."" by Brian Salomon · 7 years ago
  67. 5635631 working on SkImage docs by Cary Clark · 7 years ago
  68. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 7 years ago
  69. e083f7c Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  70. 78de751 add subtopics to all methods by Cary Clark · 7 years ago
  71. 9ff8c8c Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  72. 9a7a2ee remove SkCanvas::kIsOpaque_SaveLayerFlag by Mike Klein · 7 years ago
  73. 4855f78 fix bookmaker nightly by Cary Clark · 7 years ago
  74. 08895c4 auto table generation by Cary Clark · 7 years ago
  75. ab2621d generate tables instead of manual entry by Cary Clark · 7 years ago
  76. 2dc84ad working on global enum and image info by Cary Clark · 7 years ago
  77. 5081eed self check and corrections by Cary Clark · 7 years ago
  78. 8a67c4c remove doc reference to (now deleted) class by Mike Reed · 7 years ago
  79. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  80. e97e792 validate paint setters in readbuffer by Mike Reed · 7 years ago
  81. ac47b88 update bookmaker to ToT by Cary Clark · 7 years ago
  82. d284949 restore intersect methods to use old-style empty-checks on their inputs by Mike Reed · 7 years ago
  83. a766ca9 use 64bit math to compute is a rect is empty by Mike Reed · 7 years ago
  84. 99578d2 SkBitmap now *has* a SkPixmap. by Hal Canary · 7 years ago
  85. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  86. 0c95aab fix example and suppress MakeLargest by Cary Clark · 7 years ago
  87. 274218e move largest apis into private by Mike Reed · 7 years ago
  88. 71961fb change paint examples to use different font by Cary Clark · 7 years ago
  89. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  90. 262cd40 Update SkMatrix_Reference.bmh to reflect mapPointsWithStride removal by Brian Salomon · 7 years ago
  91. f5404bb update bookmaker by Cary Clark · 7 years ago
  92. 7cfcbca limit bookmaker status output by Cary Clark · 7 years ago
  93. 6def720 fix SkIRect doc to match include by Cary Clark · 7 years ago
  94. 61dfc3a support srgb flag in bookmaker by Cary Clark · 7 years ago
  95. 61ca7c5 update image doc and minor bookmaker fixes by Cary Clark · 7 years ago
  96. f059e7c fix bookmaker return value by Cary Clark · 7 years ago
  97. 0c5f546 working on image docs by Cary Clark · 7 years ago
  98. c7924c9 fix broken flatten example and update usingBookmaker by Cary Clark · 7 years ago
  99. ca3ebcd fix fractured fiddles by Cary Clark · 7 years ago
  100. 2f46624 working on image and nightly housekeeping bot by Cary Clark · 7 years ago