1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  4. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  5. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  6. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  7. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  8. a00318f Consistify image filter implementation code layouts by Michael Ludwig · 5 years ago
  9. d668f7f Hide SkImageFilter subclasses in CPP files by Michael Ludwig · 5 years ago
  10. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  11. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  12. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  13. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  14. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  15. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  16. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  17. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  18. bc42944 Switch image filters over to GrRecordingContext by Robert Phillips · 6 years ago
  19. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  20. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  21. 1688507 Try out clang-tidy, starting with bugprone-use-after-move by Mike Klein · 6 years ago
  22. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  23. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  24. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  25. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  26. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  27. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  28. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  29. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  30. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  31. 1295672 clean up flattenable macro cruft by Mike Klein · 6 years ago
  32. 21fc5ce Reland "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  33. cbf64e3 Revert "Add support for unpremul image sources in the GPU backend" by Brian Osman · 6 years ago
  34. f06240d Add support for unpremul image sources in the GPU backend by Brian Osman · 6 years ago
  35. 0917fad move imagefilters into separate dir and flag for build.gn by Mike Reed · 6 years ago[Renamed from src/effects/SkAlphaThresholdFilter.cpp]
  36. 653f34d Remove GrPixelConfig argument to GrColorSpaceXform[Effect]::Make by Brian Osman · 6 years ago
  37. 27dddae rebase by Cary Clark · 6 years ago
  38. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  39. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  40. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  41. 5191880 remove toString by Cary Clark · 6 years ago
  42. dcf1fb4 Fix alpha threshold image filter GPU implementation by Robert Phillips · 6 years ago
  43. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  44. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  45. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  46. 57c2b8b remove unused declarations by Mike Reed · 7 years ago
  47. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  48. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  49. f06ead9 Add support for transfer functions to GrColorSpaceXform by Brian Osman · 7 years ago
  50. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  51. a4aa133 Remove color space xform from alpha threshold FP by Brian Osman · 7 years ago
  52. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  53. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  54. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  55. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  56. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 7 years ago
  57. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  58. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 8 years ago
  59. 8e1c4e6 Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2) by Robert Phillips · 8 years ago
  60. 2c49a41 Remove inner/outer threshold restriction on SkAlphaThresholdFilter. by Brian Salomon · 8 years ago
  61. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  62. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  63. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  64. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  65. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  66. 22c57ab Fix mapping from src to dst image space in SkAlphaThresholdFilter by Robert Phillips · 8 years ago
  67. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  68. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  69. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  70. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  71. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  72. 55360b1 Revert "Remove use of makeDeferredRenderTargetContextWithFallback" by Robert Phillips · 8 years ago
  73. 155b292 Remove use of makeDeferredRenderTargetContextWithFallback by Robert Phillips · 8 years ago
  74. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  75. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  76. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  77. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  78. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  79. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  80. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  81. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  82. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  83. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  84. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  85. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  86. 6fb592e Add color space xform to GrAlphaThresholdFragmentProcessor by Brian Osman · 8 years ago
  87. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  88. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  89. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago
  90. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  91. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  92. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  93. afbf71d Adding color space to SkSpecialImage by brianosman · 8 years ago
  94. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  95. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  96. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  97. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  98. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  99. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  100. d4c741e Refactor drawContext/RenderTarget creation by robertphillips · 8 years ago