Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / gpu / SkGrPriv.h
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-01 Brian SalomonRename GrBatch to GrOp
2016-11-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-16 Mike Reedmake SkXfermode.h go away
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-09-23 brianosmanMake GrRenderableConfigForColorSpace argument const
2016-09-21 brianosmanFix some GPU image filter code to preserve precision...
2016-07-25 brianosmanJust pass the draw context to paint conversion
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-22 brianosmanCleanup of code that converts from GPU-backed resources...
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-13 bsalomonRemove GrWrapTextureInBitmap from public API
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
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-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
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-10 bsalomonRestore SkImage::NewTextureFromPixmap changes.
2016-03-09 bsalomonTBR=robertphillips@google.com
2016-03-09 bsalomonAdd SkImage::NewTextureFromPixmap
2016-02-26 cblumeCreating functions for uploading a mipmapped texture.
2015-11-18 joshualittInitial implementation of GPU no filter NinePatch
2015-11-09 bsalomonSeparate out natively-texture image/bmp draws from...
2015-10-20 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-19 Brian SalomonRevert recent CLs around GrTextureMaker/GrTextureParams...
2015-10-19 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-16 egdanielRevert of Rewrite GrTextureMaker to disentangle bitmap...
2015-10-16 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-16 bsalomonRemove check for whole image in the cache in SkGpuDevic...
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-10-01 bsalomonFix drawVertices when there is a paint alpha
2015-09-30 reedRevert[4] of add ImageShader, sharing code with its...
2015-09-29 reedtry texture-maker to generalize stretching for npot...
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-10 reedUse SkImageCacherator in SkImages
2015-08-13 reedExtend SkImageGenerator to support natively generated...