1. c25e269 Fix several bugs in SkDebugCanvas/SkDrawCommand by Brian Osman · 6 years ago
  2. 566414e fail on mdout error by Cary Clark · 6 years ago
  3. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 6 years ago
  4. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 6 years ago
  5. bbfda25 add starting template support by Cary Clark · 6 years ago
  6. 43f0ba0 update tool to sniff images during deserialization by Mike Reed · 6 years ago
  7. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 6 years ago
  8. a8d9211 Add promise images for deferred instantiation of wrapped gpu textures by Greg Daniel · 6 years ago
  9. afdc6b1 Vulkan backend render targets don't allow client to specify stencil bits by Brian Salomon · 6 years ago
  10. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 6 years ago
  11. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 6 years ago
  12. 02bd295 Make ProxyUtils::MakeTextureProxyFromData use wrapped textures when origin is kBottomLeft by Brian Salomon · 6 years ago
  13. 88df8d2 Test SKQP on Firebase Testlab and Upload by Stephan Altmueller · 6 years ago
  14. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  15. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  16. 08b44fa Experiment with different settings for Pixel SKP bench by Kevin Lubick · 6 years ago
  17. c5cf762 Viewer/Amdroid: universal build, resources in APK by Hal Canary · 6 years ago
  18. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  19. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  20. 1a8d762 work in imageinfo and phrase substitution by Cary Clark · 6 years ago
  21. 95a7b76 dm: support printing specific page of mskp to SVG by Bryce Thomas · 6 years ago
  22. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  23. 8080a6e SkQP: Host APK list on cloud; no more commits by Hal Canary · 6 years ago
  24. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  25. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 6 years ago
  26. 4f16db6 [skpbench] experiment with not disabling services by Kevin Lubick · 6 years ago
  27. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  28. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  29. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  30. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 6 years ago
  31. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 6 years ago
  32. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  33. 84fdd4f SkQP: optionally build make_universal_apk with debug on. by Hal Canary · 6 years ago
  34. f895a42 work on skimageinfo by Cary Clark · 6 years ago
  35. 1693d43 Skip failing pageset from key_mobile_sites_smooth by Ravi Mistry · 6 years ago
  36. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  37. b8b6253 Add threaded backend sink to DM. Fix a scheduler bug. by Yuqian Li · 6 years ago
  38. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  39. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  40. 1022f74 [skottie] Nested animation support by Florin Malita · 6 years ago
  41. 65a4178 SkQP: do test filtering correctly by Hal Canary · 6 years ago
  42. f637cc0 SkQP: run a single test by Hal Canary · 6 years ago
  43. 9ce9507 Fix touch coordinate mapping in Windows by Chris Dalton · 6 years ago
  44. 83286a0 Don't consume mouse events in SkottieSlide by Florin Malita · 6 years ago
  45. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  46. 483c772 Add nativeFonts flag to Viewer. by Ben Wagner · 6 years ago
  47. 60d3bfc [skottie] Show inval rects on mouse click in SkottieSlide by Florin Malita · 6 years ago
  48. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 6 years ago
  49. 2d18f41 Resurrect pathfinder in viewer and rename to "bisect" by Chris Dalton · 6 years ago
  50. 5423f1f Correct font metrics, bitmap glyph metrics and underline. by Ben Wagner · 6 years ago
  51. edfe670 fix Rect doc by Cary Clark · 6 years ago
  52. 300cc5b fix IRect doc by Cary Clark · 6 years ago
  53. 24889c9 SkQP: update README.md by Hal Canary · 6 years ago
  54. eb42045 Add SkRect::contains(SkScalar x, SkScalar y) by Florin Malita · 6 years ago
  55. 97b3d2b [sksg] Add 'plane' geometry node by Florin Malita · 6 years ago
  56. 5ab827c Reland "remove third_party/etc1" by Mike Klein · 7 years ago
  57. c68ba1d fix more include generation bugs by Cary Clark · 6 years ago
  58. 836f822 SlideDir focus tweaks by Florin Malita · 6 years ago
  59. 7d910d4 Delete SkottieSlide2 by Florin Malita · 6 years ago
  60. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 6 years ago
  61. cefc1b9 Pass Viewer touch events to slides by Florin Malita · 6 years ago
  62. aa59d61 Remove XSAN blacklist by Kevin Lubick · 6 years ago
  63. 65fce9e SlideDir focus w/ animation by Florin Malita · 6 years ago
  64. 2a8c48b improve bookmaker defines and references by Cary Clark · 6 years ago
  65. 6848b71 Fix flicker when changing backend on iOS viewer by Brian Osman · 6 years ago
  66. 76a076b Generic "directory" viewer slide by Florin Malita · 6 years ago
  67. 4013db8 Fix flicker when changing backend on Mac viewer by Brian Osman · 6 years ago
  68. da83c28 rm ok by Mike Klein · 6 years ago
  69. 469ec13 Turn off some third party ASAN blacklists by Kevin Lubick · 6 years ago
  70. bc8bb02 Add header file installation tips for building skia by Yuqian Li · 7 years ago
  71. c126191 SkQP: debug option, and fix a bug by Hal Canary · 6 years ago
  72. abdcc5f Add text rendering related overrides to Viewer. by Ben Wagner · 6 years ago
  73. a58bcf7 SkQP: Slimmer APKS by Hal Canary · 6 years ago
  74. 78c110e resolve bookmaker refs fixes by Cary Clark · 6 years ago
  75. c87fbf9 Android Tools: build x86_64 correctly. by Hal Canary · 7 years ago
  76. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 6 years ago
  77. c378fdc [skottie] Fix viewer slide sizing on Android by Florin Malita · 6 years ago
  78. 5635631 working on SkImage docs by Cary Clark · 7 years ago
  79. 0e07ad7 ICU on windows by Hal Canary · 7 years ago
  80. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 7 years ago
  81. d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 7 years ago
  82. 0b33cc4 Remove nvprdit* configs by Robert Phillips · 7 years ago
  83. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
  84. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  85. e083f7c Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  86. 78de751 add subtopics to all methods by Cary Clark · 7 years ago
  87. 9ff8c8c Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  88. 9a7a2ee remove SkCanvas::kIsOpaque_SaveLayerFlag by Mike Klein · 7 years ago
  89. 703d9c4 SkQP: download_model complains when files.checksum is missing by Hal Canary · 7 years ago
  90. 4855f78 fix bookmaker nightly by Cary Clark · 7 years ago
  91. ca9c879 Collapse metrics and image into a single call. by Herb Derby · 7 years ago
  92. 9d02182 Generate cache traffic each iteration by Herb Derby · 7 years ago
  93. 82831b1 Add a global error tolerance of 4 to the SkQP Android.bp build file by Derek Sollenberger · 7 years ago
  94. 5f73c21 SkQP: use multiprocessing over threading by Hal Canary · 7 years ago
  95. 8deb295 Map Viewer mouse events to Slide space. by Florin Malita · 7 years ago
  96. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  97. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  98. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  99. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  100. dd3eca1 [skqp] More args for skqp related scripts by Stephan Altmueller · 7 years ago