1. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  2. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  3. ff9f7bb Simplify rowsDecoded returned by incrementalDecode by scroggo · 8 years ago
  4. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  5. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  6. e75c19f Update comment, move constant inside helper struct by Brian Osman · 8 years ago
  7. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  8. e61b3b4 Report 0 rowsDecoded for no rows (SkPngCodec interlaced) by scroggo · 8 years ago
  9. c46cdd4 Fix an assert statement in SkPngCodec by scroggo · 8 years ago
  10. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  11. 3f74860 Convert gradient params test helper to a struct by Brian Osman · 8 years ago
  12. 0871401 fix another fuzz by caryclark · 8 years ago
  13. 221a4bb fix fuzz busters by caryclark · 8 years ago
  14. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  15. 49df8d1 GrTessellator: refactor Line out of Edge. by senorblanco · 8 years ago
  16. 6ca4882 Reduce geometry size for circles to help fill rate. by jvanverth · 8 years ago
  17. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  18. 3786c77 Disable antialiasing on interior of filled RRects that need distance vectors by Robert Phillips · 8 years ago
  19. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  20. 79839d4 Add distance values to interior of filled RRects by Robert Phillips · 8 years ago
  21. d87bd7c Harden SkPicturePlayback::handleOp() skips by fmalita · 8 years ago
  22. 1356978 Fix SkDeferredCanvas for use on android. by Herb Derby · 8 years ago
  23. 8f18643 remove sprintf by caryclark · 8 years ago
  24. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  25. 40f2378 fuzzer fix by Cary Clark · 8 years ago
  26. b55ebf0 fix other printf warning for SkBlendMode by reed · 8 years ago
  27. 6069dda Fix SkPath::arcTo when sweepAngle is tiny and radius is big by xidachen · 8 years ago
  28. d207884 fix printf warning in dumpcanvas by Mike Reed · 8 years ago
  29. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  30. 61c21cd tight bounds optimization by caryclark · 8 years ago
  31. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  32. 62f6856 Revert "add cast for printf" by Mike Reed · 8 years ago
  33. 5f668a0 add cast for printf by Mike Reed · 8 years ago
  34. 5cb7617 update deferred by Mike Reed · 8 years ago
  35. 0c52b17 validate using nx to match bounds by caryclark · 8 years ago
  36. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  37. 26bea5d Make test lower-level, make const_cast more visible. by Mike Klein · 8 years ago
  38. 9b345e3 Make local coords be highp in default geometry processor by Brian Salomon · 8 years ago
  39. ef4ab9d update defer-canvas for lattice and regions by Mike Reed · 8 years ago
  40. 088e21b Harden degenerate gradient context handling by fmalita · 8 years ago
  41. b9ae537 fix fuzz by Cary Clark · 8 years ago
  42. d567a81 Fix bmp bug exposed by fuzzer by msarett · 8 years ago
  43. e47ae29 remove dead code by Cary Clark · 8 years ago
  44. f8ee5b4 Mac: Remove use of deprecated font APIs by ccameron · 8 years ago
  45. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  46. 511f2d7 Make global use-analytic-AA bit threadsafe. by Mike Klein · 8 years ago
  47. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  48. 6942442 disallow -4 pointer by caryclark · 8 years ago
  49. b3f543d ensure we always set the pictinfo.fVersion by Mike Reed · 8 years ago
  50. 95ea469 Remove SkFontConfigInterface_direct_google3. by Ben Wagner · 8 years ago
  51. 3fdf52c fix fuzz with null check by Cary Clark · 8 years ago
  52. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  53. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  54. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  55. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  56. b25c352 SkLiteDL: much simpler to eliminate bitmaps in recorder. by Mike Klein · 8 years ago
  57. 418aa61 sk_linear_from_srgb_math by Mike Klein · 8 years ago
  58. ab87d7a coin debugging runs all tests in extended by Cary Clark · 8 years ago
  59. ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
  60. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  61. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  62. 418374c Revert of add cast for tostring (patchset #1 id:1 of https://codereview.chromium.org/2385353002/ ) by reed · 8 years ago
  63. 4cfd5af add cast for tostring to fix google3 by reed · 8 years ago
  64. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  65. f85d2a4 Avoid unneeded paint copies in SkDraw::drawBitmap by fmalita · 8 years ago
  66. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 8 years ago
  67. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  68. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  69. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  70. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  71. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  72. 6fb592e Add color space xform to GrAlphaThresholdFragmentProcessor by Brian Osman · 8 years ago
  73. 57d49e4 Remove exec bit from source file. by Ben Wagner · 8 years ago
  74. 2a62e85 remove quickreject for drawables by reed · 8 years ago
  75. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  76. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  77. 6df2c8e Fix precision issues in SkRRectsGaussianEdgeShader.cpp by robertphillips · 8 years ago
  78. 5776508 Add a SkRWBuffer reserve mechanism by fmalita · 8 years ago
  79. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  80. b3480e1 SkPDF: de-duplicate text-as-paths by Hal Canary · 8 years ago
  81. 2e36e88 SkRWBuffer: preallocate 'initialCapacity' by fmalita · 8 years ago
  82. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  83. d921dbb Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints. by reed · 8 years ago
  84. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  85. f50ff39 SkPDF: subset drawImageRect while still deduping by Hal Canary · 8 years ago
  86. 78d5a3b Add an SkOpts target for Haswell+ Intel chips. by Mike Klein · 8 years ago
  87. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  88. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  89. 872b4c8 Remove soft clip bool from SkCanvas by bsalomon · 8 years ago
  90. eb0d91c Add skstd version of std::exchange by csmartdalton · 8 years ago
  91. c6cc28c Fixed invalid memory access issue in SkColorSpaceXform::apply() by raftias · 8 years ago
  92. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  93. a9c3c6a Recent image filter work now allows this check to be enabled. by brianosman · 8 years ago
  94. 6b1da0a Revert of Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. (patchset #1 id:1 of https://codereview.chromium.org/2379843002/ ) by benjaminwagner · 8 years ago
  95. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  96. aa6ef3e Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. by benjaminwagner · 8 years ago
  97. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  98. f8d2c8d Latest ANGLE as of September 27, 2016 by brianosman · 8 years ago
  99. 7952390 Make applyCropRect/pad_image convert to the output color space by brianosman · 8 years ago
  100. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago