1. 1b9b7d5 Reland "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 7 years ago
  2. 5cc94cc Revert "Reland "make SkJumper stages normal Skia code"" by Mike Klein · 7 years ago
  3. 78cb579 Reland "make SkJumper stages normal Skia code" by Mike Klein · 7 years ago
  4. 3a4bd34 Revert "make SkJumper stages normal Skia code" by Mike Klein · 7 years ago
  5. 22e536e make SkJumper stages normal Skia code by Mike Klein · 7 years ago
  6. 461ef7a Revert "add tiler for SkDraw" by Florin Malita · 7 years ago
  7. be1b397 add tiler for SkDraw by Mike Reed · 7 years ago
  8. 94458ee Add SkSurfaceCharacterization::createResized by Robert Phillips · 7 years ago
  9. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  10. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  11. f3a4ef9 Add unit test the explicit tests create a GrVkCopyPipeline by Greg Daniel · 7 years ago
  12. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  13. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  14. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  15. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  16. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  17. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  18. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  19. ee77da2 set -Wno-implicit-fallthrough on GCC too by Mike Klein · 7 years ago
  20. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  21. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  22. 267eccc change path serialization version to 4 by Mike Reed · 7 years ago
  23. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  24. 2d18f41 Resurrect pathfinder in viewer and rename to "bisect" by Chris Dalton · 7 years ago
  25. 535ba8d Drop unused support for MSAA sample locations by Chris Dalton · 7 years ago
  26. 0c7861f Start thread pool in skia_dm on Android. by Dongwon Kang · 7 years ago
  27. aa59d61 Remove XSAN blacklist by Kevin Lubick · 7 years ago
  28. 5798c9f Fix Android ASAN build by Kevin Lubick · 7 years ago
  29. 43bd259 Use libc++ for all XSAN builds by Kevin Lubick · 7 years ago
  30. 28728e4 BUILD(win): find 'Build Tools for VS 2017', doc update by Hal Canary · 7 years ago
  31. 4108f65 Turn off PGO for Skia by Pirama Arumuga Nainar · 7 years ago
  32. 1b12545 Add scaled emoji GM. by Jim Van Verth · 7 years ago
  33. 56a4a09 Add init-once to threaded backend by Yuqian Li · 7 years ago
  34. e1053ea BUILD: link and solink uses rsp file by Hal Canary · 7 years ago
  35. cfe848c Create sksl_enums.inc with UNIX line endings (even on Windows) by Brian Osman · 7 years ago
  36. 67f8584 Revert "Revert "Remove SkImage deferred texture image data APIs."" by Brian Salomon · 7 years ago
  37. db9ee2d Remove unused class GrDDLGpu by Brian Salomon · 7 years ago
  38. a3f7026 Switch MDB GrContextOptions over to Enable style by Robert Phillips · 7 years ago
  39. c50f8e0 Detect MSVC 2017 Community in GN by Brian Osman · 7 years ago
  40. 4150eea Move control of explicit GPU resource allocation to GrContextOptions by Robert Phillips · 7 years ago
  41. 383c418 Remove GrStencilAndCoverTextContext by Robert Phillips · 7 years ago
  42. 5dd202d Revert "Revert "move GrColor.h to private, IWYU"" by Mike Reed · 7 years ago
  43. 63cc293 Revert "move GrColor.h to private, IWYU" by Brian Salomon · 7 years ago
  44. e602f39 move GrColor.h to private, IWYU by Mike Reed · 7 years ago
  45. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  46. b915b97 move SkMask.h to src by Mike Reed · 7 years ago
  47. 5d3f770 Add gn_to_bp script for SkQP. by Derek Sollenberger · 7 years ago
  48. b2922f6 Consolidate all the id handling and caching code. by Herb Derby · 7 years ago
  49. 3cda39f No omit-frame-pointer on Win by Kevin Lubick · 7 years ago
  50. 82a4c05 Get better stacktraces for *SAN builds by Kevin Lubick · 7 years ago
  51. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  52. 537d9c0 SkQP: remove skia_embed_resources option by Hal Canary · 7 years ago
  53. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  54. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  55. dcb086b Remove unused SkPictureContentInfo by Brian Salomon · 7 years ago
  56. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  57. a8a51ce Start of cross process SkScalerContext. by Mike Klein · 7 years ago
  58. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  59. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  60. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  61. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  62. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 7 years ago
  63. 6e87eee add shadermaskfilter by Mike Reed · 7 years ago
  64. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 7 years ago
  65. 2e0fadb Add a GM and images to test SkEncodedOrigin by Leon Scroggins III · 7 years ago
  66. 2796430 move SkWriter32.h to src by Mike Reed · 7 years ago
  67. 07a722c Add SkAndroidCodec::computeSampledSize by Leon Scroggins III · 7 years ago
  68. 4f0f933 Add Android ASAN bot by Kevin Lubick · 7 years ago
  69. 7a10b33 Add an SkDrawable for animated images (e.g. GIF) by Leon Scroggins III · 7 years ago
  70. 98e38e2 Revert "Revert "fix legacy makeRasterImage()"" by Mike Klein · 7 years ago
  71. ef29e42 Revert "fix legacy makeRasterImage()" by Mike Klein · 7 years ago
  72. 68c3fac Specify "resources" in skia_nanobench's data by Pirama Arumuga Nainar · 7 years ago
  73. 7c4ca04 fix legacy makeRasterImage() by Mike Klein · 7 years ago
  74. d284949 restore intersect methods to use old-style empty-checks on their inputs by Mike Reed · 7 years ago
  75. 1af6daa add flag for flutter by Mike Reed · 7 years ago
  76. 0428279 fix x86 Android builds by Mike Klein · 7 years ago
  77. 21b620c switch android builds to libc++ by Mike Klein · 7 years ago
  78. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  79. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  80. bd3a0cc Revert "Revert "remove unused SkCurveMeasure"" by Mike Reed · 7 years ago
  81. 4d1d8bc Revert "remove unused SkCurveMeasure" by Mike Reed · 7 years ago
  82. 065c2e8 remove unused SkCurveMeasure by Mike Reed · 7 years ago
  83. 8982dc1 Add GrResourceProviderPriv and expose GrGpu in it by Greg Daniel · 7 years ago
  84. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  85. 4c79ecf cubic-map for non-linear t by Mike Reed · 7 years ago
  86. 90e8fb1 Reland "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  87. 511c5d4 Re-enable 3 clang warnings by Kevin Lubick · 7 years ago
  88. c75e240 [sksg] Refine invalidation logic by Florin Malita · 7 years ago
  89. 3c36ef6 SkFloatToDecimal moved to src/utils by Hal Canary · 7 years ago
  90. 314d7c2 Add Win UBSAN jobs. by Ben Wagner · 7 years ago
  91. 7c9c9e4 update pipe for lattice and shadowrec by Mike Reed · 7 years ago
  92. a99d982 Add FASTLINK to windows builds by Brian Osman · 7 years ago
  93. cda4e94 Add a bench for comparing complex clip strategies by Florin Malita · 7 years ago
  94. d23c7c4 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Chris Dalton · 7 years ago
  95. e3877ce CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  96. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  97. 4aa4441 Initial scene graph (SkSG) by Florin Malita · 7 years ago
  98. 2871436 Revert "CCPR: Initial semi-optimized vertex shader Impl" by Brian Osman · 7 years ago
  99. a8f6aef CCPR: Initial semi-optimized vertex shader Impl by Chris Dalton · 7 years ago
  100. b60c5eb remove unused willPlayBackBitmaps from picture and SkPictureAnalyzer by Mike Reed · 7 years ago