1. f3b1162 Move workaround for fSRGBsupport before config table init in GrVkCaps by Greg Daniel · 7 years ago
  2. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 7 years ago
  3. caf1ebb sk_sp-ify GrGlyphCache by Robert Phillips · 7 years ago
  4. 1056eb8 Move atlas manager creation to GrContext derived classes (take 2) by Robert Phillips · 7 years ago
  5. bce5eb9 Move the rest of Vulkan driver workarounds into helper function in GrVkCaps by Greg Daniel · 7 years ago
  6. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  7. 2d0e124 SkString: fix ::setUTF16 by Hal Canary · 7 years ago
  8. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 7 years ago
  9. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 7 years ago
  10. 6250f29 Clean up GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  11. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  12. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 7 years ago
  13. 65e409f make SkDestinationSurfaceColorMode private by Cary Clark · 7 years ago
  14. 2252636 Fall back to blurs for unsupported DrawShadow cases by Jim Van Verth · 7 years ago
  15. 691fd1b SkPDF: encode metadata strings correctly by Hal Canary · 7 years ago
  16. 691f5e7 Respect disable driver correctness workaround flag in Vulkan by Greg Daniel · 7 years ago
  17. 0fc07f9 Update certain instrinsic calls in SkSL SPIR-V gen to not mix vectors and scalars. by Ethan Nicholas · 7 years ago
  18. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  19. 3bd55bd Revert "Clean up GrDrawOpAtlas" by Robert Phillips · 7 years ago
  20. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  21. 0551818 Revert "Move atlas manager creation to GrContext derived classes" by Robert Phillips · 7 years ago
  22. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 7 years ago
  23. e5b7cee Move atlas manager creation to GrContext derived classes by Robert Phillips · 7 years ago
  24. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  25. 79d3324 date recent version bump for path serialization by Mike Reed · 7 years ago
  26. bb586b2 fix crasher in path-->region by Mike Reed · 7 years ago
  27. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 7 years ago
  28. 45a44de Make sure we add render target mem barriers after any last second copies by Greg Daniel · 7 years ago
  29. 1c2c2e2 avoid divide in pathopsquad by Cary Clark · 7 years ago
  30. 0a3b12b keep points as floats until after clipping by Mike Reed · 7 years ago
  31. 2223465 limit crash small steps in 1dpatheffect by Mike Reed · 7 years ago
  32. 3cdfa09 Fix height calculation when doing copyImageToBuffer by Greg Daniel · 7 years ago
  33. 649fb73 make 1010102/888x layers 8888, not 1010102/888x by Mike Klein · 7 years ago
  34. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 7 years ago
  35. 5ba448c Add cap workarounds for possible arm bugs by Greg Daniel · 7 years ago
  36. 9d57afd Clean up GrDrawOpAtlas by Robert Phillips · 7 years ago
  37. a947e29 Add some additional checks for shadow generation by Jim Van Verth · 7 years ago
  38. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 7 years ago
  39. 339650c use SkIRect makeOffset to avoid overflows by Mike Reed · 7 years ago
  40. ec84612 fix mask address calculation by Mike Klein · 7 years ago
  41. 78663f9 Fix overflow in number of bytes to erase. by Herb Derby · 7 years ago
  42. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  43. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  44. aad2ec6 Revert "Do not return null paint if shaderFP is null" by Yuqian Li · 7 years ago
  45. b68319a Send correct clear count to vulkan beginRenderPass by Greg Daniel · 7 years ago
  46. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  47. b8b6253 Add threaded backend sink to DM. Fix a scheduler bug. by Yuqian Li · 7 years ago
  48. 3fd84fa Set empty drawFn when init-once returns early by Yuqian Li · 7 years ago
  49. 8a3f654 Copy the bitmap in SkThreadedBMPDevice::drawDevice by Yuqian Li · 7 years ago
  50. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 7 years ago
  51. 0a78e1e handle conic underflow calc by Mike Reed · 7 years ago
  52. fc015d2 make 1dpatheffect more robust on deserial by Mike Reed · 7 years ago
  53. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 7 years ago
  54. 108e94a SkScalerContext - make some fields private. by Herb Derby · 7 years ago
  55. 09f818d SkString: use c++11 vsnprintf in windows by Hal Canary · 7 years ago
  56. 2612bae ccpr: Prefer atlas sizes under 4k on ARM by Chris Dalton · 7 years ago
  57. 020dbe7 Don't assert that GLSL shader compilation succeeded in Chrome by Brian Salomon · 7 years ago
  58. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  59. 85fdbe2 detect bad radius in cornerpatheffect by Mike Reed · 7 years ago
  60. f504162 Small cleanup of SkPaint by Herb Derby · 7 years ago
  61. 61e30b2 add checks for enough data in path deserialization by Mike Reed · 7 years ago
  62. 529cb2c lowp impl for decal stages by Mike Reed · 7 years ago
  63. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  64. 267eccc change path serialization version to 4 by Mike Reed · 7 years ago
  65. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  66. e4fda6c Pull non-substantive changes out of omnibus CL by Robert Phillips · 7 years ago
  67. 038c608 Remove back pointer to GrAtlasGlyphCache from GrAtlasTextStrike by Robert Phillips · 7 years ago
  68. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  69. c35d7ea Don't use LOD bias on OES external textures by Brian Osman · 7 years ago
  70. f87651e Update createWrappedRenderTargetProxy with BackendTex to use lazy proxies by Greg Daniel · 7 years ago
  71. 5d32b83 Add isFinite() bounds check for drawPoints by Jim Van Verth · 7 years ago
  72. bd8b25a writePixels should notify GPU that pixels have changed by Cary Clark · 7 years ago
  73. aefcccb Enable DAA in the init-once phase of threaded backends by Yuqian Li · 7 years ago
  74. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 7 years ago
  75. a8c55fa Pad atlas uploads to 4-byte boundaries by Jim Van Verth · 7 years ago
  76. 5423f1f Correct font metrics, bitmap glyph metrics and underline. by Ben Wagner · 7 years ago
  77. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 7 years ago
  78. c320b15 Introduce GrColorType by Brian Salomon · 7 years ago
  79. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 7 years ago
  80. 45e4660 ccpr: Fix a couple issues with tessellation and winding by Chris Dalton · 7 years ago
  81. 06f593c Some more cleanup of GrDrawOpAtlas compaction by Jim Van Verth · 7 years ago
  82. 7fe33c0 Drop unused shader support for multisample interpolation by Chris Dalton · 7 years ago
  83. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 7 years ago
  84. a3d9e21 don't trust stored segment mask by Mike Reed · 7 years ago
  85. 6abda43 Change createWrappedTextureProxy for render targets to use lazy proxies. by Greg Daniel · 7 years ago
  86. 7f583c9 null check by Mike Reed · 7 years ago
  87. 62ce2ca Simplify decal for gradients by Mike Reed · 7 years ago
  88. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 7 years ago
  89. cad0acf Fix thrashing issue with multitextured atlas. by Jim Van Verth · 7 years ago
  90. dfc0e91 add decal tilemode to shaders by Mike Reed · 7 years ago
  91. c401bb9 Add full scaling for color emoji. by Jim Van Verth · 7 years ago
  92. cbf66a2 Ensure all rows of a gif are initialized by Leon Scroggins III · 7 years ago
  93. 6d64c54 Add a generalized array of bytes with a given alignment by Herb Derby · 7 years ago
  94. db78cba Avoid creating MIPs until necessary when MIP bias is active by Brian Osman · 7 years ago
  95. f6f7b67 When creating emptyp MipMap proxies, don't instantiate them immediately. Attempt 3 by Greg Daniel · 7 years ago
  96. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  97. 3708f02 use conservative bounds to disable clipping by Mike Reed · 7 years ago
  98. 0ff79b2 Disable texstorage for BGRA on ES devices that aren't apple by Greg Daniel · 7 years ago
  99. 36c0b57 use safe increment for edge walker by Mike Reed · 7 years ago
  100. f221b49 abort blur if the sigma is too small by Mike Reed · 7 years ago