Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / image / SkImage_Gpu.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 Brian OsmanRemove SkImage::makeTextureImage
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-11-30 Eric KarlDisable mipmap pre-generation path
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase two: Producer, Adjuste...
2016-11-28 Brian OsmanGrTextureProducer cleanup, phase one: Bitmap and Image...
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-17 Robert PhillipsGuard against instantiate & accessRenderTarget failures
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-11-07 Hal Canarys/SkAutoTUnref/sk_sp/ in src/ part 1
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-02 Ben WagnerRemove SkAutoTDeleteArray
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-10-17 Brian OsmanModify deferred texture image API's handling of gamma
2016-10-13 brianosmanPreserve color space of images in deferred texture API
2016-09-22 cblumeIs char* or uintptr_t easier to read?
2016-09-20 cblumeSkASSERT firing because pointer wraps negative.
2016-09-19 cblumeRemove release asserts.
2016-09-16 cblumeKeeping asserts in release.
2016-08-30 cblumeStore mipmap levels in deferred texture image
2016-08-23 bsalomonRemove SkPixelRef::getTexture()
2016-08-18 brianosmanAdd alpha type to texture producer
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-17 reedpin as texture api
2016-08-10 halcanaryRevert of Store mipmap levels in deferred texture image...
2016-08-09 cblumeStore mipmap levels in deferred texture image
2016-08-08 reeduse onPeekBitmap instead of asLegacyBitmap
2016-08-03 bungemanConvert SkAutoTUnref<SkData> to sk_sp<SkData>.
2016-07-28 bsalomonSerialize SkColorSpace into DeferredTextureImage
2016-07-27 robertphillipsRename GrContext's newDrawContext & drawContext to...
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-21 brianosmanAdd SkColorSpace to GrDrawContext
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-20 robertphillipsRemove SkDevice::accessRenderTarget virtual
2016-07-19 brianosmanRemove unused MakeFromTextureCopy API
2016-07-13 bsalomonAdd a function to convert a texture backed SkImage...
2016-06-22 brianosmanRevert of Store mipmap levels in deferred texture image...
2016-06-21 cblumeStore mipmap levels in deferred texture image
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-13 ericrkAdd prescale option to deferred params
2016-06-09 jbaumanAdd NV12 texture conversion support.
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-03 cblumePlumbing mipmaps to the point of creation.
2016-05-31 cblumeAdd mip support to *DeferredTextureImageData functions.
2016-05-20 senorblancoFix leak in SkImage_Gpu::onMakeSubset().
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-04 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #10 id:220001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-05-03 robertphillipsRevert of Add Gr*Proxy classes (patchset #9 id:160001...
2016-05-03 robertphillipsAdd Gr*Proxy classes
2016-04-28 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-28 robertphillipsRevert of Refactor drawContext/RenderTarget creation...
2016-04-27 robertphillipsRefactor drawContext/RenderTarget creation
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-22 robertphillipsRetract SkDevice a bit more
2016-04-22 senorblancoRemove some unnecessary #includes of SkImageFilter.h
2016-03-24 ericrkAdd getDeferredTextureImageData early out
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-18 ericrkPropogate SkBudgeted for NewFromDeferredTextureImageData
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-16 robertphillipsRevert of Add SkSpecialImage::extractSubset & NewFromPi...
2016-03-16 robertphillipsAdd SkSpecialImage::extractSubset & NewFromPixmap
2016-03-11 bsalomonAdd deferred texture upload API.
2016-03-11 reedRevert "Revert of add Make variations to return SkImage...
2016-03-11 robertphillipsRevert of add Make variations to return SkImage by...
2016-03-10 reedadd Make variations to return SkImage by sk_sp
2016-03-10 bsalomonRestore SkImage::NewTextureFromPixmap changes.
2016-03-09 bsalomonTBR=robertphillips@google.com
2016-03-09 bsalomonAdd SkImage::NewTextureFromPixmap
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-16 bsalomonMake copySurface work for texture dsts, return a bool...
2016-02-11 kjlubickRevert of Make copySurface work for texture dsts, retur...
2016-02-11 bsalomonMake copySurface work for texture dsts, return a bool...
2016-02-01 bsalomonAdd ability to extract YUV planes from SkImage
2016-01-30 bsalomonAdd SkImage factory method that forces image to be...
2016-01-26 cblumeCleaning up trailing spaces and typos.
2016-01-09 reedremove SkImage::applyFilter() -- unused, can always...
2015-12-10 bsalomonMake "alpha only" be a property of GrTextureProducer
2015-12-05 reeddetect when we can filter bitmaps/images directly,...
2015-11-23 reedscaling API on SkPixmap
2015-10-29 bsalomonPull texture-backed bitmap resampler out of GrTexturePa...
2015-10-28 bsalomonRemove min texture size support
next