1. 93061b5 support for 'half' types in sksl, plus general numeric type improvements by Ethan Nicholas · 7 years ago
  2. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  3. f57c0d6 automatically generate clone() methods for SkSL fragment processors by Ethan Nicholas · 7 years ago
  4. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  5. 3f6f965 Implement clone for 6 additional GrFragmentProcessor subclasses. by Brian Salomon · 7 years ago
  6. 71603cc Remove the now unused GR_PROXY_MOVE macro by Brian Salomon · 7 years ago
  7. b9f6afb switched to infra version of clang-format for skslc by Ethan Nicholas · 7 years ago
  8. b133ffe Remove Gr1DKernelEffect "helper" class. by Brian Salomon · 7 years ago
  9. 6cd51b5 Remove GrSingleTextureEffect by Brian Salomon · 7 years ago
  10. 480c90a moved changes out of autogenerated .cpp file and into source .fp file by Ethan Nicholas · 7 years ago
  11. f695b63 Don't clamp in GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  12. fb7c83a Compose and YUV fragment processor clone implementations by Brian Salomon · 7 years ago
  13. 1a2a7ab More GrFragmentProcessor::clone() implementations. by Brian Salomon · 7 years ago
  14. fcc527b Implement clone for 4 additional GrFragmentProcessors. by Brian Salomon · 7 years ago
  15. ffc2ec4 Implement clone() for GrDisplacementEffect by Brian Salomon · 7 years ago
  16. 4ed9ae4 Improve GrGLNonlinearColorSpaceXformEffect to support scRGB by Stan Iliev · 7 years ago
  17. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  18. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  19. 0e05a82 Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and unit test. by Brian Salomon · 7 years ago
  20. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  21. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  22. c686ce3 Smaller fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  23. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  24. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  25. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  26. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  27. 0c15ae8 Revert "Revert "Revert "Revert "Improvements to GPU dither."""" by Brian Salomon · 7 years ago
  28. f2290cb Revert "Revert "Revert "Improvements to GPU dither.""" by Brian Salomon · 7 years ago
  29. 0f01b2e Revert "Revert "Improvements to GPU dither."" by Brian Salomon · 7 years ago
  30. 38fb308 Revert "Improvements to GPU dither." by Brian Salomon · 7 years ago
  31. 1806e33 Improvements to GPU dither. by Brian Salomon · 7 years ago
  32. cda2015 Make dither range symmetric about 0 by Brian Salomon · 7 years ago
  33. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  34. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  35. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  36. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  37. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  38. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  39. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  40. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  41. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  42. 62ae664 Revert "don't compose with (forced) opaque colors" by Ethan Nicholas · 7 years ago
  43. bca23b8 Remove unused ctor in GrTextureDomain by Robert Phillips · 7 years ago
  44. 8199559 don't compose with (forced) opaque colors by Mike Reed · 7 years ago
  45. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  46. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  47. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  48. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 7 years ago
  49. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  50. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  51. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  52. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  53. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  54. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  55. f86d368 Enable constexpr for VC++ 2017 by Bruce Dawson · 7 years ago
  56. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  57. d7b1159 Revert "Revert "Go back to using dual source blending for lcd src-over even with non-opaque color"" by Greg Daniel · 7 years ago
  58. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  59. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  60. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  61. 888e9f2 Init fDevKLMMatrix in GrGLCubicEffect (possible valgrind fix) by Robert Phillips · 7 years ago
  62. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  63. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  64. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  65. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago
  66. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
  67. 28207df Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as alpha by Brian Salomon · 7 years ago
  68. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  69. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  70. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  71. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  72. aa13223 Allow for non opaque colors for src-over lcd fallback case in gpu by Greg Daniel · 7 years ago
  73. ccb46aa Don't pass uniform arrays in GrGLNonlinearColorSpaceXformEffect by Christopher Cameron · 7 years ago
  74. 5592382 Remove setting of alpha coverage in text ops when in LCD mode by Greg Daniel · 7 years ago
  75. 79cdf28 Fix to lcd blending in ganesh by Greg Daniel · 7 years ago
  76. 49354a3 Update Porter Duff analysis to match LCD logic. by Greg Daniel · 7 years ago
  77. 6ebe4b9 Fix gpu lcd blending to semi-correctly handle alpha coverage by Greg Daniel · 7 years ago
  78. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  79. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  80. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  81. ab8ce1a Fixed distance field interpolation for gamma correct rendering by Brian Osman · 7 years ago
  82. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  83. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  84. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  85. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  86. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  87. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  88. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  89. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  90. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  91. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  92. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  93. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  94. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  95. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  96. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  97. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  98. 9f903e4 PM/UPM conversion improvements by Brian Osman · 7 years ago
  99. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  100. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago