1. 459c967 add SkLightingColorFilter for makeColorSpace() by Mike Klein · 8 years ago
  2. deca5c3 Respect cropRect in SkDropShadowImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
  3. 20b8252 SkMergeImageFilter: fModes might be nullptr by Matt Sarett · 8 years ago
  4. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 8 years ago
  5. 0301308 Fix SkATan2_255 fuzzer crash by Florin Malita · 8 years ago
  6. 6cc6ae75 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
  7. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 8 years ago
  8. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  9. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
  10. 0d63e4e Use a simpler method for calculating atan by Herb Derby · 8 years ago
  11. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
  12. 95ddf13 fix too-dark 565 (really, all legacy) gradients by Mike Klein · 8 years ago
  13. 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 8 years ago
  14. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
  15. cf20f78 Convert Sk4fGradientInterval to (bias, factor) format by Florin Malita · 8 years ago
  16. 7754ccc Specialize boxBlur(Interp) based on 'transpose' parameter by Hans Wennborg · 8 years ago
  17. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  18. 5869ea9 Fully remove coord transform precision code by Brian Osman · 8 years ago
  19. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  20. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  21. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  22. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  23. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  24. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 8 years ago
  25. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 8 years ago
  26. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 8 years ago
  27. a2cedff Fix gaussianedge GM by Robert Phillips · 8 years ago
  28. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  29. da4545b Extract 4f gradient interval functionality by Florin Malita · 8 years ago
  30. f160ad4 SkBlurDrawLooper: Start by deleting flags by Matt Sarett · 8 years ago
  31. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  32. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 8 years ago
  33. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  34. 9bc39bb Add highp to specular lighting intermediate to fix iOS bots by Brian Osman · 8 years ago
  35. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  36. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  37. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 8 years ago
  38. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  39. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  40. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  41. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  42. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  43. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 8 years ago
  44. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  45. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  46. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  47. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  48. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  49. ab8e02a SkGradientShader: Fix multi-byte-read-stack-use-after-scope by Hal Canary · 8 years ago
  50. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  51. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 8 years ago
  52. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  53. c5ca7f9 Clamp gradient colors in fragment shader after interpolation when there is a color space. by Brian Salomon · 8 years ago
  54. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  55. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  56. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 8 years ago
  57. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 8 years ago
  58. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 8 years ago
  59. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 8 years ago
  60. ef0a15b Fix TAP ASAN failure. by Florin Malita · 8 years ago
  61. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 8 years ago
  62. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 8 years ago
  63. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  64. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 8 years ago
  65. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  66. 6a307cc Add check for finite phase to SkPath1DPathEffect::Make by Robert Phillips · 8 years ago
  67. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  68. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  69. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  70. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  71. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  72. 63b6156 Fixed3232 overflow in LinearGradientContext::shadeSpan() by Florin Malita · 8 years ago
  73. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 8 years ago
  74. 2c49a41 Remove inner/outer threshold restriction on SkAlphaThresholdFilter. by Brian Salomon · 8 years ago
  75. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 8 years ago
  76. 99dbe7b Temporarily don't mark alpha threshold fp as modulating by Brian Salomon · 8 years ago
  77. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  78. e659c7f [4fGradient] Relax interval checks by Florin Malita · 8 years ago
  79. 52bab30 [4fLinearGradient] Avoid NaNs for degenerate perspectives by Florin Malita · 8 years ago
  80. 69d8d66 [4fGradient] Fix degenerate vertical gradient assert by Florin Malita · 9 years ago
  81. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 9 years ago
  82. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 9 years ago
  83. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 9 years ago
  84. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 9 years ago
  85. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  86. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 9 years ago
  87. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 9 years ago
  88. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 9 years ago
  89. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 9 years ago
  90. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 9 years ago
  91. 8bb3b21 Add GM to exercise some of the darker corners of SkMagnifierImageFilter by Robert Phillips · 9 years ago
  92. 8d3ffad Revert "Revert "Don't instantiate shaders with non-invertible local matrix"" by Florin Malita · 9 years ago
  93. 0e86725 Revert "Don't instantiate shaders with non-invertible local matrix" by Hal Canary · 9 years ago
  94. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 9 years ago
  95. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 9 years ago
  96. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  97. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 9 years ago
  98. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 9 years ago
  99. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 9 years ago
  100. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 9 years ago