1. c3622f4 compare kernel in GrBicubicEffect by Brian Salomon · 3 years, 11 months ago
  2. 4bdc121 Use explicit return statements in more fragment processors. by John Stiles · 4 years ago
  3. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  4. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 2 months ago
  5. de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 4 years, 3 months ago
  6. b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 4 years, 3 months ago
  7. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 4 months ago
  8. 2e66ade Make GrBicubicEffect coeffs a uniform. by Brian Salomon · 4 years, 4 months ago
  9. f48f76e Remove modulation by input color in GrTextureEffect by Brian Osman · 4 years, 4 months ago
  10. a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years, 4 months ago
  11. f990b6a Remove GrTextureProducer::DetermineDomainMode. by Brian Salomon · 4 years, 4 months ago
  12. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  13. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  14. b5bd1b3 Remove GrCoordTransform from GrBicubicEffect by Michael Ludwig · 4 years, 5 months ago
  15. 1af72d1 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 4 years, 5 months ago
  16. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 5 months ago
  17. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 5 months ago
  18. 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 7 months ago
  19. 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
  20. 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
  21. 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
  22. 97c98f9 Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
  23. 9b22838 Reland x2 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
  24. 6cb8168 Reland "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
  25. 0bfb7a5 Revert "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 8 months ago
  26. d198821 Revert "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 8 months ago
  27. ecd5807 Drawing YUVA images does not flatten for bicubic. by Brian Salomon · 4 years, 8 months ago
  28. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  29. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
  30. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
  31. d0d033a GrBicubicEffect uses GrTextureEffect. by Brian Salomon · 4 years, 9 months ago
  32. 67da665 Pass origin into GrCoordTransform. by Greg Daniel · 4 years, 9 months ago
  33. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  34. ba51d68 Update bicubic effect factories to take a view. by Greg Daniel · 4 years, 9 months ago
  35. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 5 years ago
  36. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
  37. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
  38. acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 5 years ago
  39. 8fa469d Lift TextureSampler's proxy to SurfaceProxy by Michael Ludwig · 5 years ago
  40. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  41. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  42. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  43. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  44. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  45. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  46. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  47. b2e3c64 fix bicubic to not be confused by rotated ctms by Mike Reed · 5 years ago
  48. d2f4be3 make bicubic decision logic shareable by Mike Reed · 5 years ago
  49. 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
  50. f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
  51. a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 5 years ago
  52. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  53. e22dba8 Clamp in GrBicubicEffect (to match SW and for general sanity) by Brian Osman · 6 years ago
  54. ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 6 years ago
  55. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  56. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 6 years ago
  57. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 6 years ago
  58. 257a03d Integrate clamp to border into FP optimization flags by Michael Ludwig · 6 years ago
  59. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  60. 7da2fc7 Move textureType() method from GrSurfaceProxy to GrTextureProxy. by Brian Salomon · 6 years ago
  61. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  62. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  63. 23c55b6 Move GrGLSL.h from include/private to src/gpu/glsl. by Brian Salomon · 6 years ago
  64. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  65. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  66. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  67. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  68. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  69. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  70. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  71. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  72. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  73. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  74. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  75. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  76. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  77. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  78. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  79. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  80. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  81. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  82. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  83. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  84. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 8 years ago
  85. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
  86. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
  87. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
  88. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
  89. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  90. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  91. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  92. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 8 years ago
  93. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  94. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  95. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  96. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  97. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  98. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  99. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  100. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago