1. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  2. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  3. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  4. b7e8c3b run skslc output through clang-format by Ethan Nicholas · 7 years ago
  5. 0c15ae8 Revert "Revert "Revert "Revert "Improvements to GPU dither."""" by Brian Salomon · 7 years ago
  6. f2290cb Revert "Revert "Revert "Improvements to GPU dither.""" by Brian Salomon · 7 years ago
  7. 0f01b2e Revert "Revert "Improvements to GPU dither."" by Brian Salomon · 7 years ago
  8. 38fb308 Revert "Improvements to GPU dither." by Brian Salomon · 7 years ago
  9. 1806e33 Improvements to GPU dither. by Brian Salomon · 7 years ago
  10. cda2015 Make dither range symmetric about 0 by Brian Salomon · 7 years ago
  11. 0274b30 converted GrBlurredEdgeFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  12. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 7 years ago
  13. 6e1cbc0 fixed sksl static ifs to work for CircleEffect by Ethan Nicholas · 7 years ago
  14. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 7 years ago
  15. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  16. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  17. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 7 years ago
  18. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 7 years ago
  19. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  20. 62ae664 Revert "don't compose with (forced) opaque colors" by Ethan Nicholas · 7 years ago
  21. bca23b8 Remove unused ctor in GrTextureDomain by Robert Phillips · 7 years ago
  22. 8199559 don't compose with (forced) opaque colors by Mike Reed · 7 years ago
  23. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 7 years ago
  24. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 7 years ago
  25. 98308fb Plumb through need for unpremul/premul by Mike Reed · 7 years ago
  26. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 7 years ago
  27. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  28. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 7 years ago
  29. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 7 years ago
  30. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  31. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  32. 159e3c6 Fix MDB regression by Robert Phillips · 7 years ago
  33. f86d368 Enable constexpr for VC++ 2017 by Bruce Dawson · 7 years ago
  34. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  35. 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
  36. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  37. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  38. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  39. 888e9f2 Init fDevKLMMatrix in GrGLCubicEffect (possible valgrind fix) by Robert Phillips · 7 years ago
  40. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  41. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  42. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  43. cde9031 remove unused xfermode methods by Mike Reed · 7 years ago
  44. 6b3542a move Coeff into blendmode by Mike Reed · 7 years ago
  45. 28207df Make GrSimpleMeshDrawOpHelper record whether coverage can be implemented as alpha by Brian Salomon · 7 years ago
  46. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  47. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  48. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  49. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  50. aa13223 Allow for non opaque colors for src-over lcd fallback case in gpu by Greg Daniel · 7 years ago
  51. ccb46aa Don't pass uniform arrays in GrGLNonlinearColorSpaceXformEffect by Christopher Cameron · 7 years ago
  52. 5592382 Remove setting of alpha coverage in text ops when in LCD mode by Greg Daniel · 7 years ago
  53. 79cdf28 Fix to lcd blending in ganesh by Greg Daniel · 7 years ago
  54. 49354a3 Update Porter Duff analysis to match LCD logic. by Greg Daniel · 7 years ago
  55. 6ebe4b9 Fix gpu lcd blending to semi-correctly handle alpha coverage by Greg Daniel · 7 years ago
  56. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  57. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  58. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  59. ab8ce1a Fixed distance field interpolation for gamma correct rendering by Brian Osman · 7 years ago
  60. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  61. 060d982 Combine the ambient and spot alphas into the base color for geometric shadows. by Jim Van Verth · 7 years ago
  62. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  63. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  64. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  65. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  66. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  67. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  68. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  69. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  70. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  71. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  72. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  73. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  74. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  75. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  76. 9f903e4 PM/UPM conversion improvements by Brian Osman · 7 years ago
  77. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  78. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  79. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  80. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  81. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  82. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  83. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  84. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  85. 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 7 years ago
  86. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 7 years ago
  87. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  88. 5869ea9 Fully remove coord transform precision code by Brian Osman · 7 years ago
  89. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  90. ebf5acc Remove compiler bug workaround by Brian Osman · 7 years ago
  91. 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 7 years ago
  92. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  93. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  94. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  95. 769e80d More GrSurfaceProxy-clean up by Robert Phillips · 7 years ago
  96. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  97. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  98. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  99. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  100. 73a850f Fully initialize array of previous edges in GrGLConvexPolyEffect to please MSAN by Brian Salomon · 7 years ago