1. b8c0dab Add UWP support by James Clarke · 4 years, 1 month ago
  2. f5cbbc6 SkScalerContext to handle hairline paths. by Ben Wagner · 4 years, 1 month ago
  3. e573626 Allow filtering RSXForm text in viewer. by Ben Wagner · 4 years, 1 month ago
  4. fa962f5 rerun only what makes unknown hashes by Mike Klein · 4 years, 1 month ago
  5. d76d186 Remove 'f' prefix on SkRuntimeEffect::Uniform struct by Brian Osman · 4 years, 1 month ago
  6. 1db274d add sample output to skpbench by Herb Derby · 4 years, 1 month ago
  7. 9109dc1 Skpbench: perform core locking functionality into generic hardware profile by Nathaniel Nifong · 4 years, 1 month ago
  8. d50ac5c break huge conversions into batches by Mike Klein · 4 years, 1 month ago
  9. d1131b6 fix FM svg harness by Mike Klein · 4 years, 1 month ago
  10. 9c2ab4c Just skip corrupt JPEG image draws when rendering DDLs by Robert Phillips · 4 years, 1 month ago
  11. f9a0f1a Viewer scale factor improvement. by Ben Wagner · 4 years, 1 month ago
  12. af9c1eb [RecreateSKPs bot] Add new motionmark SKP to the repo by Ravi Mistry · 4 years, 1 month ago
  13. 53ce5aa [RecreateSKPs bot] Fix failing reddit pageset by Ravi Mistry · 4 years, 1 month ago
  14. 3831689 Particle refactor: Only have one code string, uniforms, etc. by Brian Osman · 4 years, 1 month ago
  15. 1de89c4 Don't use filter-quality by Mike Reed · 4 years, 1 month ago
  16. fa8b5e4 Add support for retina displays to sk_app. by Ben Wagner · 4 years, 1 month ago
  17. 6b37bd1 Sort loaded particle effects alphabetically by Brian Osman · 4 years, 1 month ago
  18. 96a9749 Update SVG asset creation to handle images by Tyler Denniston · 4 years, 1 month ago
  19. b339d05 pass sampling to drawImage by Mike Reed · 4 years, 1 month ago
  20. ecdd979 drawBitmap is deprecated by Mike Reed · 4 years, 1 month ago
  21. 24df67d Reland "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years, 1 month ago
  22. 64400d9 Revert "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years, 1 month ago
  23. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 4 years, 1 month ago
  24. 056bd0d Fix leak of X window title. by Ben Wagner · 4 years, 1 month ago
  25. 34a0c97 don't use drawBitmap by Mike Reed · 4 years, 1 month ago
  26. 844beb5 get image from skcodec by Mike Reed · 4 years, 1 month ago
  27. 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years, 1 month ago
  28. bacbb92 Revert "Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU""" by Brian Salomon · 4 years, 1 month ago
  29. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years, 1 month ago
  30. e89d8ea Update particle system to use skvm, rather than ByteCode by Brian Osman · 4 years, 1 month ago
  31. 110367d Fix most remaining wasm gm unit tests by correctly providing gl context by Nathaniel Nifong · 4 years, 1 month ago
  32. 821a845 remove dead code from old drawimage virtuals by Mike Reed · 4 years, 1 month ago
  33. 18aeb57 Hide legacy drawImage methods by Mike Reed · 4 years, 1 month ago
  34. 9679612 Reland "Test all YUVA image factories with different encoded origins." by Brian Salomon · 4 years, 1 month ago
  35. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years, 1 month ago
  36. 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 4 years, 1 month ago
  37. 4f4c064 roll gn to latest by Mike Klein · 4 years, 1 month ago
  38. 92969f2 SkSL DSL operator overloading by Ethan Nicholas · 4 years, 1 month ago
  39. 7f296c4 Revert "Reland "asyncRescaleAndRead supports unpremul results on GPU"" by Brian Salomon · 4 years, 1 month ago
  40. 0d7de6b Reland "asyncRescaleAndRead supports unpremul results on GPU" by Brian Salomon · 4 years, 1 month ago
  41. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 4 years, 1 month ago
  42. 559f9c1 Make the DDLTileHelper skip uninitialized tiles by Robert Phillips · 4 years, 1 month ago
  43. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 4 years, 2 months ago
  44. 183461f Add a isDDLTarget flag to GrSurfaceProxy by Robert Phillips · 4 years, 2 months ago
  45. 50940ab fix a few failing gm tests in wasm by Nathaniel Nifong · 4 years, 2 months ago
  46. b3d4e74 Add SkSL DSLType by Ethan Nicholas · 4 years, 2 months ago
  47. fafb477 [infra] Filter PathKit and CanvasKit tryjobs when cutting Chrome branch by Eric Boren · 4 years, 2 months ago
  48. 0355118 debug build for wasm gm tests by Nathaniel Nifong · 4 years, 2 months ago
  49. 9504614 Beginnings of the SkSL DSL framework by Ethan Nicholas · 4 years, 2 months ago
  50. 7803608 Add a new implementation of reduceOpsTaskSplitting by Adlai Holler · 4 years, 2 months ago
  51. 4a56568 Accept a callback used in MultiPictureDocument::endPage by Nathaniel Nifong · 4 years, 2 months ago
  52. 6094ed6 Include svg module in Doxygen generated output. by Joe Gregorio · 4 years, 2 months ago
  53. 6cab033 exclude surfacecontextwritepixels from CK by Brian Salomon · 4 years, 2 months ago
  54. 4f50934 Pass sampling to drawImageSet by Mike Reed · 4 years, 2 months ago
  55. ebcc35f [recreateskps-bot] New locations for hosted pages by Ravi Mistry · 4 years, 2 months ago
  56. 6356cb1 Fix skottie2movie after asyncRescaleAndReadPixels changes by Florin Malita · 4 years, 2 months ago
  57. 7d63f91 Add optional --yes argument to tools/install_dependencies.sh. by Joe Gregorio · 4 years, 2 months ago
  58. eae5c16 Reland "Enable GrTessellationPathRenderer by default" by Chris Dalton · 4 years, 2 months ago
  59. ee380a0 Remove references to drawBitmapNine by Mike Reed · 4 years, 2 months ago
  60. 4f23dec Reland "Add new virts, hide old ones" by Mike Reed · 4 years, 2 months ago
  61. 7ae4444 Fix gl vertex array object functions. by Greg Daniel · 4 years, 2 months ago
  62. 8f924ac Revert "Add new virts, hide old ones" by Derek Sollenberger · 4 years, 2 months ago
  63. c56e2e5 Add new virts, hide old ones by Mike Reed · 4 years, 2 months ago
  64. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 4 years, 2 months ago
  65. f73a029 Make onCreateScalerContext return unique_ptr. by Ben Wagner · 4 years, 2 months ago
  66. dc607e3 Use bitmap.asImage() by Mike Reed · 4 years, 2 months ago
  67. 839eef3 Work on hiding filter-quality by Mike Reed · 4 years, 2 months ago
  68. e11c438 Remove use of uint from particle random system by Brian Osman · 4 years, 2 months ago
  69. 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years, 2 months ago
  70. ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 2 months ago
  71. 6bba3d8 Remove pixel write/read tests. by Brian Salomon · 4 years, 2 months ago
  72. 2650644 Remove 'flags' feature from particles by Brian Osman · 4 years, 2 months ago
  73. 7bfdb10 Revert "Enable GrTessellationPathRenderer by default" by Brian Salomon · 4 years, 2 months ago
  74. 0047aff remove very oldest SkVM testing by Mike Klein · 4 years, 2 months ago
  75. 6ea387e Enable GrTessellationPathRenderer by default by Chris Dalton · 4 years, 2 months ago
  76. 860d01c Idea: implement drawImageNine by calling drawImageLattice by Mike Reed · 4 years, 2 months ago
  77. 7206817 Fix images used in orientation GMs by Brian Salomon · 4 years, 2 months ago
  78. ba158b9 Remove SkScalerContext::getGlyphCount. by Ben Wagner · 4 years, 2 months ago
  79. aad96ad Fix Viewer crash when starting with vk msaa on windows. by Greg Daniel · 4 years, 2 months ago
  80. 6e110c8 dump value from DrawAnnotation commands by Nathaniel Nifong · 4 years, 2 months ago
  81. 8c277bd Revert "Fix crash on windows viewer when starting in vulkan." by Greg Daniel · 4 years, 2 months ago
  82. fcd6816 Fix crash on windows viewer when starting in vulkan. by Greg Daniel · 4 years, 2 months ago
  83. 15f5184 Reland "Disable HW tessellation shaders by default" by Chris Dalton · 4 years, 2 months ago
  84. 1c2584d Revert "Disable HW tessellation shaders by default" by Chris Dalton · 4 years, 2 months ago
  85. ad8b9fa Disable HW tessellation shaders by default by Chris Dalton · 4 years, 2 months ago
  86. bc68832 Separate the playback and recording characterizations in the DDLTileHelper by Robert Phillips · 4 years, 2 months ago
  87. 6c32c7b SkSLSlide: Guard against asserts in the compiler by Brian Osman · 4 years, 2 months ago
  88. 82abece Bitmap should use sampling options by Mike Reed · 4 years, 2 months ago
  89. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 4 years, 2 months ago
  90. 06e9e5d SkSLSlide: Add shadertoy iResolution & iMouse by Brian Osman · 4 years, 2 months ago
  91. 8c56f34 SkSLSlide: Add geometry options by Brian Osman · 4 years, 2 months ago
  92. 82e0d52 Don't crash debugger on missing images by Nathaniel Nifong · 4 years, 2 months ago
  93. 6ecee7f SkSLSlide: Fill the entire canvas with the user shader by Brian Osman · 4 years, 2 months ago
  94. 0af9e5a Add shadertoy style 'iTime' to SkSLSlide by Brian Osman · 4 years, 3 months ago
  95. f7cce2b Remove dead code (from old flags) by Mike Reed · 4 years, 3 months ago
  96. b86cd3d Use samplingoptions in imageshader by Mike Reed · 4 years, 3 months ago
  97. fb018a8 Add SurfaceContextReadPixels to excluded wasm tests by Brian Salomon · 4 years, 3 months ago
  98. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 3 months ago
  99. 2c98edf Spelling and capitalization fixes from GitHub PRs by Ravi Mistry · 4 years, 3 months ago
  100. 4106819 Use explicit sampling param by Mike Reed · 4 years, 3 months ago