aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.h
Commit message (Expand)AuthorAge
* Replace nearly all kRespect with kIgnoreGravatar Brian Osman2018-07-12
* Add DDL to SKPBenchGravatar Robert Phillips2018-05-30
* Make SkImage own its GrContext.Gravatar Brian Salomon2018-05-24
* Add usage of SkYUVAIndex as pre-step to transfer to new YUVA APIGravatar Weiliang Chen2018-05-23
* Reland "Remove GrBackendObject and all related functions from Skia."Gravatar Greg Daniel2018-05-21
* Revert "Remove GrBackendObject and all related functions from Skia."Gravatar Brian Osman2018-05-10
* Remove GrBackendObject and all related functions from Skia.Gravatar Greg Daniel2018-05-10
* Add SK_SUPPORT_LEGACY_BACKEND_OBJECTSGravatar Robert Phillips2018-04-12
* Add GrBackendTexture accessor to SkImage (take 2)Gravatar Robert Phillips2018-04-04
* Add DoneProc to Promise ImagesGravatar Greg Daniel2018-03-16
* Cleanup SkImage YUV texture factories.Gravatar Brian Salomon2018-03-15
* Add SkColorType getter on SkImage.Gravatar Greg Daniel2018-03-14
* Add promise images for deferred instantiation of wrapped gpu texturesGravatar Greg Daniel2018-03-09
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove SkImage_Base::peekTexture callGravatar Robert Phillips2017-06-26
* Retract GrTexture*.h & GrRenderTarget*.h from other headersGravatar Robert Phillips2017-06-13
* Make instantiate return a BooleanGravatar Robert Phillips2017-06-05
* Remove GrSurfaceDesc member from GrSurfaceProxy.Gravatar Brian Salomon2017-05-17
* SkImage::isValidGravatar Brian Osman2017-05-08
* Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior"Gravatar Matt Sarett2017-05-04
* Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior"Gravatar Matt Sarett2017-05-04
* Add SkImage::makeColorSpace() with correct transfer fn behaviorGravatar Matt Sarett2017-05-03
* remove unused yuv methodsGravatar Mike Reed2017-04-28
* Remove GrFragmentProcessor-derived class' GrTexture-based ctorsGravatar Robert Phillips2017-03-27
* Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef)Gravatar Robert Phillips2017-03-22
* Make SkImage_Gpu be deferred (take 2)Gravatar Robert Phillips2017-03-22
* check-headers-self-sufficient: updateGravatar Hal Canary2017-03-21
* Revert "Make SkImage_Gpu be deferred"Gravatar Robert Phillips2017-03-21
* Make SkImage_Gpu be deferredGravatar Robert Phillips2017-03-21
* Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)Gravatar Robert Phillips2017-03-20
* Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSn...Gravatar Yuqian Li2017-03-17
* Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""Gravatar Robert Phillips2017-03-17
* Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"Gravatar Yuqian Li2017-03-16
* Remove budgeted parameter from SkSurface::makeImageSnapshotGravatar Robert Phillips2017-03-16
* GPU version of onMakeColorSpaceGravatar Brian Osman2017-03-15
* Partially defer SkImage_GpuGravatar Robert Phillips2017-03-10
* Make GrClip.h privateGravatar Brian Salomon2017-03-09
* Switch GrYUVProvider over to GrTextureProxiesGravatar Robert Phillips2017-03-08
* Reduce use of SkImage_Base::peekTextureGravatar Robert Phillips2017-01-31
* Continue making Ganesh use absolute texture coordinates - take 2Gravatar Robert Phillips2017-01-20
* Move read/write-Pixels up to GrSurfaceContextGravatar Robert Phillips2017-01-18
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Revert "Support decoding images to multiple formats, depending on usage"Gravatar Brian Osman2016-11-15
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-15
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Remove unused SkImage_Base and SkImage_Gpu onNewSurface methodsGravatar robertphillips2016-09-21
* Add alphaType() to SkImageGravatar brianosman2016-08-17