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