1. 6a307cc Add check for finite phase to SkPath1DPathEffect::Make by Robert Phillips · 8 years ago
  2. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  3. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  4. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  5. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  6. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  7. 63b6156 Fixed3232 overflow in LinearGradientContext::shadeSpan() by Florin Malita · 8 years ago
  8. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 8 years ago
  9. 2c49a41 Remove inner/outer threshold restriction on SkAlphaThresholdFilter. by Brian Salomon · 8 years ago
  10. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 8 years ago
  11. 99dbe7b Temporarily don't mark alpha threshold fp as modulating by Brian Salomon · 8 years ago
  12. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  13. e659c7f [4fGradient] Relax interval checks by Florin Malita · 8 years ago
  14. 52bab30 [4fLinearGradient] Avoid NaNs for degenerate perspectives by Florin Malita · 8 years ago
  15. 69d8d66 [4fGradient] Fix degenerate vertical gradient assert by Florin Malita · 8 years ago
  16. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago
  17. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
  18. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  19. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  20. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  21. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  22. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 8 years ago
  23. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  24. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  25. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  26. 8bb3b21 Add GM to exercise some of the darker corners of SkMagnifierImageFilter by Robert Phillips · 8 years ago
  27. 8d3ffad Revert "Revert "Don't instantiate shaders with non-invertible local matrix"" by Florin Malita · 8 years ago
  28. 0e86725 Revert "Don't instantiate shaders with non-invertible local matrix" by Hal Canary · 8 years ago
  29. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  30. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 8 years ago
  31. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  32. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  33. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 8 years ago
  34. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  35. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  36. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  37. 91af727 Add geometric version of spot shadow by Jim Van Verth · 8 years ago
  38. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  39. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  40. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  41. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  42. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 8 years ago
  43. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  44. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  45. bce7496 Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  46. e330eb2 Revert "Add geometric implementation for ambient shadows" by Ethan Nicholas · 8 years ago
  47. fdb1bdf Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  48. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  49. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  50. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  51. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  52. abddea0 Just clamp to limit-epsilon. by Mike Klein · 8 years ago
  53. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  54. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 8 years ago
  55. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  56. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  57. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  58. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  59. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  60. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  61. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  62. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  63. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  64. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  65. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  66. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  67. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  68. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  69. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  70. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  71. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  72. 1c4717b Remove arithmetic mode GrXP code. by Brian Salomon · 8 years ago
  73. 55325b7 clean up non-ASCII comments by Hal Canary · 8 years ago
  74. 615d66d Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  75. a4cb388 Revert "Add ImageToColorSpace helper in SkImageFilter" by Brian Osman · 8 years ago
  76. e02d3ca Add ImageToColorSpace helper in SkImageFilter by Brian Osman · 8 years ago
  77. 29437eb Add color space fallback for matrix convolution filter by Brian Osman · 8 years ago
  78. 320573f Add color space xform fallback to GrMorphologyEffect by Brian Osman · 8 years ago
  79. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  80. b44bb31 Add color space xform to GrMagnifierEffect by Brian Osman · 8 years ago
  81. 721a2c4 Add color space xform support to GrDisplacementEffect by Brian Osman · 8 years ago
  82. 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
  83. 7dc5452 Do color space conversion in XfermodeImageFilter by Brian Osman · 8 years ago
  84. 98624d2 "Fix" some ImageFilter fuzzer issues by Robert Phillips · 8 years ago
  85. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  86. 4a24da5 Make filterMaskGPU use GrTextureProxy by Robert Phillips · 8 years ago
  87. 0d413f0 Revert "Revert "SkNx basically always is fast now."" by Mike Klein · 8 years ago
  88. 8ba64d1 Revert "SkNx basically always is fast now." by Mike Klein · 8 years ago
  89. 21f7838 SkNx basically always is fast now. by Mike Klein · 8 years ago
  90. aaa6d77 Delete SK_SUPPORT_LEGACY_GRADIENT_PREMUL-guarded code by Florin Malita · 8 years ago
  91. 72245c5 Avoid int64 overflow in SkClampRange by Florin Malita · 8 years ago
  92. 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
  93. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  94. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  95. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  96. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  97. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  98. 92a895e Revert "Revert "Add antialiasing to SkDropShadowImageFilter's shadow draw"" by Robert Phillips · 8 years ago
  99. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  100. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago