1. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  2. 9c10df3 Some small SkJumper refactoring. by Mike Klein · 7 years ago
  3. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  4. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 7 years ago
  5. bb7dd44 Make SkTypeface::onGetVariationDesignPosition pure virtual. by Ben Wagner · 7 years ago
  6. e93d190 SkJumper: upgrade to Clang 3.9 by Mike Klein · 7 years ago
  7. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 7 years ago
  8. 2a098d0 Call FT_Set_Default_Properties when available. by Ben Wagner · 7 years ago
  9. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  10. c1a70e2 FuzzCanvas: fix text generation BUG=skia:6299 by Hal Canary · 7 years ago
  11. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  12. 5fb88b3 Add Galaxy J5 bots. by Ben Wagner · 7 years ago
  13. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 7 years ago
  14. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 7 years ago
  15. 2800c5e remove unneeded android flag for textdecorations by Mike Reed · 7 years ago
  16. 8af026e fix fuzzer by Cary Clark · 7 years ago
  17. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 7 years ago
  18. 6641212 GrTessellator: minor cleanups and speedups. by Stephen White · 7 years ago
  19. 4b1b04d Use SkArenaAlloc in SkEdgeBuilder. by Herb Derby · 7 years ago
  20. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  21. 7b98dc2 Set window dimensions in raster on Unix by Brian Osman · 7 years ago
  22. af9847e Use GrAAType in instanced rendering. by Brian Salomon · 7 years ago
  23. 367eae2 Initialize XImage struct fully by Brian Osman · 7 years ago
  24. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 7 years ago
  25. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 7 years ago
  26. 1ac8fd2 Define canvas fuzzers like the other API fuzzers by Kevin Lubick · 7 years ago
  27. 52d3e8d Add imgui.ini to .gitignore by Brian Osman · 7 years ago
  28. 3349c6f Fix Memcheck:Overlap in setting up rect bench names by Brian Salomon · 7 years ago
  29. 62176db fuzz: dump_canvas by Hal Canary · 7 years ago
  30. dc54788 Allow dm threads for GalaxyS* by Ben Wagner · 7 years ago
  31. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  32. c61abee add isolate (init-with-previous) savelayer flag by Mike Reed · 7 years ago
  33. 822128b Clarify what is passed to AutoDrawLooper. by Mike Reed · 7 years ago
  34. c6a449d Add AVX-512 detection to SkCpu, try 2. by Mike Klein · 7 years ago
  35. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 7 years ago
  36. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 7 years ago
  37. 621491e Add backend selection to viewer's GUI by Brian Osman · 7 years ago
  38. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 7 years ago
  39. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  40. 585dba8 Fix crash switching to Vulkan in viewer on Windows by Brian Osman · 7 years ago
  41. 6722553 Add SkColorSpace::isNumericalTransferFn() to the public API by Matt Sarett · 7 years ago
  42. 61cd31a viewer: Add a "Path renderer" dropdown menu by csmartdalton · 7 years ago
  43. 3809f89 Disable f16 and srgb configs for Android CPU perf. by Ben Wagner · 7 years ago
  44. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 7 years ago
  45. b26373c Revert "Add AVX-512 detection to SkCpu" by Cary Clark · 7 years ago
  46. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 7 years ago
  47. e556bf7 Fix single leg Compose Shader crash. by Herb Derby · 7 years ago
  48. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  49. 3c322e2 Add AVX-512 detection to SkCpu by Mike Klein · 7 years ago
  50. c746bc1 Add another null check for the Vk NexusPlayer bot by Brian Osman · 7 years ago
  51. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 7 years ago
  52. e30cf80 GrTessellator: take sweep_gt out behind the woodshed. by Stephen White · 7 years ago
  53. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 7 years ago
  54. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 7 years ago
  55. b1305c0 Remove unused Skia OWNERS files by Ravi Mistry · 7 years ago
  56. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  57. edbeb8b Fix stack-overflow in FuzzCanvas by Kevin Lubick · 7 years ago
  58. 7ce0a45 Move armv7 CPU tests to Nexus 10. by Ben Wagner · 7 years ago
  59. 671e442 FuzzCanvas: impl SkPictureShader, SkTypeface, other TextEncodings by Hal Canary · 7 years ago
  60. e4259e2 Make the fallback loop very accurate. by Herb Derby · 7 years ago
  61. 24ac42b Fuzz PDF, N32, and Null Canvases by Hal Canary · 7 years ago
  62. af19769 Re-land of skslc switch support by Ethan Nicholas · 7 years ago
  63. 578f064 Add msaa flag and UI to viewer by csmartdalton · 7 years ago
  64. ab8e02a SkGradientShader: Fix multi-byte-read-stack-use-after-scope by Hal Canary · 7 years ago
  65. cb79393 Drop SkRasterPipelineBench N to 15. by Mike Klein · 7 years ago
  66. 61b721c Roll Recipe DEPS by Eric Boren · 7 years ago
  67. 9eac2ea Fixes to shared context test API by Brian Osman · 7 years ago
  68. a07741a begin to hide details of SkPathEffect by Mike Reed · 7 years ago
  69. eb090ef Update SKP version by UpdateSKPs · 7 years ago
  70. 9b91715 Remove iHD530 tests. by Ben Wagner · 7 years ago
  71. 7f15b68 Fix bug handling CMYK images without color profiles by Matt Sarett · 7 years ago
  72. 443ec1b Add onBackendCreated callback to Viewer by Christopher Dalton · 7 years ago
  73. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 7 years ago
  74. c5eabe7 Read color space info from raw exif data by Matt Sarett · 7 years ago
  75. 541b1b0 Improve comment in SkICC.h by Matt Sarett · 7 years ago
  76. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 7 years ago
  77. fd8f4d5 Fix some viewer crashes when switching color mode by Brian Osman · 7 years ago
  78. e30f758 abs -> abs_ to avoid name conflicts by Mike Klein · 7 years ago
  79. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  80. 11d2df0 SkJumper: perspective matrix by Mike Klein · 7 years ago
  81. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 7 years ago
  82. 9fe1b22 SkJumper: tiling modes by Mike Klein · 7 years ago
  83. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 7 years ago
  84. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  85. 20de615 headers: forward declare SkDOM, and include SkClipOp by Hal Canary · 7 years ago
  86. a109e39 ImGui color space controls by Brian Osman · 7 years ago
  87. e127523 gn_to_bp to recurse deps. by Ben Wagner · 7 years ago
  88. 420e38f SkJumper: a8 by Mike Klein · 7 years ago
  89. 1a9e8f3 Fix a confusing typo in a comment about MSAA by Brian Osman · 7 years ago
  90. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 7 years ago
  91. e3d4421 SkJumper: scales and lerps by Mike Klein · 7 years ago
  92. 8db9c6f Revert "Revert "removed flags for g3"" by Mike Reed · 7 years ago
  93. 5ad721e GrTessellator (AA): simplify boundary extraction. by Stephen White · 7 years ago
  94. c777b88 One-liner fix that allows Viewer to switch between Raster and OpenGL by Chet Haase · 7 years ago
  95. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 7 years ago
  96. 3f81f37 SkJumper: 565 by Mike Klein · 7 years ago
  97. e992d41 SkJumper: portable round() was truncating... by Mike Klein · 7 years ago
  98. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 7 years ago
  99. 6d67396 SkPDF: Stop using SkRasterClip/SkRegion by Hal Canary · 7 years ago
  100. 03e0584 Fix Chrome iOS no GPU build and block includes from src/gpu on our NoGpu bot. by Brian Salomon · 7 years ago