1. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  2. 531237e Tessellator: stop copying vertices into Polys and Monotones. by senorblanco · 8 years ago
  3. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  4. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  5. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  6. ba150cc always compute a cubic tangent by caryclark · 8 years ago
  7. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  8. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  9. 0ee6220 Add new GM to exercise stroked line special case by robertphillips · 8 years ago
  10. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  11. c75d6a8 Add bubbles GM for drawing/blending 50 circles. by fmenozzi · 8 years ago
  12. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  13. 56f7dfe Adjust size of imagemakewithfilter GM. by senorblanco · 8 years ago
  14. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  15. 3949971 Image filters: fix filtering of transparent black in CFIF. by senorblanco · 8 years ago
  16. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  17. 2996553 Make blurcircles2 run as a benchmark. by bsalomon · 8 years ago
  18. c67bb57 Add blurcircles2 GM by bsalomon · 8 years ago
  19. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  20. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  21. 670f01f This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution. by herb · 8 years ago
  22. e6f0d6e GMs: fail gracefully for null surface by scroggo · 8 years ago
  23. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  24. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  25. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  26. 4cba202 fix hairline clip by caryclark · 8 years ago
  27. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  28. a1b2833 Fail gracefully if MakeRenderTarget fails by scroggo · 8 years ago
  29. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  30. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 8 years ago
  31. 677da9d Minor GrRenderTarget retraction by robertphillips · 8 years ago
  32. e6cad6b Stop valgrind bot from crashing by scroggo · 8 years ago
  33. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  34. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  35. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  36. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  37. 5529b7d Remove unmatched restore call in gamma GM by brianosman · 8 years ago
  38. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  39. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  40. 51dece3 add gm to exercise rotated imagefiltesr w/ and w/o antialiasing by reed · 8 years ago
  41. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  42. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  43. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  44. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  45. b2a4dc6 Switch SkMagnifierImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  46. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  47. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  48. 54ef1a7 Add GM to prevent mis-drawing of LCD text in SkPictureImageFilters by robertphillips · 8 years ago
  49. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  50. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  51. 134ff5c Remove SimpleOffsetFilter by robertphillips · 8 years ago
  52. af9b8c8 Switch AlphaThresholdFilter over to new onFilterImage interface by robertphillips · 8 years ago
  53. ad6a190 nullptr -> "sans-serif" fixes bold in gm/colorwheel by mtklein · 8 years ago
  54. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  55. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  56. 42da45d Fix context size for benchmakr. by herb · 8 years ago
  57. 23d2c18 Fix scaledstrokes GM by robertphillips · 8 years ago
  58. 651bb5f Make some GMs animate by robertphillips · 8 years ago
  59. 9e0efe5 Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup. by herb · 8 years ago
  60. c265a92 More cleanup in the Vulkan viewer by jvanverth · 8 years ago
  61. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  62. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  63. 11064df Fix lazy coding in ViaSingletonPictures. by mtklein · 8 years ago
  64. 48156ed path_stroke_with_zero_length: turn off drawFat() by default. by mtklein · 8 years ago
  65. 9e65f93 alternate textblobgeometrychange fix... just make our own surface if needed by mtklein · 8 years ago
  66. 3d72c09 Remove conditional flavor text on blend GM. by mtklein · 8 years ago
  67. 4693a17 cubic stroke fix by caryclark · 8 years ago
  68. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  69. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 8 years ago
  70. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  71. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  72. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  73. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  74. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  75. 59dc542 remove avoid and pixelxor xfermodes by reed · 8 years ago
  76. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  77. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  78. 4ba94e2 Switch internal testing ImageFilters over to new onFilterImage interface by robertphillips · 8 years ago
  79. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  80. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  81. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  82. 43c2ad4 Update internal testing ImageFilters to sk_sp by robertphillips · 8 years ago
  83. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  84. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  85. 895f3f0 SkPDF: properly dedup bitmaps in shaders by halcanary · 8 years ago
  86. f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 8 years ago
  87. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  88. f270029 Fix padding bug in SkTileImageFilter. by senorblanco · 8 years ago
  89. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  90. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  91. 9db0427 Image filters: fix crop rect application in SkXfermodeImageFilter. by senorblanco · 8 years ago
  92. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  93. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  94. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 8 years ago
  95. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  96. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  97. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  98. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  99. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  100. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago