1. 5f1bb0a Add a method in SkCanvas to set "hard" clip bounds. by Stan Iliev · 8 years ago
  2. 131c1fb Add GMs and benchs for concave Analytic AA by Yuqian Li · 8 years ago
  3. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  4. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  5. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  6. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  7. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  8. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  9. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  10. d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
  11. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  12. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  13. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  14. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  15. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  16. a9da22d Fix bitmap-image srgb gm by Matt Sarett · 8 years ago
  17. e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
  18. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 8 years ago
  19. 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
  20. 11970e5 Add destination color space to shader ContextRec by Brian Osman · 8 years ago
  21. f941280 Fix textblobrandomfont GM in F16 configs by Brian Osman · 8 years ago
  22. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  23. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  24. 6e1fca4 Add animating blur image filter GM/slide/bench by Robert Phillips · 8 years ago
  25. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  26. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  27. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  28. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  29. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  30. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  31. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  32. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  33. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  34. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  35. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  36. 030cbd5 Add SkOverdrawColorFilter by Matt Sarett · 8 years ago
  37. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  38. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  39. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  40. dfa492e Use SkFixedAllocator in SkLinearPipeline and remove the embedding of by Herb Derby · 8 years ago
  41. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  42. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  43. 08576e6 Fix error with transforming custom/large glyphs by Jim Van Verth · 8 years ago
  44. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  45. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  46. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  47. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  48. 0038b7f Remove accumulative snapping error by Yuqian Li · 8 years ago
  49. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  50. 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 8 years ago
  51. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  52. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  53. 6a01554 remove use of xfermode* in procs by Mike Reed · 8 years ago
  54. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  55. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  56. 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
  57. e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
  58. 451ceba Combine analytic edges with tolerance by liyuqian · 8 years ago
  59. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  60. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  61. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  62. b1c7f88 Fix kMediumQuality invMatrix setup for sizes == mip levels by fmalita · 8 years ago
  63. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  64. afac581 Sk4fLinearGradient fuzzer fixes by fmalita · 8 years ago
  65. a9fd106 Draw Alpha8 + color filter correctly in software by Matt Sarett · 8 years ago
  66. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  67. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  68. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  69. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  70. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  71. 3cfdf6c Fix some Windows warnings by Jim Van Verth · 8 years ago
  72. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  73. cc813ae Fix dimensions and color-spin in color4shader GM by Brian Osman · 8 years ago
  74. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  75. cf280a4 Clear background to white in animatedGif GM by scroggo · 8 years ago
  76. 026f223 Refactored SkColorSpace_A2B to allow arbitrary ordering of elements by raftias · 8 years ago
  77. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  78. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  79. d2fe3bc Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  80. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  81. 95e34a3 Correct a small mistake in SkPath::build_arc_conics by xidachen · 8 years ago
  82. 40085e6 Fix star artifact in SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  83. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  84. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  85. 466ad99 Slightly generalize GPU hard stop gradient implementation. by Brian Salomon · 8 years ago
  86. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  87. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  88. 568c986 Add new GM to demonstrates SkGaussianEdgeShader by Robert Phillips · 8 years ago
  89. 6069dda Fix SkPath::arcTo when sweepAngle is tiny and radius is big by xidachen · 8 years ago
  90. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  91. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  92. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  93. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  94. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  95. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  96. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  97. e60d855 Add GMs for Analytic Anti-Aliasing by liyuqian · 8 years ago
  98. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  99. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  100. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago