1. 04adfda SkRasterPipeline: 8x pipelines, without any 8x code enabled. by Mike Klein · 8 years ago
  2. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  3. a2415ac implement A8 destination fast-path for SkPixelInfo::CopyPixels by lsalzman · 8 years ago
  4. ebcb8aa Add AA Analytic Compile Flag (and small fixes) by liyuqian · 8 years ago
  5. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  6. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  7. 42f4b42 Revert "SkRasterPipeline: 8x pipelines, attempt 2" by Mike Klein · 8 years ago
  8. a71e151 SkRasterPipeline: 8x pipelines, attempt 2 by Mike Klein · 8 years ago
  9. 9428587 Revert "SkRasterPipeline: 8x pipelines" by Mike Klein · 8 years ago
  10. 1aebdae SkRasterPipeline: 8x pipelines by Mike Klein · 8 years ago
  11. d87bd7c Harden SkPicturePlayback::handleOp() skips by fmalita · 8 years ago
  12. 8f18643 remove sprintf by caryclark · 8 years ago
  13. 33cbfd7 Make load4 and store4 part of SkNx properly. by Mike Klein · 8 years ago
  14. 6069dda Fix SkPath::arcTo when sweepAngle is tiny and radius is big by xidachen · 8 years ago
  15. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  16. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  17. 0c52b17 validate using nx to match bounds by caryclark · 8 years ago
  18. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  19. 26bea5d Make test lower-level, make const_cast more visible. by Mike Klein · 8 years ago
  20. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 511f2d7 Make global use-analytic-AA bit threadsafe. by Mike Klein · 8 years ago
  22. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  23. 6942442 disallow -4 pointer by caryclark · 8 years ago
  24. b3f543d ensure we always set the pictinfo.fVersion by Mike Reed · 8 years ago
  25. 9161ef0 Make all SkRasterPipeline stages stock stages in SkOpts. by Mike Klein · 8 years ago
  26. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  27. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  28. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  29. b25c352 SkLiteDL: much simpler to eliminate bitmaps in recorder. by Mike Klein · 8 years ago
  30. 418aa61 sk_linear_from_srgb_math by Mike Klein · 8 years ago
  31. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  32. f85d2a4 Avoid unneeded paint copies in SkDraw::drawBitmap by fmalita · 8 years ago
  33. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  34. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  35. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  36. 57d49e4 Remove exec bit from source file. by Ben Wagner · 8 years ago
  37. 2a62e85 remove quickreject for drawables by reed · 8 years ago
  38. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  39. 5776508 Add a SkRWBuffer reserve mechanism by fmalita · 8 years ago
  40. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  41. 2e36e88 SkRWBuffer: preallocate 'initialCapacity' by fmalita · 8 years ago
  42. d921dbb Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints. by reed · 8 years ago
  43. 78d5a3b Add an SkOpts target for Haswell+ Intel chips. by Mike Klein · 8 years ago
  44. 872b4c8 Remove soft clip bool from SkCanvas by bsalomon · 8 years ago
  45. eb0d91c Add skstd version of std::exchange by csmartdalton · 8 years ago
  46. c6cc28c Fixed invalid memory access issue in SkColorSpaceXform::apply() by raftias · 8 years ago
  47. fa9f241 Add an enum layer of indirection for stock raster pipeline stages. by Mike Klein · 8 years ago
  48. 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
  49. baaf8ad Start moving SkRasterPipeline stages to SkOpts. by Mike Klein · 8 years ago
  50. aa6ef3e Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. by benjaminwagner · 8 years ago
  51. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  52. 7952390 Make applyCropRect/pad_image convert to the output color space by brianosman · 8 years ago
  53. e25d71c Gradients are serialized (and can be constructed) as SkColor4f + SkColorSpace by brianosman · 8 years ago
  54. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  55. e08c1d3 SkRasterPipeline: fuse clamp_01 into stores. by Mike Klein · 8 years ago
  56. c8dd6bc Rearrange SkRasterPipeline scanline tail handling. by Mike Klein · 8 years ago
  57. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  58. 1f4a874 SkRasterPipeline: add last() and docs. by Mike Klein · 8 years ago
  59. 67075f0 another attempt to fix nonrectangular by caryclark · 8 years ago
  60. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  61. 414c429 allow conic chop to fail by caryclark · 8 years ago
  62. b252604 Fix some fuzzer complaints by Robert Phillips · 8 years ago
  63. 94d7872 In makeLinearGamma, return the original CS if it's already linear by Brian Osman · 8 years ago
  64. 97bbf82 Add SkColor4f serialization by brianosman · 8 years ago
  65. eed6b0e Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  66. 49da334 Add validation of RRects to SkValidatingReadBuffer by Robert Phillips · 8 years ago
  67. a76554d Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) by brianosman · 8 years ago
  68. 53c3808 Change SkSpecialImage::makeSurface and makeTightSurface to take output by brianosman · 8 years ago
  69. 5a9c2f1 sRGB cleanup in image filters. Ensure we configure paints correctly. by brianosman · 8 years ago
  70. d14df7c document.close from bool to void by reed · 8 years ago
  71. 5414be0 G instead of R, thanks Gold by msarett · 8 years ago
  72. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  73. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  74. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  75. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  76. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  77. 9340c26 Do not quickReject until virtual drawPatch by msarett · 8 years ago
  78. ac78863 fix for conic fuzz by caryclark · 8 years ago
  79. d1d6281 speed up debug dm by caryclark · 8 years ago
  80. 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
  81. 67fa4e3 Make GrShape compute keys for short paths from path data instead of using the gen id. by bsalomon · 8 years ago
  82. 71477bd Add setBounds to SkLiteDL for Android by liyuqian · 8 years ago
  83. 2695eaa Fix some GPU image filter code to preserve precision and color space by brianosman · 8 years ago
  84. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  85. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  86. 0955b34 remove dead code around SK_ENABLE_CLIP_QUICKREJECT by reed · 8 years ago
  87. 950fc6c Add F16 to the list of allowed formats in GaussianBlur by brianosman · 8 years ago
  88. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  89. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  90. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  91. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  92. 262052c test/fix/tweak writePicture/readPicture by reed · 8 years ago
  93. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  94. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  95. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  96. c518a76 Clean up unused SkPictureRecorder::optimizeFor() by mtklein · 8 years ago
  97. be36277 Don't let the compiler complain that |a| is uninit by msarett · 8 years ago
  98. 7bbda99 Store SkColorSpaceXform gamma LUTs in a malloced field by msarett · 8 years ago
  99. 591971d Convert back to 0-255 scale before storing linear bytes by msarett · 8 years ago
  100. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago