Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / gpu / SkGpuDevice.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-09 Robert PhillipsDifferent approach to fixing gpu blurs on platforms...
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-12-07 Brian SalomonTighten up when a line requires aa in SkGpuDevice.
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase two: Producer, Adjuste...
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase one: Bitmap and Image...
2016-11-23 Mike ReedRevert "Revert "make it illegal to include SkXfermode.h""
2016-11-23 Greg DanielRevert "make it illegal to include SkXfermode.h"
2016-11-23 Mike Reedmake it illegal to include SkXfermode.h
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-18 Robert PhillipsAdd handling for instantiate failure up the call stack
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Robert PhillipsRemove accessRenderTarget call in SkGpuDevice ctor
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-14 Brian SalomonCompute the correct dst->src rect for bitmap tiles...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarysrc/gpu: s/SkAutoTUnref/sk_sp/g
2016-11-03 Mike Reedremove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
2016-11-02 Ben WagnerRemove SkAutoTDeleteArray
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-20 Robert PhillipsAdd SkRRectsGaussianEdgeMaskFilter
2016-10-13 Mike Kleinremove SkError
2016-09-30 msarettAdd a src rect to drawImageLattice() API
2016-09-22 brianosmanAdd output format properties to SkImageFilter::Context
2016-09-21 brianosmanAdd a transient image filter cache to SkImage::makeWith...
2016-09-12 bsalomonMatch Android framework's non-AA point and line offset
2016-09-12 brianosmanTwo changes:
2016-09-07 bsalomonRestructure flushing relationship between GrContext...
2016-09-07 brianosmanAdd color gamut xform helpers to GrGLSLShaderBuilder
2016-09-06 bsalomonRevert of Restructure flushing relationship between...
2016-09-06 bsalomonRestructure flushing relationship between GrContext...
2016-09-06 robertphillipsAdd a makeDrawContextWithFallback that handles config...
2016-08-31 robertphillipsAdd read/write-Pixels to GrDrawContext
2016-08-26 msarettGPU implementation of drawRegion()
2016-08-25 brianosmanRemove pixel config fallback - failing is a better...
2016-08-22 bsalomonGPU implementation of drawArc.
2016-08-20 reedstore info in basedevice, change getter to non-virtual...
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 msarettRevert of Batched implementation of drawLattice() for...
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 brianosmanAdd alpha type to texture producer
2016-08-17 bsalomonFix computation of clipped src rect when tiling bitmaps...
2016-08-17 reedpin as texture api
2016-08-17 bsalomonFix tile bitmap code in SkGpuDevice to compute correct...
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-08-04 robertphillipsRemove SkSurface::MakeRenderTargetDirect
2016-08-04 robertphillipsRemove GrRenderTarget member variable from SkGpuDevice
2016-08-03 robertphillipsMove GrContext::makeDrawContext to new GrContextPriv...
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-26 robertphillipsReduce usage of MakeRenderTargetDirect
2016-07-26 robertphillipsMove prepareForExternalIO from GrRenderTarget to GrDraw...
2016-07-25 brianosmanJust pass the draw context to paint conversion
2016-07-25 reedremove/deprecate SkBitmap::getTexture, as it now always...
2016-07-25 reedremove fClipStack and attach/deattach-from-canvas
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-22 brianosmanConnect dst color space in a few places (removing TODOs)
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-21 robertphillipsDeprecate SkDevice::accessBitmap method
2016-07-21 brianosmanAdding color space to SkSpecialImage
2016-07-20 reedremove dead methods now that we use specials exclusivel...
2016-07-20 robertphillipsRemove SkDevice::accessRenderTarget virtual
2016-07-19 reedpre-land special methods on device
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-07-18 robertphillipsAdd makeSpecial calls to SkGpuDevice
2016-07-15 robertphillipsAdd copy (when needed) to SkGpuDevice::asSpecial
2016-07-15 robertphillipsAdd SkGpuDevice::asSpecial entry point
2016-07-14 robertphillipsRemove GrWrapTextureInBitmap call in SkGpuDevice::drawS...
2016-07-14 bsalomonRemove SkGrTexturePixelRef and SkGrRenderTargetPixelRef...
2016-07-13 robertphillipsRemove GrLayerHoister
2016-07-06 bsalomonAdd gm that tests shaded stroked rectangles.
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-02 robertphillipsAdjust tolerance for when Ganesh stroked-line-as-rect...
2016-06-02 robertphillipsHandle stroked single line special case in Ganesh
2016-05-17 robertphillips(Mostly) Retract GrRenderTarget from SkGpuDevice
2016-05-16 robertphillipsAdd isUnifiedMultisampled entry point to GrDrawContext
2016-05-13 robertphillipsRetract GrRenderTarget a bit within SkGpuDevice
2016-05-13 cdaltonConvert GrClip to an abstract base class
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-05-09 robertphillipsReland of Disable layer hoisting for non-8888 canvases...
2016-05-06 robertphillipsRevert of Retract GrRenderTarget a bit within SkGpuDevi...
next