1. 14d54c2 Hide SkPerlinNoiseShader impl details by Florin Malita · 7 years ago
  2. 0b58ef7 Revert "Disable resource cache in shadow_utils GM for now" by Jim Van Verth · 7 years ago
  3. c34a946 Disable resource cache in shadow_utils GM for now by Jim Van Verth · 7 years ago
  4. 6e3ce40 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  5. 89eb148 Revert "Add GM to verify that drawX == (path.addX, drawPath)" by Greg Daniel · 7 years ago
  6. 78d1b42 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  7. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  8. 9392f569c Fix shadow_utils light position for SampleApp tiling by Jim Van Verth · 7 years ago
  9. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  10. 7e68bc9 clamp to premul in dither by Mike Klein · 7 years ago
  11. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  12. fd35c74 fix SkJumper radial gradient precision by Mike Klein · 7 years ago
  13. 78c8f30 Add filled occluders to shadow_utils GM, take 2 by Jim Van Verth · 7 years ago
  14. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  15. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  16. 0ff114f Revert "Add filled occluders to shadow_utils GM" by Jim Van Verth · 7 years ago
  17. 7371699 Add filled occluders to shadow_utils GM by Jim Van Verth · 7 years ago
  18. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  19. 6f9f259 Fix alpha coverage for lerp_565 stage. by bungeman · 7 years ago
  20. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  21. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  22. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  23. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  24. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  25. ba8ca0a polish up gm/hsl.cpp by Mike Klein · 7 years ago
  26. bc63fd4 bug fix in hsl GM reference impls by Mike Klein · 7 years ago
  27. f484ac6 hsl GM: more realistic references for non-legacy backends by Mike Klein · 7 years ago
  28. 5b4e277 update hsl GM by Mike Klein · 7 years ago
  29. 912876b Add bigrect GM. by Ben Wagner · 7 years ago
  30. 6bfe3f5 add a new hsl GM by Mike Klein · 7 years ago
  31. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  32. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  33. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  34. b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  35. 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 7 years ago
  36. a0ac963 Add a GM to exercise some complex gradient constructs by Florin Malita · 7 years ago
  37. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  38. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  39. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  40. 733340a Support numerical transfer functions in readPixels() by Matt Sarett · 7 years ago
  41. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  42. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  43. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  44. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  45. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  46. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  47. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  48. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  49. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  50. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  51. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  52. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  53. ec138b4 Fix bitmap copy gms by Matt Sarett · 7 years ago
  54. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  55. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  56. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  57. 93cb252 add GM to compare atlas and vertices by Mike Reed · 7 years ago
  58. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  59. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  60. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  61. 25d8296 Balance save()/restore() calls in dont_clip_to_layer gm by Matt Sarett · 7 years ago
  62. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  63. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  64. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 7 years ago
  65. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 7 years ago
  66. d952a99 Fix reflected ovals. by Jim Van Verth · 7 years ago
  67. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  68. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  69. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 7 years ago
  70. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  71. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  72. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  73. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 7 years ago
  74. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  75. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  76. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 7 years ago
  77. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 7 years ago
  78. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 7 years ago
  79. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 7 years ago
  80. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  81. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  82. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  83. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  84. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 7 years ago
  85. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 7 years ago
  86. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  87. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  88. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  89. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  90. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  91. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  92. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  93. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  94. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 7 years ago
  95. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 7 years ago
  96. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 7 years ago
  97. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  98. cc26127 Find cubic KLM functionals directly by csmartdalton · 7 years ago
  99. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 7 years ago
  100. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago