1. 6e3ce40 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  2. 89eb148 Revert "Add GM to verify that drawX == (path.addX, drawPath)" by Greg Daniel · 7 years ago
  3. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  4. 78d1b42 Add GM to verify that drawX == (path.addX, drawPath) by Brian Osman · 7 years ago
  5. 861a90f Delete legacy image generator API flag by Matt Sarett · 7 years ago
  6. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  7. c090c64 move files out of private, and fix up callers to IWYU by Mike Reed · 7 years ago
  8. 7d022e0 Always use raster pipeline for SkSweepGradient by Florin Malita · 7 years ago
  9. 8af1859 fix windows detection in SkExecutor.cpp by Mike Klein · 7 years ago
  10. 74564b4 check for no_paint and remove some drawdrawable special-casing by Mike Reed · 7 years ago
  11. 4de1304 Add evenly spaced stops and unify gradient contexts by Herb Derby · 7 years ago
  12. 9959f72 composeshader stages by Mike Reed · 7 years ago
  13. 787a16d move impl for drawvertices into separate file by Mike Reed · 7 years ago
  14. dedac85 Allow numerical color spaces with legacy rendering by Matt Sarett · 7 years ago
  15. 60751d7 Sort all user-supplied rects before computeFastBounds by Brian Osman · 7 years ago
  16. 273eead implement 4f for composeshader by Mike Reed · 7 years ago
  17. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 7 years ago
  18. 57a75c4 fold matrices together for tricolor by Mike Reed · 7 years ago
  19. 0745422 Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  20. f391f4e Pass alphaType to append_gamut_transform() to inform the clamp by Matt Sarett · 7 years ago
  21. 5c7960b refactor gradient stage names by Mike Klein · 7 years ago
  22. df3a371 Revert "Evenly space gradient stage." by Mike Klein · 7 years ago
  23. 892501d Evenly space gradient stage. by herb · 7 years ago
  24. b60acfc Add a way to force raster pipeline blitter. by Mike Klein · 7 years ago
  25. 87f8071 A8 fast path for raster clip masks by Florin Malita · 7 years ago
  26. 56269ef Remove comments referencing locked pixels by Leon Scroggins III · 7 years ago
  27. 44d3279 Make SkCreateRasterPipelineBlitter() not fail. by Mike Klein · 7 years ago
  28. 77ced29 use SkColorSpaceXformer in SkShader appendStages() fallback by Mike Klein · 7 years ago
  29. 2814d91 clean up SkShader friends by Mike Klein · 7 years ago
  30. 14113bc add flag to hide deprecated clipops by Mike Reed · 7 years ago
  31. fdf3103 void SkColorFilter::onAppendStages(...) by Mike Klein · 7 years ago
  32. b8fbab2 fix 565 by Mike Klein · 7 years ago
  33. 7120b2d move set-text-matrix into private by Mike Reed · 7 years ago
  34. ee2d9df make append_gamut_tranform() never fail by Mike Klein · 7 years ago
  35. 6dfceca Make SkColorFilter::appendStages() not fail. by Mike Klein · 7 years ago
  36. 8734566 Convert color to dst (once) in color shaders by Matt Sarett · 8 years ago
  37. d2da87d Forward getGrContext in color space xform canvas by Brian Osman · 7 years ago
  38. 7f1d020 remove (possibly slow) call to refEncoded in getDeferredTextureImageData by Mike Reed · 7 years ago
  39. 090fbf8 Add radial gradient stage. by Herb Derby · 7 years ago
  40. d1835d7 "can we?" -> "do we want to?" for SkRasterPipelineBlitter by Mike Klein · 7 years ago
  41. 9e14696 SkAdvancedTypefaceMetrics: pack fields better by Hal Canary · 7 years ago
  42. 26368c3 Minimize computeTotalInverse()'s inputs by Florin Malita · 7 years ago
  43. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  44. 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
  45. bb33833 jumper, finish blend modes by Mike Klein · 7 years ago
  46. c682038 remove old 565 destination opts by Mike Klein · 7 years ago
  47. 4c6e410 impl 4f version for tricolor shader by Mike Reed · 7 years ago
  48. 9444bdd composecolorfilter can now append stages by Mike Reed · 7 years ago
  49. 2627b04 SkTypeface: remove old virtual onGetAdvancedMetrics, since https://crrev.com/2860293003 by Hal Canary · 7 years ago
  50. 2fbd016 speed-up 4f version of modecolorfilter and modulate by Mike Reed · 7 years ago
  51. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  52. 209e4b1 Revert "Revert "SkTypeface::getAdvancedMetrics(): cleanup"" by Hal Canary · 7 years ago
  53. 59ad782 Revert "SkTypeface::getAdvancedMetrics(): cleanup" by Hal Canary · 7 years ago
  54. cef0188 SkTypeface::getAdvancedMetrics(): cleanup by Hal Canary · 7 years ago
  55. b9641bd force all colorfilters to implement 4f by Mike Reed · 7 years ago
  56. db711c9 move dither after the transfer function by Mike Klein · 7 years ago
  57. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  58. bc6e5ff Finish removal of SkImageInfo from SkPixelRef by Matt Sarett · 7 years ago
  59. 1478f74 Revert "treat SkPMColor as sRGB in SkPM4f::FromPMColor()" by Mike Klein · 7 years ago
  60. a4f3e14 treat SkPMColor as sRGB in SkPM4f::FromPMColor() by Mike Klein · 7 years ago
  61. bc4c96b fix G3 opt android_arm build? by Mike Klein · 7 years ago
  62. f40b249 Validate SkSpecialSurface raster info by Florin Malita · 7 years ago
  63. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 7 years ago
  64. 8559183 Delete SkBitmap::copyTo() by Matt Sarett · 7 years ago
  65. 581e698 dither stage by Mike Klein · 7 years ago
  66. 7eb8698 Add sweep gradient to SkRasterPipeline by Herb Derby · 7 years ago
  67. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  68. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  69. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  70. ad15264 fix tricolor shader by Mike Reed · 7 years ago
  71. 343fe49 Remove translateZ and lights from SkCanvas by Jim Van Verth · 7 years ago
  72. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  73. 733340a Support numerical transfer functions in readPixels() by Matt Sarett · 7 years ago
  74. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  75. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  76. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  77. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  78. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  79. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 7 years ago
  80. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 7 years ago
  81. f678244 Remove declaration of SkTextureImageSetTexture, which does not exist by Brian Osman · 7 years ago
  82. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 7 years ago
  83. 1fa986c Added A2B support to colorspaceinfo tool by Matt Sarett · 7 years ago
  84. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  85. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  86. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  87. d170c0f Only store width and height on SkPixelRef (last part) by Matt Sarett · 7 years ago
  88. 8d9201a Remove unnecessary SkFILEStream::getMemoryBase by Leon Scroggins III · 7 years ago
  89. f758311 Only store width and height on SkPixelRef (part 2) by Matt Sarett · 7 years ago
  90. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  91. 135c908 Remove temporary_internal_describeTopLayer by Florin Malita · 7 years ago
  92. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  93. a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 7 years ago
  94. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  95. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  96. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  97. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  98. 713b8ef Scrub DeviceCM by Florin Malita · 7 years ago
  99. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  100. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago