aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGrPriv.h
Commit message (Expand)AuthorAge
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* Rename GrBatch to GrOpGravatar Brian Salomon2016-12-01
* Rename GrTextureParams to GrSamplerParamsGravatar Brian Salomon2016-11-17
* make SkXfermode.h go awayGravatar Mike Reed2016-11-16
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Make GrRenderableConfigForColorSpace argument constGravatar brianosman2016-09-23
* Fix some GPU image filter code to preserve precision and color spaceGravatar brianosman2016-09-21
* Just pass the draw context to paint conversionGravatar brianosman2016-07-25
* Add destination color space to AsFPArgs. Eliminates last XFORMTODO.Gravatar brianosman2016-07-25
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Remove SkGrPixelRefGravatar robertphillips2016-07-21
* Remove GrWrapTextureInBitmap from public APIGravatar bsalomon2016-07-13
* More removal of SkColorProfileType...Gravatar brianosman2016-06-20
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...Gravatar egdaniel2016-06-17
* More removal of SkColorProfileType...Gravatar brianosman2016-06-17
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Plumbing mipmaps to the point of creation.Gravatar cblume2016-06-03
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21
* Propogate SkBudgeted for NewFromDeferredTextureImageDataGravatar ericrk2016-03-18
* Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...Gravatar brianosman2016-03-17
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-17
* Restore SkImage::NewTextureFromPixmap changes.Gravatar bsalomon2016-03-09
* TBR=robertphillips@google.comGravatar bsalomon2016-03-09
* Add SkImage::NewTextureFromPixmapGravatar bsalomon2016-03-09
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* Remove check for whole image in the cache in SkGpuDevice::shouldTileImageGravatar bsalomon2015-10-16
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Fix drawVertices when there is a paint alphaGravatar bsalomon2015-10-01
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* try texture-maker to generalize stretching for npot and min-tex-sizeGravatar reed2015-09-29
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Extend SkImageGenerator to support natively generated GrTextures. As part of ...Gravatar reed2015-08-13