1. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago[Renamed from src/effects/SkArithmeticImageFilter.cpp]
  2. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  3. 27dddae rebase by Cary Clark · 6 years ago
  4. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  5. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  6. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  7. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  8. 5191880 remove toString by Cary Clark · 6 years ago
  9. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  10. daebae9 Return nullptr when ReadBuffer becomes invalid by Kevin Lubick · 6 years ago
  11. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  12. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  13. 339650c use SkIRect makeOffset to avoid overflows by Mike Reed · 6 years ago
  14. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  15. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  16. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  17. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  18. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  19. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  20. bd2c653e Convert several effects to use color space xform FP by Brian Osman · 7 years ago
  21. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  22. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  23. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  24. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  25. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  26. 0fa353c Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilter by Xianzhu Wang · 7 years ago
  27. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  28. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  29. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  30. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  31. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  32. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  33. cc99f2f Add three more GrFragmentProcessor::clone() implementations by Brian Salomon · 7 years ago
  34. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  35. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  36. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  37. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  38. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 7 years ago
  39. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  40. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  41. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  42. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  43. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  44. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  45. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 7 years ago
  46. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  47. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  48. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  49. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  50. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 7 years ago
  51. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 7 years ago
  52. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 7 years ago
  53. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 7 years ago
  54. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 7 years ago
  55. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 7 years ago
  56. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 7 years ago
  57. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 7 years ago
  58. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 7 years ago
  59. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 7 years ago
  60. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 7 years ago
  61. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 7 years ago
  62. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 7 years ago
  63. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  64. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  65. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  66. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago