1. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 6 years ago
  2. 38792ce Add a single-file viewer option by Florin Malita · 6 years ago
  3. 4e9e325 [viewer] Avoid per-frame json UI updates by Florin Malita · 6 years ago
  4. cb13935 Allow finer rotation in Viewer app. by Ben Wagner · 6 years ago
  5. 87ccf33 [skottie] Disable on Android Framework builds by Florin Malita · 6 years ago
  6. ec54539 Make RenderDoc work automatically with GLX viewer by Brian Salomon · 6 years ago
  7. de81a21 Remove colorspaceinfo by Brian Osman · 6 years ago
  8. 737b9a9 Remove legacy guard flags by Yuqian Li · 6 years ago
  9. 3a67b8e Add support for building with MoltenVK by Chris Dalton · 6 years ago
  10. 9127ea3 Add name field to calmbench json by Yuqian Li · 6 years ago
  11. 20fa1e9 Update SkRandomScalerContext to handle mask filters. by Ben Wagner · 6 years ago
  12. 805a727 Add toggle for 'real' vs. 'fake' perspective in Viewer by Brian Osman · 6 years ago
  13. 38a0843 fonts: Reland push font remoting. by Khushal · 6 years ago
  14. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  15. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  16. 8a23202 Revert "fonts: Set up remote glyph caching to push fonts." by Mike Klein · 6 years ago
  17. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  18. c86c5c0 Remove devKerning by Herb Derby · 6 years ago
  19. 101d563 fonts: Set up remote glyph caching to push fonts. by Khushal · 6 years ago
  20. 117d972 skpbench: Add support for Pixel 2 by Chris Dalton · 6 years ago
  21. 6eb85a1 [skottie] Show load stats in SkottieSlide by Florin Malita · 6 years ago
  22. 58b90f7 Raise exceptions from child threads to the main thread by Yuqian Li · 6 years ago
  23. bdaf97b Rotate about the slide center, and before perspective by Brian Osman · 6 years ago
  24. 9bb47cf Add perspective support (rect to rect) to Viewer by Brian Osman · 6 years ago
  25. d98f78c alternative no anonymous enums by Cary Clark · 6 years ago
  26. 218c294 Remove the MSAA path renderer by Chris Dalton · 6 years ago
  27. 6f719ae Add CheckGeneratedFiles recipe check for gpu workarounds by Adrienne Walker · 6 years ago
  28. fd9bcab sk_tools/Resources: optional SK_TOOLS_REQUIRE_RESOURCES flag by Hal Canary · 6 years ago
  29. d02a74d Add Transform section to viewer tools window. by Ben Wagner · 6 years ago
  30. 7a3c674 Backspace opens slide picker (not paint) in viewer. by Ben Wagner · 6 years ago
  31. 1df7cd8 Reland "Add stub gpu workaround generators" by Adrienne Walker · 6 years ago
  32. 7464a26 Add more angle_gl_* configs for NVIDIA. by Ben Wagner · 6 years ago
  33. fb9f39a Remove duplicate predefined configs by Brian Osman · 6 years ago
  34. 4b5e4b3 Remove unused parameters from internalGetPath. by Ben Wagner · 6 years ago
  35. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 6 years ago
  36. 2ae45ae Revert "Add stub gpu workaround generators" by Leon Scroggins · 6 years ago
  37. 94d25b9 Add stub gpu workaround generators by Adrienne Walker · 6 years ago
  38. 64f75ee SkQP: speed up tools/skqp/make_apk_list\ by Hal Canary · 6 years ago
  39. a580fb3 Add paint flags to viewer GUI. by Ben Wagner · 6 years ago
  40. 37c5403 Add pixel geometry and dft selection to viewer app. by Ben Wagner · 6 years ago
  41. 2d4bf5f document SkColor.h by Cary Clark · 6 years ago
  42. 209a5f3 Remove all notion of transport from the API - V2. by Herb Derby · 6 years ago
  43. 6aab2ab Include shadow ops in the debugger. by Derek Sollenberger · 6 years ago
  44. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 6 years ago
  45. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 6 years ago
  46. 255735e Remove code that was only used by the old debugger by Brian Osman · 6 years ago
  47. 4473907 Revert "Remove all notion of transport from the API." by Herb Derby · 6 years ago
  48. 4961a93 Remove all notion of transport from the API. by Herb Derby · 6 years ago
  49. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  50. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 6 years ago
  51. 6127c4c Clip SlideDir slides to their declared dimensions by Florin Malita · 6 years ago
  52. 0ffa322 [viewer] Consolidate external slide loading by Florin Malita · 6 years ago
  53. c659c2c Viewer SVG support by Florin Malita · 6 years ago
  54. 46117c8 Clean up buffering and serializatoin. by Herb Derby · 6 years ago
  55. a4f581a fix global method indentation by Cary Clark · 6 years ago
  56. 186d08f fix bugs exposed by documenting SkImageInfo by Cary Clark · 6 years ago
  57. 2de1eda SkScalerContext::getMetrics to not request metrics it will ignore. by Ben Wagner · 6 years ago
  58. d396222 Add multilib support as the default build option for libskqp by Derek Sollenberger · 6 years ago
  59. 755778c Update trans limit after zoom changes in viewer by Yuqian Li · 6 years ago
  60. 97182cc Add color fonts. by Ben Wagner · 7 years ago
  61. aa5da73 Check that paint is not null in OveridePaintFilterCanvas. by Ben Wagner · 6 years ago
  62. e47f0a0 Remove old method of drawing DDL SKPs from DM (in favor of ViaDDL method) by Robert Phillips · 6 years ago
  63. 39e45df Various cleanup to remote_demo by Herb Derby · 6 years ago
  64. 3560b58 Revert "Add color fonts." by Ben Wagner · 6 years ago
  65. d3b933f Add color fonts. by Ben Wagner · 7 years ago
  66. 33f02ed Switch DDL rendering to be a Via in DM (take 2) by Robert Phillips · 6 years ago
  67. 97be88f Move cache difference code into remote cache files by Herb Derby · 6 years ago
  68. f14e833 Revert "Switch DDL rendering to be a Via in DM" by Robert Phillips · 6 years ago
  69. bd2e2a0 Switch DDL rendering to be a Via in DM by Robert Phillips · 6 years ago
  70. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 6 years ago
  71. 22e6e21 Reland "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  72. d4dac9c Revert "CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2." by Hal Canary · 6 years ago
  73. af78a94 Revert "Add color fonts." by Jim Van Verth · 6 years ago
  74. c912d61 Add color fonts. by Ben Wagner · 7 years ago
  75. 0f66681 BUILD: build when !skia_use_expat by Hal Canary · 6 years ago
  76. 0593a84 CreatePlatformGLTestContext_egl: Try GLES 3, then GLES 2. by Hal Canary · 6 years ago
  77. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 6 years ago
  78. ea4aa7e Update Android build file for SkQP to point to ndk compliant libjsoncpp by Derek Sollenberger · 6 years ago
  79. 7e86547 [lottiecap] Fix timestamp calculation to exactly match skottie in DM. by Joe Gregorio · 6 years ago
  80. 06c20f3 more SkImageInfo docs by Cary Clark · 6 years ago
  81. aeb425d Regularize SkGlyphCache creation. by Herb Derby · 6 years ago
  82. b0ca84f SkQP/Docs: fix missing step in README by Hal Canary · 6 years ago
  83. 0060c33 [lottiecap] Moved over from buildbot repo. by Joe Gregorio · 6 years ago
  84. a3ecaf5 [skpbench] Use android's perf settings for Pixel C by Kevin Lubick · 6 years ago
  85. 89b1456 detect deprecated methods by Cary Clark · 6 years ago
  86. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 6 years ago
  87. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 6 years ago
  88. af18f22 Make get_images_from_skps always return success by Leon Scroggins III · 6 years ago
  89. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 6 years ago
  90. 7e6dafd Prepare ddl skp rendering for prime time by Robert Phillips · 6 years ago
  91. 67c47f2 Add glyph cache warming - prototype by Herb Derby · 7 years ago
  92. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 6 years ago
  93. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  94. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 6 years ago
  95. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 6 years ago
  96. 99b6340 Remove use of deprecated MakeFromIRect by Brian Osman · 6 years ago
  97. c25e269 Fix several bugs in SkDebugCanvas/SkDrawCommand by Brian Osman · 7 years ago
  98. 566414e fail on mdout error by Cary Clark · 7 years ago
  99. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 7 years ago
  100. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 7 years ago