aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Raster.cpp
Commit message (Expand)AuthorAge
* SkBitmap::setPixelRef(): less reference churnGravatar Hal Canary2016-12-12
* Plumb dst color space in many places, rather than "mode"Gravatar Brian Osman2016-12-09
* GrTextureProducer cleanup, phase two: Producer, Adjuster, MakerGravatar Brian Osman2016-11-28
* GrTextureProducer cleanup, phase one: Bitmap and Image makersGravatar Brian Osman2016-11-28
* remove SkPixelRef::refEncodedData()Gravatar Hal Canary2016-11-22
* 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
* Enable SkImage_pinAsTexture to signal if the operation succeeded.Gravatar Derek Sollenberger2016-11-09
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* Add alpha type to texture producerGravatar brianosman2016-08-18
* Add alphaType() to SkImageGravatar brianosman2016-08-17
* fix no-gpu buildGravatar reed2016-08-17
* pin as texture apiGravatar reed2016-08-17
* use tmp allocator for images in temp shadersGravatar reed2016-08-05
* rename FoceCopyMode to SkCopyPixelModeGravatar reed2016-08-05
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* implement isABitmap for imageshader, return localmatrix for bitmap's implGravatar reed2016-08-01
* make an image from a mutable bitmapGravatar reed2016-08-01
* remove/deprecate SkBitmap::getTexture, as it now always returns falseGravatar reed2016-07-25
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Add onImageInfo call to SkImage_Base.Gravatar herb2016-04-19
* images with offset bitmap don't share genidGravatar halcanary2016-03-24
* switch surface to sk_spGravatar reed2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5...Gravatar reed2016-03-11
* Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:8000...Gravatar robertphillips2016-03-10
* add Make variations to return SkImage by sk_spGravatar reed2016-03-10
* unify peekPixels around pixmap parameterGravatar reed2016-03-09
* take gr-context parameter to refEncoded, indicating a desire for only gpu-spe...Gravatar reed2016-01-05
* Remove SkImageMinRowBytesGravatar scroggo2015-12-18
* scaling API on SkPixmapGravatar reed2015-11-23
* 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 image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* SkImage::NewFromBitmap works with Index8Gravatar halcanary2015-09-28
* Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (...Gravatar reed2015-09-28
* Revert[2] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-25
* remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...Gravatar reed2015-09-24
* Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 ...Gravatar tomhudson2015-09-18
* add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-18
* have raster-image return itself as a textureGravatar reed2015-09-16
* remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of dep...Gravatar reed2015-09-14
* impl preroll for all image backendsGravatar reed2015-09-14