| Commit message (Expand) | Author | Age |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-16 |
* | blitters for sRGB and float16 | reed | 2016-02-15 |
* | Revert of Make copySurface work for texture dsts, return a bool, & add unit t... | kjlubick | 2016-02-11 |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-11 |
* | skia: Add support for CHROMIUM_image backed textures. | erikchen | 2016-02-10 |
* | Turn on conservative raster clip for GPU canvases | bsalomon | 2016-02-10 |
* | Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19... | caryclark | 2016-02-09 |
* | skia: Add support for CHROMIUM_image backed textures. | erikchen | 2016-02-09 |
* | Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17... | bsalomon | 2016-02-05 |
* | skia: Add support for CHROMIUM_image backed textures. | erikchen | 2016-02-05 |
* | Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14... | jcgregorio | 2016-02-04 |
* | skia: Add support for CHROMIUM_image backed textures. | erikchen | 2016-02-04 |
* | Make SkImage::readYUV8Planes const | Brian Salomon | 2016-02-03 |
* | Add ability to extract YUV planes from SkImage | bsalomon | 2016-02-01 |
* | Add SkImage factory method that forces image to be resolved to a texture. | bsalomon | 2016-01-30 |
* | allow the caller to specified raster-surface rowbytes. | reed | 2016-01-30 |
* | Cleaning up trailing spaces and typos. | cblume | 2016-01-26 |
* | remove SkImage::applyFilter() -- unused, can always re-add later | reed | 2016-01-08 |
* | take gr-context parameter to refEncoded, indicating a desire for only gpu-spe... | reed | 2016-01-05 |
* | Two malloc+bzero -> calloc. | mtklein | 2016-01-04 |
* | Remove SkImageMinRowBytes | scroggo | 2015-12-18 |
* | default SkPixelSerializer | halcanary | 2015-12-10 |
* | Make "alpha only" be a property of GrTextureProducer | bsalomon | 2015-12-09 |
* | Revert of default SkPixelSerializer (patchset #2 id:20001 of https://coderevi... | halcanary | 2015-12-09 |
* | default SkPixelSerializer | halcanary | 2015-12-08 |
* | Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.c... | reed | 2015-12-08 |
* | Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w... | bsalomon | 2015-12-08 |
* | default SkPixelSerializer | halcanary | 2015-12-08 |
* | SkPixelSerializer: support indexed pixels | halcanary | 2015-12-07 |
* | detect when we can filter bitmaps/images directly, w/o a tmp layer | reed | 2015-12-05 |
* | optimize the disable-caching case for SkImage::readPixels | reed | 2015-11-24 |
* | scaling API on SkPixmap | reed | 2015-11-23 |
* | Make bicubic FP factories return const FPs | bsalomon | 2015-11-05 |
* | Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into... | bsalomon | 2015-10-29 |
* | Remove min texture size support | bsalomon | 2015-10-28 |
* | tunnel down texture-size-constraint to imagefilters | reed | 2015-10-22 |
* | use (temp) gpu-imagefilter-cache for applyFilter | reed | 2015-10-20 |
* | Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP... | bsalomon | 2015-10-20 |
* | Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster | Brian Salomon | 2015-10-19 |
* | change SkImage_Gpu to handle all filters (w/ and w/o gpu support | reed | 2015-10-19 |
* | Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP... | bsalomon | 2015-10-19 |
* | Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a... | egdaniel | 2015-10-16 |
* | Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP... | bsalomon | 2015-10-16 |
* | GrDrawContext now holds GrRenderTarget pointer | robertphillips | 2015-10-15 |
* | post-commit fixes to applyFilter CL | reed | 2015-10-12 |
* | add applyFilter() to SkImage | reed | 2015-10-12 |
* | Remove image usage type enum. Use GrTextureParams instead. | bsalomon | 2015-10-12 |
* | Move functions from SkGr to SkGrPriv.h | bsalomon | 2015-10-09 |
* | Bye bye processor data manager. | bsalomon | 2015-10-06 |
* | SkImage doesn't use props, so don't need to store it | reed | 2015-10-04 |