1. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  2. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  3. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  4. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  5. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  6. 4d011be Remove unneeded GrGradientEffect Tegra3 workaround by Florin Malita · 7 years ago
  7. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  8. 34335c5 Streamline GrGradientEffect mirror tiling by Florin Malita · 7 years ago
  9. b81a8b9 Consolidate GrGradientEffect analytical impls by Florin Malita · 7 years ago
  10. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  11. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  12. 2045e3b Avoid int overflow in LinearGradientContext::shade4_dx_clamp by Florin Malita · 7 years ago
  13. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  14. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  15. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  16. eb66959 Revert "Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType" by Florin Malita · 7 years ago
  17. b86aaeb Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  18. 36f054a GrGradientEffect::onIsEqual() must also consider tiling by Florin Malita · 7 years ago
  19. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  20. 5b6c7c6 Delete legacy radial gradient impl by Florin Malita · 7 years ago
  21. 545630b Fix sweep gradient tiling w/ makeColorSpace by Florin Malita · 7 years ago
  22. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  23. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  24. 50b2084 Gradient stages cleanup by Florin Malita · 7 years ago
  25. 77c6866 Remove stale SkTwoPointConicalGradient assert by Florin Malita · 7 years ago
  26. 9c2212f Don't instantiate degenerate 2pt gradients by Florin Malita · 7 years ago
  27. 28a5869 Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code by Florin Malita · 7 years ago
  28. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  29. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 7 years ago
  30. 4331e46 Implement GrFragmentProcessor::clone() for lighting and perlin noise classes by Brian Salomon · 7 years ago
  31. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 7 years ago
  32. ff46ace remove guard for tiling by Mike Reed · 7 years ago
  33. f5d4d86 Revert "use rasterpipeline for filtering for very large images" by Mike Klein · 7 years ago
  34. 97d4cf0 use rasterpipeline for filtering for very large images by Mike Reed · 7 years ago
  35. 15cac72 Revert "Revert "Always use raster pipeline for radial gradients"" by Florin Malita · 7 years ago
  36. 8b8b224 Revert "Always use raster pipeline for radial gradients" by Mike Klein · 7 years ago
  37. 5a5207a Always use raster pipeline for radial gradients by Florin Malita · 7 years ago
  38. 2371da0 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  39. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  40. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  41. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  42. 6d66237 Revert "Use raster pipeline for repeat/mirror radial gradients" by Florin Malita · 7 years ago
  43. 2f924b4 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  44. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  45. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  46. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  47. c2bd631 Remove (now-dead) SK_LEGACY_SWEEP_GRADIENT code by Florin Malita · 7 years ago
  48. b00a360 Purge cached SkPictureShader entries on shader deletion by Florin Malita · 7 years ago
  49. 604f0d5 Avoid unneeded picture shader color space transforms by Florin Malita · 7 years ago
  50. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  51. 4d41b8f Remove dead gradient perspective code by Florin Malita · 7 years ago
  52. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  53. 5b8e2b8 Clarify adjustMatrixAndAppendStages semantics by Florin Malita · 7 years ago
  54. 327290f Devolve SkTwoPointConicalGradient to SkRadialGradient when possible by Florin Malita · 7 years ago
  55. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  56. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  57. 8b9566a Disallow burst context instantiation for non-invertible CTMs by Florin Malita · 7 years ago
  58. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  59. 974aad4 Handle degenerate 2pt conical center values gracefully by Florin Malita · 7 years ago
  60. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 7 years ago
  61. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  62. 41dc6cc remove unreachable samples for non-N32 imageshaders by Mike Reed · 7 years ago
  63. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  64. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  65. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  66. 4a0f180 remove unused flag SK_SUPPORT_LEGACY_COLORFILTER_FILTERSPAN by Mike Reed · 7 years ago
  67. 7f22511 add guard for handling swizzles via rasterpipeline by Mike Reed · 7 years ago
  68. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  69. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  70. 111f8a9 add bgra as 1st class format by Mike Klein · 7 years ago
  71. 0bb0411 2pt conical stage for concentric case by Florin Malita · 7 years ago
  72. fb49909 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  73. 91d7d1d Revert "Revert "Remove deadcode for sRGB image shading."" by Mike Reed · 7 years ago
  74. e08e639 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  75. 428266d use rasterpipeline for colorfilters by Mike Reed · 7 years ago
  76. cbbb58a Revert "speculative fix for chrome roll" by Mike Reed · 7 years ago
  77. 4220a92 speculative fix for chrome roll by Mike Reed · 7 years ago
  78. 2e3c955 disable optimization (for now) for android by Mike Reed · 7 years ago
  79. 51f6a0f Remove deadcode for sRGB image shading. by Herb Derby · 7 years ago
  80. 587d082 optimize imageshaders to use clamp for dimension==1 by Mike Reed · 7 years ago
  81. bc4c26b reduce exposure of SK_SUPPORT_LEGACY_TILED_BITMAPS to not replace repeats yet by Mike Reed · 7 years ago
  82. 51e46d5 use mul_inv instead of div for tiling by Mike Reed · 7 years ago
  83. 0cc60b8 fix repeat/mirror sampling bleed by Mike Klein · 7 years ago
  84. 980e279 Revert[2] "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)"" by Mike Reed · 7 years ago
  85. 19d0b99 Revert "use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code)" by Mike Reed · 7 years ago
  86. 00b8ab6 use rasterpipeline for non-8888-clamp shaders (so we can delete more legacy code) by Mike Reed · 7 years ago
  87. 74c3680 Remove unused GradientShaderBase4fContext::fDither by Florin Malita · 7 years ago
  88. 15200bd Remove SK_SUPPORT_LEGACY_GRADIENT_ALPHATRUNC dead code by Florin Malita · 7 years ago
  89. ae7bb04 Remove non-F32 specializations of Sk4fGradient by Florin Malita · 7 years ago
  90. c352f3b fixed improved perlin noise effect on ANGLE by Ethan Nicholas · 7 years ago
  91. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  92. cb3ceb7 CanOverflow -> ClampIfNeeded by Mike Klein · 7 years ago
  93. 06e547c Fix GrGradientEffect::isValid() by Brian Salomon · 7 years ago
  94. a6aaa30 SkShader::asACompose is android-only by Mike Reed · 7 years ago
  95. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  96. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  97. 43e498e specialize D32 proc for legacy src by Mike Reed · 7 years ago
  98. 70bc94f Bump min picture to 7+ months ago by Mike Reed · 7 years ago
  99. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago
  100. d1aedde Remove SkLinearGradient::kForce4fContext_PrivateFlag by Florin Malita · 7 years ago