1. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years, 1 month ago
  2. ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 1 month ago
  3. e427160 SkAnimatedImage: Always respect exif orientation by Leon Scroggins III · 4 years, 1 month ago
  4. 7bfdb10 Revert "Enable GrTessellationPathRenderer by default" by Brian Salomon · 4 years, 1 month ago
  5. 6ea387e Enable GrTessellationPathRenderer by default by Chris Dalton · 4 years, 1 month ago
  6. a868220 Fix shadow directional light bounds. by Jim Van Verth · 4 years, 1 month ago
  7. 7206817 Fix images used in orientation GMs by Brian Salomon · 4 years, 1 month ago
  8. 85fa756 Add filtermode to drawnine by Mike Reed · 4 years, 1 month ago
  9. 590f567 Add GrSurfaceFillContext by Brian Salomon · 4 years, 1 month ago
  10. 63f0354 Add support for directional lights. by Jim Van Verth · 4 years, 1 month ago
  11. 0263bff Revert "Add GrSurfaceFillContext" by Brian Salomon · 4 years, 1 month ago
  12. b339bbe Add GrSurfaceFillContext by Brian Salomon · 4 years, 1 month ago
  13. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 4 years, 1 month ago
  14. 06b52ad Add first class hairline support to tessellated stroking by Chris Dalton · 4 years, 1 month ago
  15. 1ad5445 Revert "Add integer relational ops to sksl_public." by Ethan Nicholas · 4 years, 1 month ago
  16. b476981 Add integer relational ops to sksl_public. by John Stiles · 4 years, 1 month ago
  17. 4bdc121 Use explicit return statements in more fragment processors. by John Stiles · 4 years, 1 month ago
  18. f124108 how to use SkArenaAlloc with no friends by Mike Klein · 4 years, 1 month ago
  19. 5d8f55b Update last gm to use sampling, hide legacy api by Mike Reed · 4 years, 1 month ago
  20. 057fcbe Use sampling for bitmap shaders by Mike Reed · 4 years, 1 month ago
  21. b41bd15 Use samplingoptions for bitmap shader by Mike Reed · 4 years, 1 month ago
  22. 82abece Bitmap should use sampling options by Mike Reed · 4 years, 1 month ago
  23. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 4 years, 1 month ago
  24. 1c86b63 Improve clamp mode in GPU blur with downsampling. by Brian Salomon · 4 years, 1 month ago
  25. b86cd3d Use samplingoptions in imageshader by Mike Reed · 4 years, 1 month ago
  26. 7b80726 Implement indirect stroking for conics by Chris Dalton · 4 years, 1 month ago
  27. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
  28. 4106819 Use explicit sampling param by Mike Reed · 4 years, 1 month ago
  29. 8670c98 Remove SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 4 years, 1 month ago
  30. b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 4 years, 1 month ago
  31. fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 4 years, 1 month ago
  32. 8b5f3ac Use explicit samplingoptions by Mike Reed · 4 years, 1 month ago
  33. 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 4 years, 1 month ago
  34. b5f880a Take origin when creating/updating backend texture using pixmaps. by Brian Salomon · 4 years, 1 month ago
  35. 198e6ea add new entry-points for drawImage[rect] with samplingoptions by Mike Reed · 4 years, 1 month ago
  36. e0dee01 Remove support for deprecated kDontClipToLayer_SaveLayerFlag by Michael Ludwig · 4 years, 2 months ago
  37. db873dd add util for checker image by Mike Reed · 4 years, 2 months ago
  38. 1a4140e deprecate getTotalMatrix by Mike Reed · 4 years, 2 months ago
  39. c7112ed Fix swizzles in clear_swizzle GM by Brian Salomon · 4 years, 2 months ago
  40. 07bc9a2 GPU clear values: just 4 floats by Brian Salomon · 4 years, 2 months ago
  41. 540c13a Test & implement "vector relational intrinsics" by Brian Osman · 4 years, 2 months ago
  42. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years, 2 months ago
  43. 6affa2c move SkMipmapBuilder to private by Mike Reed · 4 years, 2 months ago
  44. 9ba7a24 Reland "SkSL: Test/implement "geometric" intrinsics" by Brian Osman · 4 years, 2 months ago
  45. ce0c876 hide legacy scalePixels and makeShader by Mike Reed · 4 years, 2 months ago
  46. cbbe0b0 Fix reverse bounds calculation for SkImageFilters::Compose by Michael Ludwig · 4 years, 2 months ago
  47. a03f8bf other ways to organize samplingoptions? by Mike Reed · 4 years, 2 months ago
  48. 0dd83e1 Revert "SkSL: Test/implement "geometric" intrinsics" by John Stiles · 4 years, 2 months ago
  49. 0d5d956 SkSL: Test/implement "geometric" intrinsics by Brian Osman · 4 years, 2 months ago
  50. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 4 years, 2 months ago
  51. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years, 2 months ago
  52. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years, 2 months ago
  53. 8f46ecc Remove two YUV effect GMs: yuv_to_rgb_effect and yuv_nv12_to_rgb_effect. by Brian Salomon · 4 years, 2 months ago
  54. 5035b8f Minor cleanup in the intrinsics GMs by Brian Osman · 4 years, 2 months ago
  55. 5160aad Test and implement all "common" intrinsics (GLSL ES Sec. 8.3) by Brian Osman · 4 years, 2 months ago
  56. 2f9dad4 Allow gpu_blur_utils* GMs to run with *ooprddl configs by Robert Phillips · 4 years, 2 months ago
  57. 7d1153f Handle EXIF orientation in SkAnimatedImage by Leon Scroggins · 4 years, 2 months ago
  58. 8f6d4d3 Test & implement exponential intrinsics by Brian Osman · 4 years, 2 months ago
  59. 24000785 Implement two-argument atan in public SkSL, improve GM by Brian Osman · 4 years, 2 months ago
  60. 80bfda8 Remove GrSurfaceContext::flush calls ... by Robert Phillips · 4 years, 2 months ago
  61. bc098ef Handle EXIF orientation in SkAnimCodecPlayer by Leon Scroggins · 4 years, 3 months ago
  62. e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 4 years, 2 months ago
  63. 3a004df GM to test (almost) all SkSL Angle/Trigonometric intrinsics by Brian Osman · 4 years, 2 months ago
  64. 267826c Disable both preservefillrule _big and _little for the *ooprddl configs by Robert Phillips · 4 years, 2 months ago
  65. 4eb7c23 - GrGLPath: Fix hitting an assert when a style applies a path effect that results in an empty path by kcbanner · 4 years, 2 months ago
  66. e6a05a4 Migrate work from constructors to onOnceBeforeDraw. by John Stiles · 4 years, 2 months ago
  67. 694ff17 Revert "Revert changes to unbreak bots." by Brian Salomon · 4 years, 3 months ago
  68. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 3 months ago
  69. 49721c8 Revert changes to unbreak bots. by Brian Salomon · 4 years, 3 months ago
  70. f01a9d9 Add SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 4 years, 3 months ago
  71. e3afdd5 Avoid infinite inverse inner-radii in eliiptical rrect op by Brian Osman · 4 years, 3 months ago
  72. 7585a65 do work in onBefore, not in constructor by Mike Reed · 4 years, 3 months ago
  73. 4ce7786 Fix clip shader coverage combining with geometry processor coverage by Michael Ludwig · 4 years, 3 months ago
  74. c76d409 add API for Op creation by Herb Derby · 4 years, 3 months ago
  75. 5e961b0 Reland "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 4 years, 3 months ago
  76. e267464 Make small epsilons more rigorous for gpu gaussian blurs by Michael Ludwig · 4 years, 3 months ago
  77. 07829f2 Revert "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 4 years, 3 months ago
  78. f4594d1 Perform bounding rect-relative calcs in full float in GrRRectBlurEffect by Brian Salomon · 4 years, 3 months ago
  79. b270568 Almost remove GrContext by Adlai Holler · 4 years, 3 months ago
  80. 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 3 months ago
  81. 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 4 years, 3 months ago
  82. 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 4 years, 3 months ago
  83. db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 4 years, 3 months ago
  84. 41fc174 Restore cpu execution of async* GMs by Robert Phillips · 4 years, 3 months ago
  85. a0f5452 split that new filter into smaller steps by Mike Klein · 4 years, 3 months ago
  86. 7485ffc slightly more complex runtime color filter GM by Mike Klein · 4 years, 3 months ago
  87. 3172208 Revert "Remove GrContext" by Robert Phillips · 4 years, 3 months ago
  88. 2edf18d Remove GrContext by Adlai Holler · 4 years, 3 months ago
  89. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
  90. 27f283f Update error handling in DDL-averse GMs by Robert Phillips · 4 years, 3 months ago
  91. 68b245c Remove resize-on-gpu variation from wacky_yuv GMs by Brian Salomon · 4 years, 3 months ago
  92. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 3 months ago
  93. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 3 months ago
  94. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 4 months ago
  95. f165f79 Remove unused variant of SkImage::MakeFromYUVAPixmaps by Brian Salomon · 4 years, 4 months ago
  96. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 4 months ago
  97. c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 4 months ago
  98. 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 4 years, 4 months ago
  99. 12857d4 Fix gms placing text in bounds. by Ben Wagner · 4 years, 4 months ago
  100. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years, 4 months ago