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