1. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  2. c663905 Tell PDF on Mac when a font is a variation font. by Ben Wagner · 8 years ago
  3. be32a43 Use inline storage for SkEdgeBuilder. by Herb Derby · 8 years ago
  4. c464035 pass storage directly to allocator for blitters by Mike Reed · 8 years ago
  5. 391a890 Use proxy canvas size. by Herb Derby · 8 years ago
  6. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  7. 8e8e817 SkJumper: skip null contexts by Mike Klein · 8 years ago
  8. cf2e8c6 SkPDF: empty shader boxes bad by Hal Canary · 8 years ago
  9. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  10. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 8 years ago
  11. e7e5499 Check that the FT_Face actually exists in SkTypeface_FreeType::onGetVariationDesignPosition. by Ben Wagner · 8 years ago
  12. 4e7fc0c SkJumper: be more precise by rejecting data sections. by Mike Klein · 8 years ago
  13. b56dedf GrTessellator (AA): restore rounding in Line::intersect(). by Stephen White · 8 years ago
  14. c31858b SkJumper: handle the <kStride tail in AVX+ mode. by Mike Klein · 8 years ago
  15. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  16. bfafcba Determine whether any fp uses local coords in FragmentProcessorAnalysis rather than GrPipeline creation by Brian Salomon · 8 years ago
  17. 9c220e0 SkJumper: allow the compiler to generate FMAs by Mike Klein · 8 years ago
  18. 39b101b fix leak in SPIRV code generator by Ethan Nicholas · 8 years ago
  19. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  20. 9c10df3 Some small SkJumper refactoring. by Mike Klein · 8 years ago
  21. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  22. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  23. bb7dd44 Make SkTypeface::onGetVariationDesignPosition pure virtual. by Ben Wagner · 8 years ago
  24. e93d190 SkJumper: upgrade to Clang 3.9 by Mike Klein · 8 years ago
  25. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 8 years ago
  26. 2a098d0 Call FT_Set_Default_Properties when available. by Ben Wagner · 8 years ago
  27. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  28. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  29. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  30. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 8 years ago
  31. 8af026e fix fuzzer by Cary Clark · 8 years ago
  32. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 8 years ago
  33. 6641212 GrTessellator: minor cleanups and speedups. by Stephen White · 8 years ago
  34. 4b1b04d Use SkArenaAlloc in SkEdgeBuilder. by Herb Derby · 8 years ago
  35. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  36. af9847e Use GrAAType in instanced rendering. by Brian Salomon · 8 years ago
  37. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 8 years ago
  38. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 8 years ago
  39. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  40. c61abee add isolate (init-with-previous) savelayer flag by Mike Reed · 8 years ago
  41. 822128b Clarify what is passed to AutoDrawLooper. by Mike Reed · 8 years ago
  42. c6a449d Add AVX-512 detection to SkCpu, try 2. by Mike Klein · 8 years ago
  43. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  44. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  45. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 8 years ago
  46. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  47. 6722553 Add SkColorSpace::isNumericalTransferFn() to the public API by Matt Sarett · 8 years ago
  48. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  49. b26373c Revert "Add AVX-512 detection to SkCpu" by Cary Clark · 8 years ago
  50. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 8 years ago
  51. e556bf7 Fix single leg Compose Shader crash. by Herb Derby · 8 years ago
  52. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  53. 3c322e2 Add AVX-512 detection to SkCpu by Mike Klein · 8 years ago
  54. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  55. e30cf80 GrTessellator: take sweep_gt out behind the woodshed. by Stephen White · 8 years ago
  56. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 8 years ago
  57. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  58. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  59. e4259e2 Make the fallback loop very accurate. by Herb Derby · 8 years ago
  60. af19769 Re-land of skslc switch support by Ethan Nicholas · 8 years ago
  61. ab8e02a SkGradientShader: Fix multi-byte-read-stack-use-after-scope by Hal Canary · 8 years ago
  62. a07741a begin to hide details of SkPathEffect by Mike Reed · 8 years ago
  63. 7f15b68 Fix bug handling CMYK images without color profiles by Matt Sarett · 8 years ago
  64. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  65. c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
  66. b5cb683 Use construct/init pattern with GrPipeline to replace CreateAt. by Brian Salomon · 8 years ago
  67. e30f758 abs -> abs_ to avoid name conflicts by Mike Klein · 8 years ago
  68. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  69. 11d2df0 SkJumper: perspective matrix by Mike Klein · 8 years ago
  70. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  71. 9fe1b22 SkJumper: tiling modes by Mike Klein · 8 years ago
  72. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 8 years ago
  73. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  74. 20de615 headers: forward declare SkDOM, and include SkClipOp by Hal Canary · 8 years ago
  75. 420e38f SkJumper: a8 by Mike Klein · 8 years ago
  76. 1a9e8f3 Fix a confusing typo in a comment about MSAA by Brian Osman · 8 years ago
  77. 875218e Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch blurs, etc.) by Robert Phillips · 8 years ago
  78. e3d4421 SkJumper: scales and lerps by Mike Klein · 8 years ago
  79. 5ad721e GrTessellator (AA): simplify boundary extraction. by Stephen White · 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. 804e091 Make shadow_utils GM use its own SkResourceCache by Brian Salomon · 8 years ago
  91. 7d975fc Revert "skslc switch support" by Ethan Nicholas · 8 years ago
  92. d196cbe Do not throw away the savelayer if kDontClipToLayer_PrivateSaveLayerFlag is set by Yuqian Li · 8 years ago
  93. 2b1e468 skslc switch support by Ethan Nicholas · 8 years ago
  94. 69d4992 In Vulkan make sure resolve is sent to GPU when preparing msaa RenderTarget for external IO by Greg Daniel · 8 years ago
  95. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 8 years ago
  96. bcfb8f6 Revert "Revert "Revert[2] "hide deprecated underline and strikethru""" by Mike Reed · 8 years ago
  97. cfd3d9f Revert "Revert[2] "hide deprecated underline and strikethru"" by Mike Reed · 8 years ago
  98. b16e8ac Make GrPipeline::CreateAt take GrRenderTarget and not GrRenderTargetContext by Brian Salomon · 8 years ago
  99. e9c25ce SkJumper: reformat .S files by Mike Klein · 8 years ago
  100. ca0cfb4 Add AVX to the SkJumper mix. by Mike Klein · 8 years ago