1. 2f86220 Fix drawing SkAnimatedImages with transparency by Leon Scroggins III · 6 years ago
  2. 9d28974 Reenable write pixels tests by Brian Salomon · 6 years ago
  3. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  4. f618842 Extend math test to ensure our min/max/pin handle non-finites by Mike Reed · 6 years ago
  5. 1ebeefe IWYU for test files starting with 'A'. by Ben Wagner · 6 years ago
  6. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  7. ee08b4a SkString: remove externally unused ::setUTF16() from API by Hal Canary · 6 years ago
  8. 68dd2c1 Fixed SkSL use-after-free fuzzer bug and added defensive code to catch such problems in the future. by Ethan Nicholas · 6 years ago
  9. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  10. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 6 years ago
  11. 2d0e124 SkString: fix ::setUTF16 by Hal Canary · 6 years ago
  12. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  13. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 6 years ago
  14. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 6 years ago
  15. 9e8a594 Support pngs with incorrect CMF bytes by Leon Scroggins III · 6 years ago
  16. 691fd1b SkPDF: encode metadata strings correctly by Hal Canary · 6 years ago
  17. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 6 years ago
  18. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 6 years ago
  19. 3d86a19 Refactor GrCaps::renderTargetWritePixelsSupported to support for some GL workarounds by Brian Salomon · 6 years ago
  20. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 6 years ago
  21. bb586b2 fix crasher in path-->region by Mike Reed · 6 years ago
  22. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 6 years ago
  23. 5f33a8c Start on new GPU pixel ops implementation. by Brian Salomon · 6 years ago
  24. 0bf8926 align f16 buffers in SkRasterPipeline_tail test by Mike Klein · 6 years ago
  25. 8385a8a Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memory."" by Greg Daniel · 6 years ago
  26. 5d4604b Fix assert format string in GrContext_colorTypeSupportedAsImage test. by Oleg Maximenko · 6 years ago
  27. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 6 years ago
  28. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 6 years ago
  29. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 6 years ago
  30. 88fdee9 Revert "Fixes to alignment issues with regards to mapped vulkan memory." by Greg Daniel · 6 years ago
  31. 9fb6cf4 Fixes to alignment issues with regards to mapped vulkan memory. by Greg Daniel · 6 years ago
  32. 31476b7 Update piex and add test image by Leon Scroggins III · 6 years ago
  33. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 6 years ago
  34. 267eccc change path serialization version to 4 by Mike Reed · 6 years ago
  35. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 6 years ago
  36. 955b3d5 tweak surface_image_unity on 32-bit bots by Mike Klein · 6 years ago
  37. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  38. f87651e Update createWrappedRenderTargetProxy with BackendTex to use lazy proxies by Greg Daniel · 6 years ago
  39. 0c3137c hide complex versions of isOval and isRRect by Mike Reed · 6 years ago
  40. c320b15 Introduce GrColorType by Brian Salomon · 6 years ago
  41. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 6 years ago
  42. 2a30390 Update createWrappedRenderTargetProxy with BackendRT to work with lazy proxies. by Greg Daniel · 6 years ago
  43. 30dc8f9 loop over all color and alpha types by Mike Klein · 6 years ago
  44. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 6 years ago
  45. dfc0e91 add decal tilemode to shaders by Mike Reed · 6 years ago
  46. cbf66a2 Ensure all rows of a gif are initialized by Leon Scroggins III · 6 years ago
  47. f61711a Fix nullptr access when ProcessorOptimizationValidationTest fails by Brian Salomon · 6 years ago
  48. f6f7b67 When creating emptyp MipMap proxies, don't instantiate them immediately. Attempt 3 by Greg Daniel · 6 years ago
  49. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  50. f221b49 abort blur if the sigma is too small by Mike Reed · 6 years ago
  51. ce6d93a Check for min int in BMP header by Leon Scroggins III · 7 years ago
  52. 7080a43 Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately.""" by Greg Daniel · 7 years ago
  53. 95edb43 Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately."" by Greg Daniel · 7 years ago
  54. 33f38b0 simplify size check in string by Mike Reed · 7 years ago
  55. 7d79e7b Use a lazy proxy in OnFlushCallbackTest to fulfill some old TODOs by Robert Phillips · 7 years ago
  56. 0ee866d Revert "When creating emptyp MipMap proxies, don't instantiate them immediately." by Greg Daniel · 7 years ago
  57. 8242c5c When creating emptyp MipMap proxies, don't instantiate them immediately. by Greg Daniel · 7 years ago
  58. fc711a2 Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2) by Robert Phillips · 7 years ago
  59. f802e75 Revert "Revert "Allow linear 8888 surface contexts in GPU backend."" by Brian Salomon · 7 years ago
  60. fee7cba Check the length of marker before reading it by Leon Scroggins III · 7 years ago
  61. 4ffdf3c Revert "Allow linear 8888 surface contexts in GPU backend." by Brian Salomon · 7 years ago
  62. ce5209a Make fully lazy proxies possess an origin by Robert Phillips · 7 years ago
  63. 6a46fb2 Allow linear 8888 surface contexts in GPU backend. by Brian Salomon · 7 years ago
  64. 559823d Revert "Add SkCharacterization creation helper to GrContextThreadSafeProxy" by Cary Clark · 7 years ago
  65. 8a83ca4 Add "sharpen" option to SkSL, to LOD bias all textures by Brian Osman · 7 years ago
  66. d76e56d Add SkCharacterization creation helper to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  67. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  68. d72d6c5 underflow makes it hard to compute proper radii by Mike Reed · 7 years ago
  69. 3081508 Remove unused code resulted from deleting DeferredTextureImage by Greg Daniel · 7 years ago
  70. 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
  71. 67f8584 Revert "Revert "Remove SkImage deferred texture image data APIs."" by Brian Salomon · 7 years ago
  72. 457469c Make non-ddl lazy proxys clean-up and delete their callbacks immediately after instanstation. by Greg Daniel · 7 years ago
  73. 4c790bd add writePixels to SkSurface --> so we can remove it from canvas by Mike Reed · 7 years ago
  74. d474698 ensure that what is valid for a surface is also valid for an image by Mike Reed · 7 years ago
  75. 7654650 Remove unused SkpSkGrTest.cpp by Greg Daniel · 7 years ago
  76. 0b33cc4 Remove nvprdit* configs by Robert Phillips · 7 years ago
  77. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
  78. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  79. 6f8fa4e Implement Sk2f::Store4 by Chris Dalton · 7 years ago
  80. 9ca602a guard xml-using tests with SK_XML by Mike Klein · 7 years ago
  81. fd5a508 Add link annotation support to SkSVGDevice. by Bryce Thomas · 7 years ago
  82. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  83. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  84. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  85. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  86. 9708af8 Add test for reading back from unpremul texture image by Brian Salomon · 7 years ago
  87. 3f9797d Remove SK_DISABLE_DEFERRED_PROXIES define through code by Greg Daniel · 7 years ago
  88. d587ebe Remove assert from SkStroke.cpp by Robert Phillips · 7 years ago
  89. e8fabb2 Update LazyProxy creation to allow for a non-textureable result by Robert Phillips · 7 years ago
  90. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  91. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  92. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  93. 4efcb7d handle degenerate cubic loops by Cary Clark · 7 years ago
  94. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  95. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  96. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  97. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  98. 9e441ee Fix SkSurfaceCharacterization unit test for DDL by Robert Phillips · 7 years ago
  99. 40d8297 detect truncated pict streams by Mike Reed · 7 years ago
  100. 7a13705 Fix DDL unit tests by Robert Phillips · 7 years ago