1. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  2. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  3. 8430eac handle divide by zero in paint by Mike Reed · 7 years ago
  4. c683dd1 Remove a ctor from SkAutoGlyphCache; removal continues. by Herb Derby · 7 years ago
  5. 2b41784 Make sure we set stencil layout when doing copy as draw by Greg Daniel · 7 years ago
  6. 96b6d53 Fix GrTextureStripAtlasManager cleanup order bug by Robert Phillips · 7 years ago
  7. e3d3f65 Avoid bad alloc in SkReadBuffer by Kevin Lubick · 7 years ago
  8. 0949bee fix op fuzz by Cary Clark · 7 years ago
  9. 8d2ba44 SPIR-V output now always includes DescriptorSet for uniforms by Ethan Nicholas · 7 years ago
  10. a7d661a fix fuzz by Cary Clark · 7 years ago
  11. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  12. 38c3d93 Don't emit empty command buffers in vulkan by Greg Daniel · 7 years ago
  13. 0a86820 Revert "fix nextContour bug" by Stan Iliev · 7 years ago
  14. 55fa647 Correctly discard or load RT when doing copies as draws in Vulkan by Greg Daniel · 7 years ago
  15. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 7 years ago
  16. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 7 years ago
  17. 7ba427e handle bad xform in drawTextRSXform by Mike Reed · 7 years ago
  18. b5319d5 fix overflow in rgnbuilder by Mike Reed · 7 years ago
  19. a3c68df Make sure we do a render pass load if we copied to a surface before hand by Greg Daniel · 7 years ago
  20. 16c1196 fix SkSL SPIR-V geometry shaders' entry point declaration by Ethan Nicholas · 7 years ago
  21. 6c94271 we now complain if an SkSL program tries to override the default output by Ethan Nicholas · 7 years ago
  22. ea022cd Fix vulkan layout barriers when we are doing in line uploads. by Greg Daniel · 7 years ago
  23. 473f692 fix nextContour bug by Mike Reed · 7 years ago
  24. e464160 Fix Vulkan Copy as draw shader by Greg Daniel · 7 years ago
  25. 874b535 Prevent crash when flushing while DDL recording by Robert Phillips · 7 years ago
  26. 91fba61 Support GL_OES_EGL_image_external on newer GLSL without essl3 by Brian Osman · 7 years ago
  27. 6e9a4f6 Make TestForPreservingPMConversions helper use lazy createTextureProxy call. by Greg Daniel · 7 years ago
  28. 6ceaafa Handle GrContext creation failure in DDL by Robert Phillips · 7 years ago
  29. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
  30. e11d793 detect non-finite pts by Mike Reed · 7 years ago
  31. f733a72 Disable CCPR path rendering in DDL mode by Robert Phillips · 7 years ago
  32. 9c2916e drawTextRSXform should not apply matrix to shader by Mike Reed · 7 years ago
  33. 25375e8 GrGLES: unify MakeNativeInterface_{android,egl} by Hal Canary · 7 years ago
  34. b8421ed fix pathops fuzzers and debugging by Cary Clark · 7 years ago
  35. c2ec4e8 SkAutoGlyphCache change some sites to Find*. by Herb Derby · 7 years ago
  36. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 7 years ago
  37. 4f4a53f Fix initialLayout update in Vk createTestingOnlyImage by Greg Daniel · 7 years ago
  38. 0e90f98 Check GL_EXT_texture_format_BGRA8888 before GL_APPLE_texture_format_BGRA8888 by Alexis Hetu · 7 years ago
  39. 5d389c2 protect PathMeasure against input paths with NaNs by Cary Clark · 7 years ago
  40. 38eb740 Remove SK_RASTER_RECORDER_IMPLEMENTATION by Robert Phillips · 7 years ago
  41. 0fe4ed8 Revert "ccpr: Unblacklist vulkan" by Greg Daniel · 7 years ago
  42. 057627f Make sure we set correct GrPixelConfig in promise images by Greg Daniel · 7 years ago
  43. 30ce2a3 ccpr: Unblacklist vulkan by Chris Dalton · 7 years ago
  44. 96f3a42 GrGLES: clean up android_get_gl_proc by Hal Canary · 7 years ago
  45. 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
  46. a421112 Reland "Add back missing unique key checks when creating CachedBitmap/Image Proxies" by Greg Daniel · 7 years ago
  47. 67c47f2 Add glyph cache warming - prototype by Herb Derby · 7 years ago
  48. 48e2405 fixed SkSL SPIR-V vector comparisons by Ethan Nicholas · 7 years ago
  49. efbf00c Add accessor and less for raw glyph ID and WS by Herb Derby · 7 years ago
  50. 85fcfc5 Add incompleteShortIntPrecision to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  51. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 7 years ago
  52. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
  53. c29c76a Experiment: relax 4 byte alignment for glyph images by Herb Derby · 7 years ago
  54. 4f57eb8 Revert "Add back missing unique key checks when creating CachedBitmap/Image Proxies" by Greg Daniel · 7 years ago
  55. 04a1de5 ccpr: Add an attenuation parameter to triangle corners by Chris Dalton · 7 years ago
  56. c2d0dd6 Add a shader cap for incomplete short int precision by Chris Dalton · 7 years ago
  57. e4aae34 Provide promise images when rendering SKPs w/ DDL by Robert Phillips · 7 years ago
  58. 8a37583 Ensure that GrGpu state tracking is initialized before making a backend RT/Tex in tests by Brian Salomon · 7 years ago
  59. 2532584 add explicit API to know if the writebuffer is using its external storage by Mike Reed · 7 years ago
  60. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 7 years ago
  61. b78dd5d Add back missing unique key checks when creating CachedBitmap/Image Proxies by Greg Daniel · 7 years ago
  62. d8853ec exact divide by 255 with NEON by Mike Klein · 7 years ago
  63. ba321b6 Cleanup size calculations in SkGlyph by Herb Derby · 7 years ago
  64. f8a131d Compile with GCC 7.2.0. by Ben Wagner · 7 years ago
  65. 40481bb Harden initial LinearGradient4f tiling by Florin Malita · 7 years ago
  66. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 7 years ago
  67. c582827 Include correct trace.h. by Ben Wagner · 7 years ago
  68. 296de50 Fix possible overflows in hair line path renderer vertex counts by Brian Salomon · 7 years ago
  69. 98ad5b7 Fixed some shader cache issues by Ethan Nicholas · 7 years ago
  70. 0118e97 Remove calls to computeOutputColor- Type and Space by Leon Scroggins III · 7 years ago
  71. 52e943a Add testing-only backend render target support to GrVkGpu. by Brian Salomon · 7 years ago
  72. 65247e5 avoid divide by zero by Cary Clark · 7 years ago
  73. 1c44358 protect SkPathMeasure against NaN by Cary Clark · 7 years ago
  74. 98242a8 Revert "Reland "Add SkColorSpaceXform_skcms"" by Brian Osman · 7 years ago
  75. 57337d9 Reland "Add SkColorSpaceXform_skcms" by Brian Osman · 7 years ago
  76. 2f06a53 fix a couple pathops fuzzers by Cary Clark · 7 years ago
  77. 8103eca Revert "Add SkColorSpaceXform_skcms" by Brian Osman · 7 years ago
  78. 67f62b1 Add SkColorSpaceXform_skcms by Brian Osman · 7 years ago
  79. 24f25dc Move ComputeAxisAlignmentForHText to Rec. by Herb Derby · 7 years ago
  80. 18e7556 move blur impl into core by Mike Reed · 7 years ago
  81. 7611ed5 Temporary patch for Mus/Viz by Robert Phillips · 7 years ago
  82. 9525260 Expose SkGlyphCache's alloc by Herb Derby · 7 years ago
  83. 061c278 fix writeImage when encode step fails, since data is null by Mike Reed · 7 years ago
  84. d34c633 Make SubpixelAlignment public by Herb Derby · 7 years ago
  85. b1cdc78 Remove unused SkAutoGlyphCache constructor by Herb Derby · 7 years ago
  86. 93adfd6 SkReadBuffer.h shouldn't include itself. by Ben Wagner · 7 years ago
  87. d824406 Remove SK_SUPPORT_LEGACY_ADOBE_XYZ by Brian Osman · 7 years ago
  88. 554aa6a update include path for SkBlurMask.h by Mike Reed · 7 years ago
  89. 60ca867 make paint flatten unflatten private by Cary Clark · 7 years ago
  90. c6b347e Fix overflow in blur for VERY wide bitmaps. by Herb Derby · 7 years ago
  91. 82a36ac Remove DetachCache and AttachCache. by Herb Derby · 7 years ago
  92. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
  93. 689d02d harden pathmeasure and fix empty case by Cary Clark · 7 years ago
  94. 827af66 Extend SkTrimPathEffect semantics by Florin Malita · 7 years ago
  95. 8e03f69 remove unused ConvertRadiusToSigma from SkBlurMaskFilter by Mike Reed · 7 years ago
  96. e8de024 with no more offline codegen, seed_shader can be normal by Mike Klein · 7 years ago
  97. a46623b follow JUMPER_NARROW_STAGES in lowp stages too by Mike Klein · 7 years ago
  98. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 7 years ago
  99. 0c51eea Add GrMockRenderTarget and mock backend render targets by Brian Salomon · 7 years ago
  100. 8c4cbf4 Remove last use of DetachCache. by Herb Derby · 7 years ago