| Commit message (Expand) | Author | Age |
* | 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 |
* | Revert[4] of add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-30 |
* | Have /src files use header directly. | herb | 2015-09-29 |
* | SkImage::NewFromBitmap works with Index8 | halcanary | 2015-09-28 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (... | reed | 2015-09-28 |
* | Revert of change pixel-serializer to support reencoding existing data (patchs... | reed | 2015-09-28 |
* | change pixel-serializer to support reencoding existing data | reed | 2015-09-28 |
* | Make skpaint->grpaint flow work for composing draws (verts and atlas) | bsalomon | 2015-09-28 |
* | Revert[2] of add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-25 |
* | Remove SkImage::newImage() | fmalita | 2015-09-24 |
* | remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ... | reed | 2015-09-24 |
* | Remove SkNEW and SkDELETE macros | mdempsky | 2015-09-22 |
* | Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 ... | tomhudson | 2015-09-18 |
* | add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-18 |
* | Purge cached resources on SkImage destruction. | fmalita | 2015-09-18 |
* | share IDs between cacherator and its host-image | reed | 2015-09-17 |
* | have raster-image return itself as a texture | reed | 2015-09-16 |