1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 7 years ago
  3. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  4. 9bc39bb Add highp to specular lighting intermediate to fix iOS bots by Brian Osman · 7 years ago
  5. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  6. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  7. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  8. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  9. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  10. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 7 years ago
  11. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  12. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  13. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 7 years ago
  14. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  15. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  16. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  17. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  18. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 7 years ago
  19. ab8e02a SkGradientShader: Fix multi-byte-read-stack-use-after-scope by Hal Canary · 7 years ago
  20. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 7 years ago
  21. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 7 years ago
  22. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  23. c5ca7f9 Clamp gradient colors in fragment shader after interpolation when there is a color space. by Brian Salomon · 7 years ago
  24. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 7 years ago
  25. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 7 years ago
  26. a5fdc97 Replace SkSpecialImage::makeTightSubset with asImage (take 2) by Robert Phillips · 7 years ago
  27. 6f9f7eb Expand use of GrMakeCachedBitmapProxy (take 2) by Robert Phillips · 7 years ago
  28. eae7524 Revert "Expand use of GrMakeCachedBitmapProxy" by Robert Phillips · 7 years ago
  29. 561d1f8 Expand use of GrMakeCachedBitmapProxy by Robert Phillips · 7 years ago
  30. ef0a15b Fix TAP ASAN failure. by Florin Malita · 7 years ago
  31. e14349a Revert "Replace SkSpecialImage::makeTightSubset with asImage" by Robert Phillips · 7 years ago
  32. 5df6db1 Replace SkSpecialImage::makeTightSubset with asImage by Robert Phillips · 7 years ago
  33. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 7 years ago
  34. eb62829 Check that coverage FPs are compatible with alpha as coverage by Brian Salomon · 7 years ago
  35. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 7 years ago
  36. 6a307cc Add check for finite phase to SkPath1DPathEffect::Make by Robert Phillips · 7 years ago
  37. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  38. 03a7f5f Make header files idempotent; script to check by Hal Canary · 7 years ago
  39. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  40. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 7 years ago
  41. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  42. 63b6156 Fixed3232 overflow in LinearGradientContext::shadeSpan() by Florin Malita · 7 years ago
  43. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 7 years ago
  44. 2c49a41 Remove inner/outer threshold restriction on SkAlphaThresholdFilter. by Brian Salomon · 7 years ago
  45. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 7 years ago
  46. 99dbe7b Temporarily don't mark alpha threshold fp as modulating by Brian Salomon · 7 years ago
  47. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 7 years ago
  48. e659c7f [4fGradient] Relax interval checks by Florin Malita · 7 years ago
  49. 52bab30 [4fLinearGradient] Avoid NaNs for degenerate perspectives by Florin Malita · 7 years ago
  50. 69d8d66 [4fGradient] Fix degenerate vertical gradient assert by Florin Malita · 7 years ago
  51. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 7 years ago
  52. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 7 years ago
  53. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 7 years ago
  54. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 7 years ago
  55. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  56. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  57. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  58. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  59. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  60. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  61. 8bb3b21 Add GM to exercise some of the darker corners of SkMagnifierImageFilter by Robert Phillips · 7 years ago
  62. 8d3ffad Revert "Revert "Don't instantiate shaders with non-invertible local matrix"" by Florin Malita · 7 years ago
  63. 0e86725 Revert "Don't instantiate shaders with non-invertible local matrix" by Hal Canary · 7 years ago
  64. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 7 years ago
  65. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 7 years ago
  66. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  67. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  68. efe3ded Change shadow tessellators to use SkColor and move to util. by Jim Van Verth · 7 years ago
  69. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 7 years ago
  70. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 7 years ago
  71. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 7 years ago
  72. 91af727 Add geometric version of spot shadow by Jim Van Verth · 7 years ago
  73. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 7 years ago
  74. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  75. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  76. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  77. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 7 years ago
  78. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 7 years ago
  79. 58abc9e Move SkShadowTessellator to GrShadowTessellator by Jim Van Verth · 8 years ago
  80. bce7496 Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  81. e330eb2 Revert "Add geometric implementation for ambient shadows" by Ethan Nicholas · 8 years ago
  82. fdb1bdf Add geometric implementation for ambient shadows by Jim Van Verth · 8 years ago
  83. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  84. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  85. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  86. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  87. abddea0 Just clamp to limit-epsilon. by Mike Klein · 8 years ago
  88. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  89. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 8 years ago
  90. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  91. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  92. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  93. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  94. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  95. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  96. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  97. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  98. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  99. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  100. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago