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