1. a479f96 Get ViaDDL working with Vulkan by Robert Phillips · 6 years ago
  2. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 6 years ago
  3. 3b6afd5 Remove unused field fBitmapBytes by Yuqian Li · 6 years ago
  4. 321fb4e Merge drawDevice and respect ctm for the paint by Yuqian Li · 6 years ago
  5. 9713dcf ccpr: Clip quadratic hulls more efficiently by Chris Dalton · 6 years ago
  6. 872da6b Add initial support for simple concave shadows. by Jim Van Verth · 6 years ago
  7. 67a2aa5 Do not use CTM for drawDevice or drawSprite by Yuqian Li · 6 years ago
  8. b0601a4 ccpr: Improve CPU checks for collinear points by Chris Dalton · 6 years ago
  9. 7ca3b7b ccpr: Remove fCurrAnchorPoint from GrCCGeometry by Chris Dalton · 6 years ago
  10. 2fbbd03 Remove extra Vulkan submitCommandBuffer from deleteTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  11. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 6 years ago
  12. 58627cb one more path is rect bug by Cary Clark · 6 years ago
  13. 5c71518 fix path to rect when missing close verb by Cary Clark · 6 years ago
  14. ec172aa Remove SkDEBUGFAIL for non-invertible XYZ matrix by Brian Osman · 6 years ago
  15. 1eeeae0 use commonPaint for all raster pipeline by Mike Klein · 6 years ago
  16. a7b8e74 Reland "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Brian Salomon · 6 years ago
  17. 703b476 ccpr: Remove WindMethod from GrCCCoverageProcessor by Chris Dalton · 6 years ago
  18. f3c4e0c Add canvas2D fast paths to new read/write pixels code paths. by Brian Salomon · 6 years ago
  19. 66aebf3 Make sure GrBackendTextures are valid before starting to do things with them by Greg Daniel · 6 years ago
  20. 42f02aa Implement Sk2f::Store2 by Chris Dalton · 6 years ago
  21. 4473907 Revert "Remove all notion of transport from the API." by Herb Derby · 6 years ago
  22. 83e0f1b SkPDF: smarter Jpeg when libjpeg-turbo is present by Hal Canary · 6 years ago
  23. 30a9d26 Better layer tracking fidelity by Herb Derby · 6 years ago
  24. 6209bfa detect if makeOffset failed by Mike Reed · 6 years ago
  25. 55068bf vulkan: Fix an optimus-related failure with vkEnumeratePhysicalDevices by Chris Dalton · 6 years ago
  26. 3e8c345 Make generated effects from sksl fp files not need SK_SUPPORT_GPU by Greg Daniel · 6 years ago
  27. 4961a93 Remove all notion of transport from the API. by Herb Derby · 6 years ago
  28. c5a1c1f SkRegion: Use less memory for SkRegion::Oper by Hal Canary · 6 years ago
  29. 9cc2823 Remove unneeded SK_SUPPORT_GPU checks in gpu only files. by Greg Daniel · 6 years ago
  30. 13872dd Region Op Fuzzer by Hal Canary · 6 years ago
  31. 4c23934 ccpr: Make curve corners more seamless by Chris Dalton · 6 years ago
  32. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 6 years ago
  33. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 6 years ago
  34. 9ca3065 Don't use GrPixelConfig value as proxy for valid on GrBackendSurface. by Greg Daniel · 6 years ago
  35. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  36. 5ddb308 Distinguish between glyphs with empty path and no path. by Ben Wagner · 6 years ago
  37. 93e4ea5 Mac to better serialize OTTO fonts. by Ben Wagner · 6 years ago
  38. 87f852d Revert "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Robert Phillips · 6 years ago
  39. 65daa20 Remove SK_DISABLE_TEXTURE_OP_AA by Brian Salomon · 6 years ago
  40. 03d4f19 Flush before snap SkThreadedBMPDevice by Yuqian Li · 6 years ago
  41. efa60a1 Remove deprectated GrContext::MakeGL overloads that take raw ptr by Brian Salomon · 6 years ago
  42. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 6 years ago
  43. c4ec816 replace size-alignment assert with round-down by Mike Reed · 6 years ago
  44. 0ad685a SkPDF: implement xheight for type3 fonts by Hal Canary · 6 years ago
  45. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 6 years ago
  46. c585e20 Workaround for lack of ESSL3 external image extension on older Samsung devices by Brian Osman · 6 years ago
  47. 636fbae Fix iOS bot in Chrome CQ by Robert Phillips · 6 years ago
  48. 4470e34 Avoid calling glGetString(GL_EXTENSIONS) on core profiles by Brian Salomon · 6 years ago
  49. 9a544bc Stop using clear-as-draw workaround on newer Intel drivers on macOS by Brian Salomon · 6 years ago
  50. 4b99bbb Ensure that pointers/arrays are valid until flush in threaded backend by Yuqian Li · 6 years ago
  51. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 6 years ago
  52. 1fda024 move SkIPoint16 to private header by Mike Reed · 6 years ago
  53. 325ea32 Fix SkLocalMatrixShader nesting semantics by Florin Malita · 6 years ago
  54. 1efe322 Make sure we set the origin when initDescForDstCopy fails by Greg Daniel · 6 years ago
  55. af2769d Banish SkShaderBase::isRasterPipelineOnly() by Florin Malita · 6 years ago
  56. bf74a46 Fix drawBitmapRect in the threaded backend by Yuqian Li · 6 years ago
  57. e1c60d6 Tag the unique keys of lazy images. by Derek Sollenberger · 6 years ago
  58. c1267c6 Add SkSurfaceCharacterization operator== && != by Robert Phillips · 6 years ago
  59. dc09213 Revert "Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used."" by Brian Salomon · 6 years ago
  60. 75a1302 Don't use the inner radius when not stroking in DIEllipse by Greg Daniel · 6 years ago
  61. d401330 Revert "Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used." by Brian Salomon · 6 years ago
  62. 7e1dd20 Make SkSL GLSL generator declare sk_FragColor inout when EXT fb fetch is used. by Brian Salomon · 6 years ago
  63. c412b59 Handle perspective scales in GrPathUtil scaleToleranceToSrc by Greg Daniel · 6 years ago
  64. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 6 years ago
  65. 42f8bc4 Add API for SkTextBlob serialization into caller's memory. by Khushal · 6 years ago
  66. 46117c8 Clean up buffering and serializatoin. by Herb Derby · 6 years ago
  67. 62473ad Check if fan point is finite in GrAAConvexPathRenderer. by Greg Daniel · 6 years ago
  68. 8b09b96 Drop draw in GrAAConvextPathRenderer if calculation of center of mass ends up in NaN by Greg Daniel · 6 years ago
  69. 428ab73 Hardcode a font for lcd testing on MacOS. by Ben Wagner · 6 years ago
  70. 4eda8d9 Check for divide by zero in fill_in_2D_gaussian_kernel by Greg Daniel · 6 years ago
  71. 3aecc30 Check for divide by zero in fill_in_1D_gaussian_kernel by Greg Daniel · 6 years ago
  72. 8d8a5d9 fix pathop fuzzes by Cary Clark · 6 years ago
  73. ba31640 Allow for divide by zero in miter calculation in GrAAConvexTessellator by Greg Daniel · 6 years ago
  74. ea49523 GrTessellator: fix for points that become infinite on stroking. by Stephen White · 6 years ago
  75. b88045b Catch infinite numbers in computeMatrices by Kevin Lubick · 6 years ago
  76. 08c39fc Increase precision in GrSRGBEffect by Brian Salomon · 6 years ago
  77. 4db18ed Add SkOffsetSimplePolygon. by Jim Van Verth · 6 years ago
  78. 1110da1 Fix non-GPU release bots by Robert Phillips · 6 years ago
  79. fd88fe4 Speculative fix for crbug.com/823920 by Brian Salomon · 6 years ago
  80. 1a291b3 Cleanup Ops - remove extra bytes sent and received by Herb Derby · 6 years ago
  81. 5e6b67c Simplify SkDrawTiler; check emtpy pixmap and overflow by Yuqian Li · 6 years ago
  82. 2de1eda SkScalerContext::getMetrics to not request metrics it will ignore. by Ben Wagner · 6 years ago
  83. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 6 years ago
  84. 8031b32 SkPDF/SkTypefaceMetrics: Set PostScript Name in Directwrite backend. by Hal Canary · 6 years ago
  85. e9e19dd SkPDF/Clusterator: a second test by Hal Canary · 6 years ago
  86. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 6 years ago
  87. 64ecdce Turn on rendertarget sorting by Robert Phillips · 6 years ago
  88. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 6 years ago
  89. e037d76 Remove specVersion check on vk extensions. by Greg Daniel · 6 years ago
  90. 9b8b0ce fix SkRRect fuzzer assert by Cary Clark · 6 years ago
  91. 01a1cf9 More nans causing infinite recursion in GrPathUtils::convertCubicToQuads by Kevin Lubick · 6 years ago
  92. c6a19f1 fix for frexp dataflow analysis by Ethan Nicholas · 6 years ago
  93. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 6 years ago
  94. c534808 Revert "Delete GPU alpha clip masks" by Chris Dalton · 6 years ago
  95. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 6 years ago
  96. 1521c8a SkPDF/Clusterator: expose to the light of a unit test by Hal Canary · 6 years ago
  97. c46e9b7 Fix up .fp files by Robert Phillips · 6 years ago
  98. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 6 years ago
  99. e1fec19 SkAdvancedTypefaceMetrics: distinguish between font names by Hal Canary · 6 years ago
  100. 76e8516 Snap non-scaled emoji to pixel borders by Jim Van Verth · 6 years ago