1. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  2. c83ada9 Quickly fix the forgotten forceRLE by liyuqian · 8 years ago
  3. 7c2114f Cache GrColorSpaceXforms by Brian Osman · 8 years ago
  4. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  5. 8ffb260 Turn off buffer security checking in Release builds. by Mike Klein · 8 years ago
  6. 34a2ca1 Add query to imagegenerator if it can efficiently generate a texture by Mike Reed · 8 years ago
  7. 78a37a5 fix more fuzz, carsvg by caryclark · 8 years ago
  8. 61013b2 Add retries to the InfraTests bot's "update go pkgs" step by borenet · 8 years ago
  9. 96dc1c9 fix more chrome asan fuzzer failures by caryclark · 8 years ago
  10. 3f490cc Make SkFixedRound/Ceil/FloorToFixed as inline func by liyuqian · 8 years ago
  11. c0d5501 Add missing sse41::run_pipeline. by Mike Klein · 8 years ago
  12. 2add0ff Use Analytic AA in SkAAClip. by liyuqian · 8 years ago
  13. ed20a70 gen_tasks.go: Use new helpers from specs package by borenet · 8 years ago
  14. 90a381f Turn on /OPT:REF and /OPT:ICF too. by Mike Klein · 8 years ago
  15. 916ca1d Compile for Windows with /Zc:inline. by Mike Klein · 8 years ago
  16. 80739b8 Fixed potential read-out-of-bounds issue in ICC profile loading by raftias · 8 years ago
  17. 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
  18. ff6a07f remove unneeded legacy flags by Mike Reed · 8 years ago
  19. 4209dcb fix debug version of cubicpair detected by asan by caryclark · 8 years ago
  20. 95f6b39 remove some legacy flags for g3 by Mike Reed · 8 years ago
  21. 0bcfeac Compile Release builds with -momit-leaf-frame-pointer. by Mike Klein · 8 years ago
  22. 2878e76 SkRasterPipeline refactor by Mike Klein · 8 years ago
  23. d2fe3bc Fix bug in raster implementation of SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  24. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  25. 4a5e49d Run ANGLE in GL mode on test bots by Brian Salomon · 8 years ago
  26. a35ab3e fix fuzzers by caryclark · 8 years ago
  27. 65820db use 'real' SkImageDeserializer by Mike Reed · 8 years ago
  28. 43c2526 Viewer on Mac. by Mike Klein · 8 years ago
  29. 580046b Slim down builder CIPD packages. by Mike Klein · 8 years ago
  30. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  31. e1d6ff1 Class delete call unsized delete when size not known. by Ben Wagner · 8 years ago
  32. f4ace01 Revert "Revert "remove unneeded flags for android"" by reed · 8 years ago
  33. 5d16958 More explicit body/tail function versioning. by Mike Klein · 8 years ago
  34. ec07b0b Try again with SkOpts_hsw and 8x pipelines, attempt 2. by Mike Klein · 8 years ago
  35. 21f7490 Revert "Try again with SkOpts_hsw and 8x pipelines." by Mike Klein · 8 years ago
  36. 4f02ce7 Try again with SkOpts_hsw and 8x pipelines. by Mike Klein · 8 years ago
  37. aef247a Subtract start_coord instead of adding it by scroggo · 8 years ago
  38. d6a1def Recipe fix for buildbotless bots by borenet · 8 years ago
  39. d8765e3 Define SK_CPU_SSE_LEVEL on Windows builds. by Mike Klein · 8 years ago
  40. 4bc6d8f Make monobench more usable on Windows. by Mike Klein · 8 years ago
  41. 95e34a3 Correct a small mistake in SkPath::build_arc_conics by xidachen · 8 years ago
  42. bfa5b45 Add key params for buildbotless bots in DM/nanobench by borenet · 8 years ago
  43. 12b2193 Remove shaderc DEPS. by Mike Klein · 8 years ago
  44. 4d7bb93 disable packed texture tests on TSAN bot by Mike Klein · 8 years ago
  45. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  46. 560285d Remove custom NINJA_STATUS. by Mike Klein · 8 years ago
  47. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  48. 5e3d9c2 Roll recipe DEPS by borenet · 8 years ago
  49. 7c78f3a SkNx: use SK_ALWAYS_INLINE thoroughly. by Mike Klein · 8 years ago
  50. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  51. 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
  52. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  53. 3ac64b4 image serialize/deserialize callbacks in pipe by Mike Reed · 8 years ago
  54. 0290620 Make ANGLE bot only run ANGLE configs by Brian Salomon · 8 years ago
  55. bbe17a6 Revert "remove unneeded flags for android" by Greg Daniel · 8 years ago
  56. 13b4bc1 Exclude viewer from NoGpu bots by Brian Osman · 8 years ago
  57. 2dd9693 GN builds viewer on Linux, too by Brian Osman · 8 years ago
  58. f00decf remove unneeded flags for android by Mike Reed · 8 years ago
  59. 002c120 Add testing for ANGLE msaa on bots by Brian Salomon · 8 years ago
  60. 40085e6 Fix star artifact in SkRRectsGaussianEdgeShader by Robert Phillips · 8 years ago
  61. 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 8 years ago
  62. e719577 Add SKSL fuzzer by kjlubick · 8 years ago
  63. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  64. b9eb887 Some GN-related recipe cleanup. by Mike Klein · 8 years ago
  65. 2e68865 Fix ASAN bot. by Mike Klein · 8 years ago
  66. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  67. 310d72c skpbench: suppot Nexus 6P by csmartdalton · 8 years ago
  68. e9ea349 Consider the start_coord in interlaced PNG by scroggo · 8 years ago
  69. f1e7583 fix -NoGPU build bots. by Mike Klein · 8 years ago
  70. 2bdfe5b Run correctness tests on ANGLE bots using d3d9 backend by Brian Salomon · 8 years ago
  71. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  72. b36a3cd break ambiguous angle sorting loop by caryclark · 8 years ago
  73. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  74. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  75. afc0b0f Make SkColorSpaceXform an SK_API by Matt Sarett · 8 years ago
  76. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  77. a219653 Include 4f variants of random gradients during testing by Brian Osman · 8 years ago
  78. 8bf4e67 Use legacy color filter API when doing legacy paint conversion by Brian Osman · 8 years ago
  79. 8a91da9 Fix SKP version in tasks.json, make upload_skps.py update tasks.json by borenet · 8 years ago
  80. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  81. 4f2a88c Incremental decode: only use subset for subsetting by scroggo · 8 years ago
  82. fa1a45e Remove aux procs from SkGlyphCache. by Ben Wagner · 8 years ago
  83. 29121eb Avoid integer overflow in SkIcoCodec and SkImageInfo by Matt Sarett · 8 years ago
  84. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  85. 6bff157 Update SKP version by update-skps · 8 years ago
  86. 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
  87. a73d76a skp_parser by halcanary · 8 years ago
  88. ea4567c more skslc hardening by ethannicholas · 8 years ago
  89. df3fbd6 Apply correct sRGB->Linear4f conversion in SkModeColorFilter by Matt Sarett · 8 years ago
  90. 5bab65b Switch Windows ANGLE bots to GN. by Mike Klein · 8 years ago
  91. 4320657 Increase MSAN timeout from 4 to 9 hours. by Ben Wagner · 8 years ago
  92. 4a6b28e Add "Narrow" RGB gamut to DM by Brian Osman · 8 years ago
  93. af01741 Revert "Avoid integer overflow in SkIcoCodec" by Matt Sarett · 8 years ago
  94. 5238343 Add a buildbotless Android bot by borenet · 8 years ago
  95. 20cba06 Avoid integer overflow in SkIcoCodec by Matt Sarett · 8 years ago
  96. a2c2fdd GN: ANGLE build completes now on Windows by Mike Klein · 8 years ago
  97. 1a8d675 GN: get Angle compiling on Windows. by Mike Klein · 8 years ago
  98. c7a4665 experimental/xps_to_png: fix DPI, usage message by Hal Canary · 8 years ago
  99. 24267ff Make GCC ninja log lines consistent with MSVC. by Mike Klein · 8 years ago
  100. 27f93e0 RecreateSKPs: Fix another .join() issue by borenet · 8 years ago