1. 9feb632 fix fuzz by caryclark · 8 years ago
  2. 0117485 Fix GPU sRGB mode in viewer by Brian Osman · 8 years ago
  3. 85c7fe8 DM: JSON Debug Sink by Hal Canary · 8 years ago
  4. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  5. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  6. 840f12a Fix memory leak in FuzzGradients by kjlubick · 8 years ago
  7. 90e971a DM: Draw image frames in a grid by scroggo · 8 years ago
  8. 8fa7470 Change recipes to use bot_update by borenet · 8 years ago
  9. 5934646 Help msvs compile SkColorSpaceXform faster by Matt Sarett · 8 years ago
  10. b1094bc Move third_party/gif's license into its own file by scroggo · 8 years ago
  11. 6e8c68e Differentiate animated image results by scroggo · 8 years ago
  12. 49f5712 Populate ALL copies of a command line flag during parsing by Brian Osman · 8 years ago
  13. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  14. d0a3b06 Add gif sources to public.bzl. by Ben Wagner · 8 years ago
  15. 85d3017 Fix fuzzer's bools to be 0 or 1 only by kjlubick · 8 years ago
  16. df303a6 Use SK_ALWAYS_INLINE in SkColorSpaceXform by Matt Sarett · 8 years ago
  17. cf280a4 Clear background to white in animatedGif GM by scroggo · 8 years ago
  18. 38a2cf5 Include "SkBitmap.h" in CodecAnimTest.cpp by scroggo · 8 years ago
  19. 026f223 Refactored SkColorSpace_A2B to allow arbitrary ordering of elements by raftias · 8 years ago
  20. 3cc2d20 Print what crashed DM on Android too. by Mike Klein · 8 years ago
  21. a8834bb SkShader* refAs... to sk_sp<SkShader> makeAs... by Ben Wagner · 8 years ago
  22. a3f79c0 Update trooper doc with chrome-infra chat. by Ben Wagner · 8 years ago
  23. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  24. 595ac28 fix a few more fuzzes by caryclark · 8 years ago
  25. b2cf266 Fix RecreateSKPs recipe to correctly fail when the upload fails by borenet · 8 years ago
  26. 34efb70 nc seal breaks simplify by caryclark · 8 years ago
  27. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  28. 09732a6 Add infra recipe module, use for updating Go DEPS by borenet · 8 years ago
  29. 1326068 formalize host debugging by caryclark · 8 years ago
  30. 8261671 fix one more fuzzer by caryclark · 8 years ago
  31. fd97b66 Roll recipe DEPS by borenet · 8 years ago
  32. 7a86423 Fall back from analytic to sampling earlier by liyuqian · 8 years ago
  33. ee677f7 use conservative-clip-bit in pipecanvas by Mike Reed · 8 years ago
  34. b979933 Roll common DEPS by borenet · 8 years ago
  35. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  36. 6a7287c Another forgotten forceRLE by liyuqian · 8 years ago
  37. 4e56a91 Add Android viewer to GN by Jim Van Verth · 8 years ago
  38. 9cdd2ab add pipe to nanobench by Mike Reed · 8 years ago
  39. a9f64de Fix for Chrome MSAN by Matt Sarett · 8 years ago
  40. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  41. 8f45759 [Sk4fGradient] Use infinity floats for clamp-mode extreme positions by fmalita · 8 years ago
  42. 3ae677c Zero tail stack buffers. by Mike Klein · 8 years ago
  43. 49372e6 SkRasterPipeline_opts: split next() into next_body() and next_tail(). by Mike Klein · 8 years ago
  44. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  45. 050ffa9 SkRasterPipeline: memcpy-free tail code. by Mike Klein · 8 years ago
  46. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  47. c83ada9 Quickly fix the forgotten forceRLE by liyuqian · 8 years ago
  48. 7c2114f Cache GrColorSpaceXforms by Brian Osman · 8 years ago
  49. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  50. 8ffb260 Turn off buffer security checking in Release builds. by Mike Klein · 8 years ago
  51. 34a2ca1 Add query to imagegenerator if it can efficiently generate a texture by Mike Reed · 8 years ago
  52. 78a37a5 fix more fuzz, carsvg by caryclark · 8 years ago
  53. 61013b2 Add retries to the InfraTests bot's "update go pkgs" step by borenet · 8 years ago
  54. 96dc1c9 fix more chrome asan fuzzer failures by caryclark · 8 years ago
  55. 3f490cc Make SkFixedRound/Ceil/FloorToFixed as inline func by liyuqian · 8 years ago
  56. c0d5501 Add missing sse41::run_pipeline. by Mike Klein · 8 years ago
  57. 2add0ff Use Analytic AA in SkAAClip. by liyuqian · 8 years ago
  58. ed20a70 gen_tasks.go: Use new helpers from specs package by borenet · 8 years ago
  59. 90a381f Turn on /OPT:REF and /OPT:ICF too. by Mike Klein · 8 years ago
  60. 916ca1d Compile for Windows with /Zc:inline. by Mike Klein · 8 years ago
  61. 80739b8 Fixed potential read-out-of-bounds issue in ICC profile loading by raftias · 8 years ago
  62. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  63. ff6a07f remove unneeded legacy flags by Mike Reed · 8 years ago
  64. 4209dcb fix debug version of cubicpair detected by asan by caryclark · 8 years ago
  65. 95f6b39 remove some legacy flags for g3 by Mike Reed · 8 years ago
  66. 0bcfeac Compile Release builds with -momit-leaf-frame-pointer. by Mike Klein · 8 years ago
  67. 2878e76 SkRasterPipeline refactor by Mike Klein · 8 years ago
  68. d2fe3bc Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  69. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  70. 4a5e49d Run ANGLE in GL mode on test bots by Brian Salomon · 8 years ago
  71. a35ab3e fix fuzzers by caryclark · 8 years ago
  72. 65820db use 'real' SkImageDeserializer by Mike Reed · 8 years ago
  73. 43c2526 Viewer on Mac. by Mike Klein · 8 years ago
  74. 580046b Slim down builder CIPD packages. by Mike Klein · 8 years ago
  75. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  76. e1d6ff1 Class delete call unsized delete when size not known. by Ben Wagner · 8 years ago
  77. f4ace01 Revert "Revert "remove unneeded flags for android"" by reed · 8 years ago
  78. 5d16958 More explicit body/tail function versioning. by Mike Klein · 8 years ago
  79. ec07b0b Try again with SkOpts_hsw and 8x pipelines, attempt 2. by Mike Klein · 8 years ago
  80. 21f7490 Revert "Try again with SkOpts_hsw and 8x pipelines." by Mike Klein · 8 years ago
  81. 4f02ce7 Try again with SkOpts_hsw and 8x pipelines. by Mike Klein · 8 years ago
  82. aef247a Subtract start_coord instead of adding it by scroggo · 8 years ago
  83. d6a1def Recipe fix for buildbotless bots by borenet · 8 years ago
  84. d8765e3 Define SK_CPU_SSE_LEVEL on Windows builds. by Mike Klein · 8 years ago
  85. 4bc6d8f Make monobench more usable on Windows. by Mike Klein · 8 years ago
  86. 95e34a3 Correct a small mistake in SkPath::build_arc_conics by xidachen · 8 years ago
  87. bfa5b45 Add key params for buildbotless bots in DM/nanobench by borenet · 8 years ago
  88. 12b2193 Remove shaderc DEPS. by Mike Klein · 8 years ago
  89. 4d7bb93 disable packed texture tests on TSAN bot by Mike Klein · 8 years ago
  90. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  91. 560285d Remove custom NINJA_STATUS. by Mike Klein · 8 years ago
  92. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  93. 5e3d9c2 Roll recipe DEPS by borenet · 8 years ago
  94. 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
  95. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  96. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 8 years ago
  97. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  98. 3ac64b4 image serialize/deserialize callbacks in pipe by Mike Reed · 8 years ago
  99. 0290620 Make ANGLE bot only run ANGLE configs by Brian Salomon · 8 years ago
  100. bbe17a6 Revert "remove unneeded flags for android" by Greg Daniel · 8 years ago