1. 6db78b8 Add option to LazyYUVImage to build mip maps by Brian Salomon · 4 years, 6 months ago
  2. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 6 months ago
  3. bcde9ee Fix ducky_yuv_blend in preabandoned context mode by Brian Salomon · 4 years, 6 months ago
  4. efb5f07 Remove virtual SkImage_Base::getPlanes by Brian Salomon · 4 years, 6 months ago
  5. 8cc118d Fix mislabeled argument comments. by John Stiles · 4 years, 6 months ago
  6. e34b282 Migrate MakeFromAdoptedTexture to GrDirectContext by Adlai Holler · 4 years, 6 months ago
  7. f8237cb Re-org image-cacherator-from-* GMs by Robert Phillips · 4 years, 6 months ago
  8. 52ea577 Migrate MakeFromYUVATexturesCopy* to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
  9. 8c7ecc1 Revert "Revert "Never share pixels when we make a subset image"" by Mike Reed · 4 years, 6 months ago
  10. 39d1c1e Revert "Never share pixels when we make a subset image" by Mike Reed · 4 years, 6 months ago
  11. 3eff245 Never share pixels when we make a subset image by Mike Reed · 4 years, 6 months ago
  12. cdfdb39 Fix up image-cacherator-from-* GMs for direct context by Robert Phillips · 4 years, 6 months ago
  13. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 6 months ago
  14. a84caa3 Make some GMs compatible with the *ooprddl configs by Robert Phillips · 4 years, 6 months ago
  15. f735351 Add nearest MIP filtering to GPU and wire up to SkImageShader by Brian Salomon · 4 years, 6 months ago
  16. b107a11 Add several more values to SkYUVColorSpace by Brian Osman · 4 years, 6 months ago
  17. f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 6 months ago
  18. 59e18dc Combine coverage in GrAppliedClip using RunInSeries. by John Stiles · 4 years, 6 months ago
  19. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 4 years, 6 months ago
  20. e69b9ef Separate MIP filtering from min/mag filtering. by Brian Salomon · 4 years, 6 months ago
  21. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  22. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 6 months ago
  23. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  24. 41d91b6 Remove support for multiple coverage processors from GrPaint API. by John Stiles · 4 years, 6 months ago
  25. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
  26. 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 6 months ago
  27. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 4 years, 6 months ago
  28. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 6 months ago
  29. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
  30. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 6 months ago
  31. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 6 months ago
  32. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 6 months ago
  33. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 6 months ago
  34. 21e8288 use precise is-normalized test in gm/p3.cpp by Mike Klein · 4 years, 6 months ago
  35. 057c33f Clean up some GrContext uses in the GMs by Robert Phillips · 4 years, 6 months ago
  36. fd6f709 Revert "Revert "Serialize mipmaps"" by Mike Reed · 4 years, 6 months ago
  37. 442d424 Revert "Serialize mipmaps" by Mike Reed · 4 years, 6 months ago
  38. 73424fd FIx imagemakewithfilter test in OOPRDDL config by Adlai Holler · 4 years, 6 months ago
  39. ab5b845 Serialize mipmaps by Mike Reed · 4 years, 6 months ago
  40. f48f76e Remove modulation by input color in GrTextureEffect by Brian Osman · 4 years, 6 months ago
  41. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 6 months ago
  42. a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years, 6 months ago
  43. b461055 Add new GM to test hairline subdivision. by Jim Van Verth · 4 years, 6 months ago
  44. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 6 months ago
  45. 44fafa6 Clean up some boilerplate in runtimeshader.cpp by Brian Osman · 4 years, 6 months ago
  46. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 6 months ago
  47. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years, 6 months ago
  48. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years, 6 months ago
  49. a7685b2 Runtime effects: Allow null children by Brian Osman · 4 years, 6 months ago
  50. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years, 6 months ago
  51. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 6 months ago
  52. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 6 months ago
  53. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 6 months ago
  54. d9800f8 Redesign const-color unit test to leverage sk_gpu_test::test_ops. by John Stiles · 4 years, 6 months ago
  55. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 6 months ago
  56. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years, 6 months ago
  57. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 6 months ago
  58. d436b78 Switch a few GMs over to GrDirectContext by Robert Phillips · 4 years, 6 months ago
  59. 1c66ad9 Apply paint color to alpha-only textures in drawEdgeAAImageSet by Michael Ludwig · 4 years, 6 months ago
  60. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 6 months ago
  61. fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 6 months ago
  62. 1bef979 Remove uses of non-inclusive terminology from Ganesh code. by Jim Van Verth · 4 years, 6 months ago
  63. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 6 months ago
  64. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 6 months ago
  65. e3ad527 Add a convenience to downcast contexts into GrDirectContext by Adlai Holler · 4 years, 6 months ago
  66. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 6 months ago
  67. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 6 months ago
  68. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 7 months ago
  69. dc68791 Blacklist more GMs for the *ooprddl configs by Robert Phillips · 4 years, 6 months ago
  70. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 7 months ago
  71. 795efd2 Add pass-through sampling to SkVM, use it when possible by Brian Osman · 4 years, 7 months ago
  72. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 7 months ago
  73. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 7 months ago
  74. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 7 months ago
  75. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 7 months ago
  76. 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years, 7 months ago
  77. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
  78. 09dbeff Update SkModeColorFilter to support an input FP. by John Stiles · 4 years, 7 months ago
  79. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 7 months ago
  80. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 7 months ago
  81. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 7 months ago
  82. 10b7541 Add proj() intrinsic (XY / Z), fix bug with perspective matrix sampling by Brian Osman · 4 years, 7 months ago
  83. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 7 months ago
  84. 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 7 months ago
  85. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 7 months ago
  86. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 7 months ago
  87. be1b837 Support sample(matrix) with runtime effects by Brian Osman · 4 years, 7 months ago
  88. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 7 months ago
  89. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 7 months ago
  90. e393901 More *ooprddl GM changes by Robert Phillips · 4 years, 7 months ago
  91. d26d25e Make gpuSetup draw a error message on failure by Robert Phillips · 4 years, 7 months ago
  92. c19b9c5 androidFramework_replaceClip proposal by Michael Ludwig · 4 years, 7 months ago
  93. c36b8aa Add support for passing an inputFP to SkColorFilter objects. by John Stiles · 4 years, 7 months ago
  94. b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 7 months ago
  95. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 7 months ago
  96. b9b1373 Fix nearest neighbor sampling of YUV[A] images by Brian Salomon · 4 years, 7 months ago
  97. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 7 months ago
  98. 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 4 years, 8 months ago
  99. 54c9093 Pass the primProc and uniformHandler to tessellation shader back doors by Chris Dalton · 4 years, 7 months ago
  100. d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 7 months ago