1. 3fb5299 Upgrade Go in CIPD to 1.7.5 by Joe Gregorio · 8 years ago
  2. 3669a82 Put is_skia_standalone back a bit. by Mike Klein · 8 years ago
  3. e459afd Strengthen is_official_build, update docs. by Mike Klein · 8 years ago
  4. 05cb4c3 Use non-fatal errors for WIC decoding failures by Matt Sarett · 8 years ago
  5. 34a3256 Documentation: detailed iOS by Hal Canary · 8 years ago
  6. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  7. 3b4c22d update cliptype test to exercise clipstack backend by Mike Reed · 8 years ago
  8. 90732fd GrTessellator: add a null-check for a clusterfuzz test case. by Stephen White · 8 years ago
  9. 373b538 Release resources if SkMallocPixelRef::NewWithProc fails. by Ben Wagner · 8 years ago
  10. 2b46f3e Revert "Use inline storage for SkEdgeBuilder." by Mike Klein · 8 years ago
  11. 9169d80 Don't mark the matrix-type as dirty just be cause we translate it. by Mike Reed · 8 years ago
  12. 108943d Remove SkLiteDL::makeThreadsafe(). by Mike Klein · 8 years ago
  13. 68b9b57 FuzzCanvas: fix drawVertices BUG=skia:6314 by Hal Canary · 8 years ago
  14. cd667b6 add unittests for clip-state queries by Mike Reed · 8 years ago
  15. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  16. e836b78 Use the auto blitter alloc to build linear pipelines with. by Herb Derby · 8 years ago
  17. 767c7e7 SkJumper: use AVX2 mask loads and stores for U32 by Mike Klein · 8 years ago
  18. 8e48c1e fixed duplicate interface variable in SPIR-V output by Ethan Nicholas · 8 years ago
  19. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 8 years ago
  20. d7875f5 Refactor SkLiteDL to no longer extend SkDrawable. by Derek Sollenberger · 8 years ago
  21. c663905 Tell PDF on Mac when a font is a variation font. by Ben Wagner · 8 years ago
  22. e646afb Add MotoG4 bot. by Ben Wagner · 8 years ago
  23. be32a43 Use inline storage for SkEdgeBuilder. by Herb Derby · 8 years ago
  24. c464035 pass storage directly to allocator for blitters by Mike Reed · 8 years ago
  25. 391a890 Use proxy canvas size. by Herb Derby · 8 years ago
  26. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 8 years ago
  27. 8e8e817 SkJumper: skip null contexts by Mike Klein · 8 years ago
  28. cf2e8c6 SkPDF: empty shader boxes bad by Hal Canary · 8 years ago
  29. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  30. cf40e30 Use fast path for circular shadows. by Jim Van Verth · 8 years ago
  31. e7e5499 Check that the FT_Face actually exists in SkTypeface_FreeType::onGetVariationDesignPosition. by Ben Wagner · 8 years ago
  32. 4e7fc0c SkJumper: be more precise by rejecting data sections. by Mike Klein · 8 years ago
  33. b56dedf GrTessellator (AA): restore rounding in Line::intersect(). by Stephen White · 8 years ago
  34. c31858b SkJumper: handle the <kStride tail in AVX+ mode. by Mike Klein · 8 years ago
  35. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 8 years ago
  36. bfafcba Determine whether any fp uses local coords in FragmentProcessorAnalysis rather than GrPipeline creation by Brian Salomon · 8 years ago
  37. bb5af6b Fix flutter compile bot by Ravi Mistry · 8 years ago
  38. 9c220e0 SkJumper: allow the compiler to generate FMAs by Mike Klein · 8 years ago
  39. 1429550 Update Skia milestone to 59 by Heather Miller · 8 years ago
  40. d222830 Test sRGB with non-linear blending using new "srgbnl" sink by Matt Sarett · 8 years ago
  41. 39b101b fix leak in SPIRV code generator by Ethan Nicholas · 8 years ago
  42. 30f2ec8 Symbolize all Ubuntu dm/nanobench runs by Kevin Lubick · 8 years ago
  43. afe7a5f Add some thread safety notes. by Mike Klein · 8 years ago
  44. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  45. 9c10df3 Some small SkJumper refactoring. by Mike Klein · 8 years ago
  46. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  47. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  48. bb7dd44 Make SkTypeface::onGetVariationDesignPosition pure virtual. by Ben Wagner · 8 years ago
  49. e93d190 SkJumper: upgrade to Clang 3.9 by Mike Klein · 8 years ago
  50. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 8 years ago
  51. 2a098d0 Call FT_Set_Default_Properties when available. by Ben Wagner · 8 years ago
  52. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  53. c1a70e2 FuzzCanvas: fix text generation BUG=skia:6299 by Hal Canary · 8 years ago
  54. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  55. 5fb88b3 Add Galaxy J5 bots. by Ben Wagner · 8 years ago
  56. 8a9de3d Add path renderer options to viewer GUI by Brian Osman · 8 years ago
  57. 5ff3a5c Remove stencil related flags from GrInstancedPipelineInfo. by Brian Salomon · 8 years ago
  58. 2800c5e remove unneeded android flag for textdecorations by Mike Reed · 8 years ago
  59. 8af026e fix fuzzer by Cary Clark · 8 years ago
  60. afb4103 Unpremul the blend constant in PDLCDXferProcessor. by Brian Salomon · 8 years ago
  61. 6641212 GrTessellator: minor cleanups and speedups. by Stephen White · 8 years ago
  62. 4b1b04d Use SkArenaAlloc in SkEdgeBuilder. by Herb Derby · 8 years ago
  63. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  64. 7b98dc2 Set window dimensions in raster on Unix by Brian Osman · 8 years ago
  65. af9847e Use GrAAType in instanced rendering. by Brian Salomon · 8 years ago
  66. 367eae2 Initialize XImage struct fully by Brian Osman · 8 years ago
  67. bfe15f6 changed skslc layout parsing strategy by Ethan Nicholas · 8 years ago
  68. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 8 years ago
  69. 1ac8fd2 Define canvas fuzzers like the other API fuzzers by Kevin Lubick · 8 years ago
  70. 52d3e8d Add imgui.ini to .gitignore by Brian Osman · 8 years ago
  71. 3349c6f Fix Memcheck:Overlap in setting up rect bench names by Brian Salomon · 8 years ago
  72. 62176db fuzz: dump_canvas by Hal Canary · 8 years ago
  73. dc54788 Allow dm threads for GalaxyS* by Ben Wagner · 8 years ago
  74. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 8 years ago
  75. c61abee add isolate (init-with-previous) savelayer flag by Mike Reed · 8 years ago
  76. 822128b Clarify what is passed to AutoDrawLooper. by Mike Reed · 8 years ago
  77. c6a449d Add AVX-512 detection to SkCpu, try 2. by Mike Klein · 8 years ago
  78. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  79. dac5f6b Fix -Wshadow-field warnings by Brian Salomon · 8 years ago
  80. 621491e Add backend selection to viewer's GUI by Brian Osman · 8 years ago
  81. 5990680 Remove SkDataTableBuilder. It is not used. by Herb Derby · 8 years ago
  82. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  83. 585dba8 Fix crash switching to Vulkan in viewer on Windows by Brian Osman · 8 years ago
  84. 6722553 Add SkColorSpace::isNumericalTransferFn() to the public API by Matt Sarett · 8 years ago
  85. 61cd31a viewer: Add a "Path renderer" dropdown menu by csmartdalton · 8 years ago
  86. 3809f89 Disable f16 and srgb configs for Android CPU perf. by Ben Wagner · 8 years ago
  87. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  88. b26373c Revert "Add AVX-512 detection to SkCpu" by Cary Clark · 8 years ago
  89. 97042bf When traversing convex paths only consume zero length segments. by Brian Salomon · 8 years ago
  90. e556bf7 Fix single leg Compose Shader crash. by Herb Derby · 8 years ago
  91. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  92. 3c322e2 Add AVX-512 detection to SkCpu by Mike Klein · 8 years ago
  93. c746bc1 Add another null check for the Vk NexusPlayer bot by Brian Osman · 8 years ago
  94. 2411c11 Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating" by Robert Phillips · 8 years ago
  95. e30cf80 GrTessellator: take sweep_gt out behind the woodshed. by Stephen White · 8 years ago
  96. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 8 years ago
  97. c8f1e3a Allow GrSurfaceProxy-derived classes to use flags when instantiating by Robert Phillips · 8 years ago
  98. b1305c0 Remove unused Skia OWNERS files by Ravi Mistry · 8 years ago
  99. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 8 years ago
  100. edbeb8b Fix stack-overflow in FuzzCanvas by Kevin Lubick · 8 years ago