Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / gpu / SkGpuDevice_drawTexture.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-09 Brian SalomonRevert "Reland "Remove antialiasing control from GrPaint.""
2016-12-09 Brian SalomonReland "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase two: Producer, Adjuste...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarysrc/gpu: s/SkAutoTUnref/sk_sp/g
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-08-22 robertphillipsFix Ganesh analytic blurred rect draws
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-05 robertphillipsMinor clean up related to blur mask filters
2016-07-25 brianosmanJust pass the draw context to paint conversion
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-22 brianosmanConnect dst color space in a few places (removing TODOs)
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-05-16 robertphillipsAdd isUnifiedMultisampled entry point to GrDrawContext
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2016-05-10 bsalomonRevert of Replace GrStrokeInfo with GrStyle. (patchset...
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-18 ericrkSkia Filter Quality and Scaling Metrics
2016-04-13 brianosmanRename lots of things from 'sRGB' to 'GammaCorrect...
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-02-26 ericrkRevert of Skia Filter Quality and Scaling Metrics ...
2016-02-25 ericrkSkia Filter Quality and Scaling Metrics
2016-02-05 ericrkAdd Histogram Macros to Skia
2015-12-10 bsalomonMake "alpha only" be a property of GrTextureProducer
2015-12-01 robertphillipsRetract GrRenderTarget a bit
2015-11-30 robertphillipsClean up Ganesh path render a little bit
2015-11-18 joshualittInitial implementation of GPU no filter NinePatch
2015-11-18 Brian SalomonFix has_aligned_samples helper for SkGpuDevice::drawTex...
2015-11-18 bsalomonConvert SkGpuDevice::drawTextureAdjuster to SkGpuDevice...
2015-11-12 bsalomonAPI changes to GrTextureAdjuster.
2015-11-12 bsalomonIn SkGpuDevice;drawTextureAdjuster perform texture...
2015-11-09 bsalomonSeparate out natively-texture image/bmp draws from...