1. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  2. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  3. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  4. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  5. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  6. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  7. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  8. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  9. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  10. 3954108 Delete the legacy linear gradient impl by Florin Malita · 7 years ago
  11. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  12. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  13. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  14. 2ab4b2b Remove symmetric three stop special case by Brian Osman · 7 years ago
  15. a8e5744 Add general three-stop analytic gradient shader by Brian Osman · 7 years ago
  16. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  17. 1d8c42e fold params into StageRec by Mike Reed · 7 years ago
  18. aa0ce82 Use the 4f impl for legacy/8888 linear gradients by Florin Malita · 7 years ago
  19. dc03dde remove code associated with legacy affine imageshaders by Mike Reed · 7 years ago
  20. eefe9f9 use rasterpipeline if localmatrix is rotated or skewed for images by Mike Reed · 7 years ago
  21. 766656d remove unused flag for rotated imageshaders by Mike Reed · 7 years ago
  22. 6274c42 Add back raster pipeline image tiling guard by Florin Malita · 7 years ago
  23. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  24. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  25. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  26. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  27. 3404207 use rasterpipeline for images if matrix is >= scale+translate by Mike Reed · 7 years ago
  28. 4d011be Remove unneeded GrGradientEffect Tegra3 workaround by Florin Malita · 7 years ago
  29. 3b30c4f Relocate gradient negative fract() workaround to GLSLCodeGenerator by Florin Malita · 7 years ago
  30. 34335c5 Streamline GrGradientEffect mirror tiling by Florin Malita · 7 years ago
  31. b81a8b9 Consolidate GrGradientEffect analytical impls by Florin Malita · 7 years ago
  32. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  33. 8aeec29 simplify shaderbase -- remove shaderproc -- no measurable speed diff by Mike Reed · 7 years ago
  34. 2045e3b Avoid int overflow in LinearGradientContext::shade4_dx_clamp by Florin Malita · 7 years ago
  35. 1aa731a remove unused shadeSpanAlpha -- handled by rasterpipeline by Mike Reed · 7 years ago
  36. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  37. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  38. eb66959 Revert "Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType" by Florin Malita · 7 years ago
  39. b86aaeb Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  40. 36f054a GrGradientEffect::onIsEqual() must also consider tiling by Florin Malita · 7 years ago
  41. 073073e Rename append_uniform_color() to append_constant_color(). by Mike Klein · 7 years ago
  42. 5b6c7c6 Delete legacy radial gradient impl by Florin Malita · 7 years ago
  43. 545630b Fix sweep gradient tiling w/ makeColorSpace by Florin Malita · 7 years ago
  44. 5a9a981 Tiling support for SkSweepGradient by Florin Malita · 7 years ago
  45. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  46. 50b2084 Gradient stages cleanup by Florin Malita · 7 years ago
  47. 77c6866 Remove stale SkTwoPointConicalGradient assert by Florin Malita · 7 years ago
  48. 9c2212f Don't instantiate degenerate 2pt gradients by Florin Malita · 7 years ago
  49. 28a5869 Remove now-dead SK_SUPPORT_LEGACY_GRADIENT_MATRIX_MATH code by Florin Malita · 7 years ago
  50. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  51. f8480b9 Implement clone() for Gradient GrFragmentProcessors by Brian Salomon · 7 years ago
  52. 4331e46 Implement GrFragmentProcessor::clone() for lighting and perlin noise classes by Brian Salomon · 7 years ago
  53. 5127fcb Always postConcat() pipeline gradient matrices by Florin Malita · 7 years ago
  54. ff46ace remove guard for tiling by Mike Reed · 7 years ago
  55. f5d4d86 Revert "use rasterpipeline for filtering for very large images" by Mike Klein · 7 years ago
  56. 97d4cf0 use rasterpipeline for filtering for very large images by Mike Reed · 7 years ago
  57. 15cac72 Revert "Revert "Always use raster pipeline for radial gradients"" by Florin Malita · 7 years ago
  58. 8b8b224 Revert "Always use raster pipeline for radial gradients" by Mike Klein · 7 years ago
  59. 5a5207a Always use raster pipeline for radial gradients by Florin Malita · 7 years ago
  60. 2371da0 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  61. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  62. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  63. e32500f Assume HQ is handled by pipeline, delete legacy code-path by Mike Reed · 7 years ago
  64. 6d66237 Revert "Use raster pipeline for repeat/mirror radial gradients" by Florin Malita · 7 years ago
  65. 2f924b4 Use raster pipeline for repeat/mirror radial gradients by Florin Malita · 7 years ago
  66. 968af43 remove gather_i8, unify memory-touching contexts by Mike Klein · 7 years ago
  67. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  68. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  69. c2bd631 Remove (now-dead) SK_LEGACY_SWEEP_GRADIENT code by Florin Malita · 7 years ago
  70. b00a360 Purge cached SkPictureShader entries on shader deletion by Florin Malita · 7 years ago
  71. 604f0d5 Avoid unneeded picture shader color space transforms by Florin Malita · 7 years ago
  72. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  73. 4d41b8f Remove dead gradient perspective code by Florin Malita · 7 years ago
  74. 5769dd2 Add some raster pipeline perspective asserts by Florin Malita · 7 years ago
  75. 5b8e2b8 Clarify adjustMatrixAndAppendStages semantics by Florin Malita · 7 years ago
  76. 327290f Devolve SkTwoPointConicalGradient to SkRadialGradient when possible by Florin Malita · 7 years ago
  77. c91e387 add stages for black and white colors by Mike Reed · 7 years ago
  78. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  79. 8b9566a Disallow burst context instantiation for non-invertible CTMs by Florin Malita · 7 years ago
  80. 6b59bf4 consolidate logic for matrix stage by Mike Reed · 7 years ago
  81. 974aad4 Handle degenerate 2pt conical center values gracefully by Florin Malita · 7 years ago
  82. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 7 years ago
  83. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  84. 41dc6cc remove unreachable samples for non-N32 imageshaders by Mike Reed · 7 years ago
  85. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 7 years ago
  86. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  87. 9026fe1 2pt conical stage for focal-point-outside case by Florin Malita · 7 years ago
  88. 4a0f180 remove unused flag SK_SUPPORT_LEGACY_COLORFILTER_FILTERSPAN by Mike Reed · 7 years ago
  89. 7f22511 add guard for handling swizzles via rasterpipeline by Mike Reed · 7 years ago
  90. 2e40900 2pt conical stage for focal-pt-on-edge case by Florin Malita · 7 years ago
  91. a66ef2d 2ptconical stage by Florin Malita · 7 years ago
  92. 111f8a9 add bgra as 1st class format by Mike Klein · 7 years ago
  93. 0bb0411 2pt conical stage for concentric case by Florin Malita · 7 years ago
  94. fb49909 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  95. 91d7d1d Revert "Revert "Remove deadcode for sRGB image shading."" by Mike Reed · 7 years ago
  96. e08e639 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  97. 428266d use rasterpipeline for colorfilters by Mike Reed · 7 years ago
  98. cbbb58a Revert "speculative fix for chrome roll" by Mike Reed · 7 years ago
  99. 4220a92 speculative fix for chrome roll by Mike Reed · 7 years ago
  100. 2e3c955 disable optimization (for now) for android by Mike Reed · 7 years ago