aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureParamsAdjuster.cpp
Commit message (Expand)AuthorAge
* GrTextureProducer cleanup, phase two: Producer, Adjuster, MakerGravatar Brian Osman2016-11-28
* Support decoding images to multiple formats, depending on usageGravatar Brian Osman2016-11-21
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* src/gpu: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* Rename renderTargetContextPriv to priv, and some more leftover DCsGravatar Brian Osman2016-10-27
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* Two changes:Gravatar brianosman2016-09-12
* Add color gamut xform helpers to GrGLSLShaderBuilderGravatar brianosman2016-09-07
* Add a makeDrawContextWithFallback that handles config fallbackGravatar robertphillips2016-09-06
* Add alpha type to texture producerGravatar brianosman2016-08-18
* simplify GrTextureAdjuster given there is only one subclassGravatar reed2016-08-16
* Rename GrContext's newDrawContext & drawContext to makeDrawContextGravatar robertphillips2016-07-27
* Connect dst color space in a few places (removing TODOs)Gravatar brianosman2016-07-22
* Add SkColorSpace to GrDrawContextGravatar brianosman2016-07-21
* Start from DC rather than texture in GrTexutreParamsAdjuster copy code.Gravatar bsalomon2016-07-19
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.hGravatar robertphillips2016-06-23
* Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParamsGravatar bsalomon2016-06-14
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Fix sRGB textures that must be copied (for NPOT tiling, etc...)Gravatar brianosman2016-05-12
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* detach -> releaseGravatar mtklein2016-03-16
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Texturing support for RECTANGLE textures.Gravatar bsalomon2016-01-20
* Make "alpha only" be a property of GrTextureProducerGravatar bsalomon2015-12-09
* Appeasing the compilersGravatar egdaniel2015-11-23
* Fix for recent SrcOver XP ChangeGravatar egdaniel2015-11-23
* Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducerGravatar bsalomon2015-11-18
* API changes to GrTextureAdjuster.Gravatar bsalomon2015-11-12
* Fix reversion to bilerp on clipped mipmap drawsGravatar bsalomon2015-11-10
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Rename non-aa rect methods on GrDrawContext in anticipation of making them su...Gravatar bsalomon2015-11-05
* Clarify subrect semantics for GrTextureAdjuster and handle mip maps correctly.Gravatar bsalomon2015-10-29
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Remove min texture size supportGravatar bsalomon2015-10-28