1. 087c917 Use SkImage to manage mip map cache purging, not Bitmap/PixelRef by Brian Osman · 6 years ago
  2. a9667fb Revert "Tie mip map cache purging to Images, not Bitmaps/PixelRefs" by Brian Osman · 6 years ago
  3. 21bd60d Connect up YUVA images for testing. by Jim Van Verth · 6 years ago
  4. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 6 years ago
  5. 222e275 converted AARectEffect to new FP system by Ethan Nicholas · 6 years ago
  6. b9c4978 Remove dstColorSpace from SkSpecialImage::MakeFromImage by Brian Osman · 6 years ago
  7. 36528e9 clean up SkPipe by Mike Klein · 6 years ago
  8. 11422c6 Tie mip map cache purging to Images, not Bitmaps/PixelRefs by Brian Osman · 6 years ago
  9. f05626b Test a GIF with an out of range transparent index by Leon Scroggins III · 6 years ago
  10. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  11. 0a67198 reduce pathops templated code by Cary Clark · 6 years ago
  12. 38a62bd Remove obsolete checks about colorType and colorSpace by Brian Osman · 6 years ago
  13. f421685 Revert "Stop using color space xform canvas in picture image generator" by Greg Daniel · 6 years ago
  14. 031ca21 Stop using color space xform canvas in picture image generator by Brian Osman · 6 years ago
  15. 2091fbb Fix some bugs around opaque color types and computeIsOpaque by Brian Osman · 6 years ago
  16. 431ac56 Use SkSurfaceValidateRasterInfo in some lesser-used canvas factories by Brian Osman · 6 years ago
  17. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 6 years ago
  18. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 6 years ago
  19. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 6 years ago
  20. 7034f15 Improve modulation detection logic in ProcessorOptimizationValidationTest by Michael Ludwig · 6 years ago
  21. b5ccf6f SkPDF: centralize procsets to remove duplication by Hal Canary · 6 years ago
  22. 278b067 Less stress for chromecast by Herb Derby · 6 years ago
  23. f4def34 Move dumpJSON behind the SK_ENABLE_DUMP_GPU flag by Kevin Lubick · 6 years ago
  24. 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
  25. ba65168 Fix two bugs in GPU special image read-back by Brian Osman · 6 years ago
  26. bbb2410 Remove redundant test by Brian Osman · 6 years ago
  27. e47e5b6 Restore proper name of the SkImage_Gpu2Cpu unit test by Brian Osman · 6 years ago
  28. fd69b6d tune SkOpts::hash_fn() quality by Mike Klein · 6 years ago
  29. 0f88861 SkPDF: build shared lib with skia_enable_pdf=false by Hal Canary · 6 years ago
  30. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  31. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  32. ae5e864 remove internal uses of SkColorSpace::toXYZD50() by Mike Klein · 6 years ago
  33. 4504a652 Remove extraneous comma in printf vargs by Michael Ludwig · 6 years ago
  34. 314d377 Make ProcessorOptimizationValidationTest more forgiving by Michael Ludwig · 6 years ago
  35. 712476e Remove SkCodec::fSrcInfo by Leon Scroggins III · 6 years ago
  36. 98acec5 remove some dead flags by Mike Reed · 6 years ago
  37. ce96e1e removed dead flag check by Mike Reed · 6 years ago
  38. 1d5b598 Towards removing GrColor4f by Brian Osman · 6 years ago
  39. e8e1075 Add input/output image logging to processor tests by Michael Ludwig · 6 years ago
  40. 3ad86d0 Accept processor test seed from command line by Michael Ludwig · 6 years ago
  41. 66c505f expand imageinfo in C api, start on colorspace by Mike Reed · 6 years ago
  42. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  43. 656cefe Add initial support for generating tagged PDFs. by Dominic Mazzoni · 6 years ago
  44. 9de7216 add test that setLastPt() invalidates path bounds by Mike Klein · 6 years ago
  45. dedf8f2 ccpr: Fix heap use-after-free caused by member destruction order by Chris Dalton · 6 years ago
  46. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  47. 0098ccb Remove unnecessary sk_tool_utils::EncodeImageToData by Leon Scroggins III · 6 years ago
  48. c25f440 Reland "add getAlphaf() to pixmap/bitmap" by Mike Reed · 6 years ago
  49. 81cbd03 Work toward removing SkPM4f by Brian Osman · 6 years ago
  50. be852e4 Revert "add getAlphaf() to pixmap/bitmap" by Robert Phillips · 6 years ago
  51. f3ebd31 add getAlphaf() to pixmap/bitmap by Mike Reed · 6 years ago
  52. 2cbf12c Always use portable fonts in image filter test by Brian Osman · 6 years ago
  53. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  54. 1cf418b Some SkPM4f cleanup by Brian Osman · 6 years ago
  55. 1b15198 Fix/simplify equal_pixels by Brian Osman · 6 years ago
  56. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  57. c03716d Fix nullptr deref in cache lookup by Herb Derby · 6 years ago
  58. 840debe don't try to extract or blur a zero-sized bitmap by Mike Reed · 6 years ago
  59. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  60. 505dd57 Add GrSurfaceOrigin to MakeFromAHardwareBuffer by Stan Iliev · 6 years ago
  61. 637c06a Add Vulkan support to GrAHardwareBufferImageGenerator by Greg Daniel · 6 years ago
  62. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  63. c3d8a48 allow path.add(path) safely by Mike Reed · 6 years ago
  64. b2acf0a Add unit test to test basic importing and drawing of AHardwareBuffers. by Greg Daniel · 6 years ago
  65. ea30810 Initialize bitmaps to different colors, to avoid flaky success by Brian Osman · 6 years ago
  66. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  67. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  68. 3c4d533 Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  69. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  70. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  71. aa5f38f Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig" by Cary Clark · 6 years ago
  72. 303e83e Let unbudgeted, unique keyed resources stay in gpu ResourceCache. by Greg Daniel · 6 years ago
  73. a2bc1ca Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig by Herb Derby · 6 years ago
  74. 43b882b Remove purging of GPU resources based on flush counts. by Brian Salomon · 6 years ago
  75. 9094f2c Add fields to fragmentProcessors in sksl code. by Michael Ludwig · 6 years ago
  76. d9187c0 Revert "SkMath takes some functions from from SkTypes" by Mike Klein · 6 years ago
  77. 3b34723 SkMath takes some functions from from SkTypes by Hal Canary · 6 years ago
  78. 1fc5fbd Reland "Redo how extra emit code flushing operates" with type fix. by Michael Ludwig · 6 years ago
  79. d044019 Revert "Redo how extra emit code flushing operates" by Michael Ludwig · 6 years ago
  80. 9b8181b Redo how extra emit code flushing operates by Michael Ludwig · 6 years ago
  81. 7b429ae Implement boolean short circuit folding in SkSL by Michael Ludwig · 6 years ago
  82. 2d40490 Move some functions to MathPriv.h by Hal Canary · 6 years ago
  83. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  84. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  85. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  86. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  87. 32ade4c Deliberately call typefaceproc only once per face in pictures by Mike Reed · 6 years ago
  88. 5595f6e clean up S16CPU by Mike Klein · 6 years ago
  89. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  90. cca8c6f SkColorSpace cleanup by Brian Osman · 6 years ago
  91. d6832d0 Remove some references to defunct kIndex_8 by Leon Scroggins III · 6 years ago
  92. 271d1d9 Change SkTypeface::MakeFromStream to take unique_ptr by Mike Reed · 6 years ago
  93. bf67741 add behavior enum to SkTypeface::serialize() by Mike Reed · 6 years ago
  94. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  95. db16001 add circles to stroked cubics with cusps by Cary Clark · 6 years ago
  96. 0b7645f Simplify perspective shadows to match future MD specs. by Jim Van Verth · 6 years ago
  97. cf33b1b fonts: Cap the max number of entries in server side glyph cache tracking by Khushal · 6 years ago
  98. 8378dfb Extract SkGlyphRunListPainter from SkGlyphRun.* by Herb Derby · 6 years ago
  99. a427559 Refactor 'in uniform' CPP code generation by Michael Ludwig · 6 years ago
  100. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago