1. 0cc60b8 fix repeat/mirror sampling bleed by Mike Klein · 7 years ago
  2. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  3. 6b9cd05 remove unused variants in imagefilter factories by Mike Reed · 7 years ago
  4. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  5. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  6. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  7. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  8. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  9. 7a8c84c Reland DeferredTextureImageData low-bit-depth/dithering support by Eric Karl · 7 years ago
  10. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  11. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  12. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  13. 43e498e specialize D32 proc for legacy src by Mike Reed · 7 years ago
  14. 7fbeb5a Revert "Revert "Revert "DeferredTextureImageData low-bit-depth/dithering support""" by Brian Salomon · 7 years ago
  15. 840ff88 Revert "Revert "DeferredTextureImageData low-bit-depth/dithering support"" by Brian Salomon · 7 years ago
  16. d7c681d Revert "DeferredTextureImageData low-bit-depth/dithering support" by Brian Salomon · 7 years ago
  17. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago
  18. 2c075e7 DeferredTextureImageData low-bit-depth/dithering support by Eric Karl · 7 years ago
  19. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  20. 9982c4e GM for drawImage w/ maskFilter by Hal Canary · 7 years ago
  21. b246b94 Fix croppedrects GM by Chris Dalton · 7 years ago
  22. 7785dd2 Update showmiplevel gm to round coords the same for both variations of the GM by Greg Daniel · 7 years ago
  23. 3b5a3fa GrTessellator: implement out-of-range splitting and AEL rewinding. by Stephen White · 7 years ago
  24. 3928ff8 Create an SkColorSpaceXform image generator by Matt Sarett · 7 years ago
  25. ad5a646 In shapes_as_paths, draw zoom from pixmaps, not images by Brian Osman · 7 years ago
  26. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  27. d16084f Better image for copyTo4444 test by Matt Sarett · 7 years ago
  28. a03d407 fix and test colorfiltershader by Mike Reed · 7 years ago
  29. bb3f562 Revert "Revert "Delete SkGaussianEdgeShader"" by Florin Malita · 7 years ago
  30. 9d14f93 Revert "Delete SkGaussianEdgeShader" by Florin Malita · 7 years ago
  31. 64790a3 Delete SkGaussianEdgeShader by Florin Malita · 7 years ago
  32. 2cb7a1a Add GM to test the IgnoreTransform flag on blurs by Greg Daniel · 7 years ago
  33. 4aed138 Reland of SkShaderBase by Florin Malita · 7 years ago
  34. d93e11c Revert "SkShaderBase" by Florin Malita · 7 years ago
  35. 58a7564 SkShaderBase by Florin Malita · 7 years ago
  36. 14a6430 SkSTArenaAlloc by Florin Malita · 7 years ago
  37. d36968b add image variant to patch gm by Mike Reed · 7 years ago
  38. 0610a46 Legacy raster still doesn't handle transparent LCD by Brian Osman · 7 years ago
  39. b8abb4c add gm to test alpha in drawPatch by Mike Reed · 7 years ago
  40. eb63eb7 Fix TSAN error for shadow cache by Jim Van Verth · 7 years ago
  41. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  42. 79a1a97 Fix TSAN bot by Jim Van Verth · 7 years ago
  43. 8793e38 Cache ambient and spot shadows at a canonical position by Jim Van Verth · 7 years ago
  44. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  45. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  46. e739f15 Revert "Revert "Disable resource cache in shadow_utils GM for now"" by Jim Van Verth · 7 years ago
  47. 14d54c2 Hide SkPerlinNoiseShader impl details by Florin Malita · 7 years ago
  48. 0b58ef7 Revert "Disable resource cache in shadow_utils GM for now" by Jim Van Verth · 7 years ago
  49. c34a946 Disable resource cache in shadow_utils GM for now by Jim Van Verth · 7 years ago
  50. 6e3ce40 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  51. 89eb148 Revert "Add GM to verify that drawX == (path.addX, drawPath)" by Greg Daniel · 7 years ago
  52. 78d1b42 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  53. 63e7973 Remove GrSurfaceProxy::desc() by Brian Salomon · 7 years ago
  54. 9392f56 Fix shadow_utils light position for SampleApp tiling by Jim Van Verth · 7 years ago
  55. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  56. 7e68bc9 clamp to premul in dither by Mike Klein · 7 years ago
  57. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  58. fd35c74 fix SkJumper radial gradient precision by Mike Klein · 7 years ago
  59. 78c8f30 Add filled occluders to shadow_utils GM, take 2 by Jim Van Verth · 7 years ago
  60. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  61. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  62. 0ff114f Revert "Add filled occluders to shadow_utils GM" by Jim Van Verth · 7 years ago
  63. 7371699 Add filled occluders to shadow_utils GM by Jim Van Verth · 7 years ago
  64. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  65. 6f9f259 Fix alpha coverage for lerp_565 stage. by bungeman · 7 years ago
  66. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  67. 13dddce Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  68. 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 7 years ago
  69. 449d78f Revert "Added SkImage::MakeCrossContextFromEncoded" by Brian Salomon · 7 years ago
  70. 83b1b3d Added SkImage::MakeCrossContextFromEncoded by Brian Osman · 7 years ago
  71. ba8ca0a polish up gm/hsl.cpp by Mike Klein · 7 years ago
  72. bc63fd4 bug fix in hsl GM reference impls by Mike Klein · 7 years ago
  73. f484ac6 hsl GM: more realistic references for non-legacy backends by Mike Klein · 7 years ago
  74. 5b4e277 update hsl GM by Mike Klein · 7 years ago
  75. 912876b Add bigrect GM. by Ben Wagner · 7 years ago
  76. 6bfe3f5 add a new hsl GM by Mike Klein · 7 years ago
  77. 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 7 years ago
  78. c367d03 Add support for row-by-row png encodes by Matt Sarett · 7 years ago
  79. 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  80. b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 7 years ago
  81. 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 7 years ago
  82. a0ac963 Add a GM to exercise some complex gradient constructs by Florin Malita · 7 years ago
  83. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  84. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  85. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  86. 733340a Support numerical transfer functions in readPixels() by Matt Sarett · 7 years ago
  87. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  88. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  89. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  90. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  91. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  92. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  93. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  94. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  95. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  96. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  97. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  98. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  99. ec138b4 Fix bitmap copy gms by Matt Sarett · 7 years ago
  100. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago