| Commit message (Expand) | Author | Age |
* | 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 |
* | remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of dep... | reed | 2015-09-14 |
* | impl preroll for all image backends | reed | 2015-09-14 |
* | Use SkImageCacherator in SkImages | reed | 2015-09-10 |
* | make a shallow-copy so we don't get racy trying to lock/unlock our private bi... | reed | 2015-09-10 |
* | Add a SkPixelSerializer SkImage encode variant | fmalita | 2015-09-03 |
* | forgot base impl | reed | 2015-09-02 |
* | add preroll to image, for chrome's warmup pass | reed | 2015-09-01 |
* | Limit lifetime of GrDrawContext objects | robertphillips | 2015-09-01 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP... | rmistry | 2015-08-26 |