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