1. cb4d587 Fix SkImageSource::filterBounds() by Xianzhu Wang · 7 years ago
  2. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  3. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  4. 5b5f096 Revert "Revert "Switch to the new SkSL lexer."" by Ethan Nicholas · 7 years ago
  5. 3585154 Revert "Switch to the new SkSL lexer." by Ethan Nicholas · 7 years ago
  6. c576e93 Switch to the new SkSL lexer. by Ethan Nicholas · 7 years ago
  7. 2191823 Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL by Greg Daniel · 7 years ago
  8. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  9. 52cb5fe Remove isMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  10. 82e3145 Fix poor handling of nullptr for new blur code by Herb Derby · 7 years ago
  11. 4189d1b Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter. by Sadrul Habib Chowdhury · 7 years ago
  12. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  13. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  14. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  15. 72a37be Fix string typing in generated code by Brian Osman · 7 years ago
  16. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  17. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  18. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  19. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  20. 94e0b11 Two small fixes from recent changes prepping for std::unique_ptr<GrFragmentProcessor>. by Brian Salomon · 7 years ago
  21. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  22. 6b17ff6 Implement clone for GrLightingEffect descendants by Brian Salomon · 7 years ago
  23. 13054a0 Add missing clone method to GrMorphologyEffect by Brian Salomon · 7 years ago
  24. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  25. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  26. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  27. 164f6ec Implement clone() for 4 additional GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  28. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  29. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  30. 7a0ba1c guard SkTableColorFilter against out-of-range inputs by Mike Klein · 7 years ago
  31. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  32. 159db0a rough clamped tracking in SkRasterPipeline by Mike Klein · 7 years ago
  33. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  34. e4832b2 clean up check now done in Make() by Mike Klein · 7 years ago
  35. fa78ece Revert "Revert "Add GM to test SkToSRGBColorFilter"" by Mike Reed · 7 years ago
  36. 205c69d implement serialization for tosrgb by Mike Reed · 7 years ago
  37. a1fc471 Revert "Add GM to test SkToSRGBColorFilter" by Kevin Lubick · 7 years ago
  38. fa3ed03 Add GM to test SkToSRGBColorFilter by Brian Osman · 7 years ago
  39. 92db5a3 CPU impl for ToSRGBColorFilter by Mike Klein · 7 years ago
  40. cc99f2f Add three more GrFragmentProcessor::clone() implementations by Brian Salomon · 7 years ago
  41. d89d7a7 Add clone() to three more fragment processor classes by Brian Salomon · 7 years ago
  42. 10b6ad1 sRGB color filter by Brian Osman · 7 years ago
  43. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  44. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  45. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  46. 40e7e65 remove (unused?) arcto patheffect by Mike Reed · 7 years ago
  47. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  48. a7ba6e7 Revert "Revert "check for no blur and exit early"" by Mike Reed · 7 years ago
  49. 8825a09 Revert "check for no blur and exit early" by Cary Clark · 7 years ago
  50. 35a5e41 check for no blur and exit early by Mike Reed · 7 years ago
  51. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  52. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  53. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  54. cda2015 Make dither range symmetric about 0 by Brian Salomon · 7 years ago
  55. 1c8f73d Run clang-format on GrCircleBlurFP.cpp by Brian Osman · 7 years ago
  56. 604f0d5 Avoid unneeded picture shader color space transforms by Florin Malita · 7 years ago
  57. 771ae96 Revert "Revert "Experimental blur code with 32 bit fix."" by Mike Reed · 7 years ago
  58. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  59. 27b3d27 Revert "Experimental blur code with 32 bit fix." by Mike Reed · 7 years ago
  60. d4b2c53 Experimental blur code with 32 bit fix. by Herb Derby · 7 years ago
  61. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  62. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  63. a30d407 Revert "Experimental blur code." by Florin Malita · 7 years ago
  64. d96ed9d Experimental blur code. by Herb Derby · 7 years ago
  65. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  66. a252c66 Avoid unneeded SkPictureImageFilter color space transforms by Florin Malita · 7 years ago
  67. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  68. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  69. 39e0855 Add an SkColorSpaceXformer image filter cache by Florin Malita · 7 years ago
  70. 3854860 Unfriend SkImageFilter subclasses by Florin Malita · 7 years ago
  71. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  72. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  73. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  74. 412cda7 add srgb gamma colorfilters by Mike Reed · 7 years ago
  75. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  76. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  77. 9c1d780 remove filterSpan from SkColorFilter by Mike Reed · 7 years ago
  78. 0bdaf05 remove unused mode parameter from SkMergeImageFilter by Mike Reed · 7 years ago
  79. ab51d1b Revert "remove unused TableMaskFilter" by Mike Reed · 7 years ago
  80. d72b55b remove unused TableMaskFilter by Mike Reed · 7 years ago
  81. 1a74c53 reduce SkDisplacementImageFilter size. by Mike Reed · 7 years ago
  82. 3f93b72 Revert "reduce SkDisplacementImageFilter size" by Mike Reed · 7 years ago
  83. ed68a92 reduce SkDisplacementImageFilter size by Mike Reed · 7 years ago
  84. 0c182fc refactor lighting imagefilter to save codesize by Mike Reed · 7 years ago
  85. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  86. c8ecb03 Revert "Drop the ref on the GrOpList's target in makeClosed" by Robert Phillips · 7 years ago
  87. dcd499c Drop the ref on the GrOpList's target in makeClosed by Robert Phillips · 7 years ago
  88. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 7 years ago
  89. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 7 years ago
  90. 9e99b3d remove 32K table for emboss by Mike Reed · 7 years ago
  91. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  92. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 7 years ago
  93. 2f07c28 remove unneeded methods by Mike Reed · 7 years ago
  94. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 7 years ago
  95. 63544a4 remove unused arithmetic code by Mike Reed · 7 years ago
  96. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  97. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 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. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago