aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image
Commit message (Expand)AuthorAge
* Make copySurface work for texture dsts, return a bool, & add unit test.Gravatar bsalomon2016-02-16
* blitters for sRGB and float16Gravatar reed2016-02-15
* Revert of Make copySurface work for texture dsts, return a bool, & add unit t...Gravatar kjlubick2016-02-11
* Make copySurface work for texture dsts, return a bool, & add unit test.Gravatar bsalomon2016-02-11
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Turn on conservative raster clip for GPU canvasesGravatar bsalomon2016-02-10
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19...Gravatar caryclark2016-02-09
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-09
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17...Gravatar bsalomon2016-02-05
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-05
* Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14...Gravatar jcgregorio2016-02-04
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-04
* Make SkImage::readYUV8Planes constGravatar Brian Salomon2016-02-03
* Add ability to extract YUV planes from SkImageGravatar bsalomon2016-02-01
* Add SkImage factory method that forces image to be resolved to a texture.Gravatar bsalomon2016-01-30
* allow the caller to specified raster-surface rowbytes.Gravatar reed2016-01-30
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* remove SkImage::applyFilter() -- unused, can always re-add laterGravatar reed2016-01-08
* take gr-context parameter to refEncoded, indicating a desire for only gpu-spe...Gravatar reed2016-01-05
* Two malloc+bzero -> calloc.Gravatar mtklein2016-01-04
* Remove SkImageMinRowBytesGravatar scroggo2015-12-18
* default SkPixelSerializerGravatar halcanary2015-12-10
* Make "alpha only" be a property of GrTextureProducerGravatar bsalomon2015-12-09
* Revert of default SkPixelSerializer (patchset #2 id:20001 of https://coderevi...Gravatar halcanary2015-12-09
* default SkPixelSerializerGravatar halcanary2015-12-08
* Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.c...Gravatar reed2015-12-08
* Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...Gravatar bsalomon2015-12-08
* default SkPixelSerializerGravatar halcanary2015-12-08
* SkPixelSerializer: support indexed pixelsGravatar halcanary2015-12-07
* detect when we can filter bitmaps/images directly, w/o a tmp layerGravatar reed2015-12-05
* optimize the disable-caching case for SkImage::readPixelsGravatar reed2015-11-24
* scaling API on SkPixmapGravatar reed2015-11-23
* Make bicubic FP factories return const FPsGravatar bsalomon2015-11-05
* Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...Gravatar bsalomon2015-10-29
* Remove min texture size supportGravatar bsalomon2015-10-28
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* use (temp) gpu-imagefilter-cache for applyFilterGravatar reed2015-10-20
* 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
* change SkImage_Gpu to handle all filters (w/ and w/o gpu supportGravatar reed2015-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
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* post-commit fixes to applyFilter CLGravatar reed2015-10-12
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04