| Commit message (Expand) | Author | Age |
* | SkBitmap::setPixelRef(): less reference churn | Hal Canary | 2016-12-12 |
* | Plumb dst color space in many places, rather than "mode" | Brian Osman | 2016-12-09 |
* | GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker | Brian Osman | 2016-11-28 |
* | GrTextureProducer cleanup, phase one: Bitmap and Image makers | Brian Osman | 2016-11-28 |
* | remove SkPixelRef::refEncodedData() | Hal Canary | 2016-11-22 |
* | Support decoding images to multiple formats, depending on usage | Brian Osman | 2016-11-21 |
* | Rename GrTextureParams to GrSamplerParams | Brian Salomon | 2016-11-17 |
* | Revert "Support decoding images to multiple formats, depending on usage" | Brian Osman | 2016-11-15 |
* | Support decoding images to multiple formats, depending on usage | Brian Osman | 2016-11-15 |
* | Enable SkImage_pinAsTexture to signal if the operation succeeded. | Derek Sollenberger | 2016-11-09 |
* | Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode | Brian Osman | 2016-11-09 |
* | Add alpha type to texture producer | brianosman | 2016-08-18 |
* | Add alphaType() to SkImage | brianosman | 2016-08-17 |
* | fix no-gpu build | reed | 2016-08-17 |
* | pin as texture api | reed | 2016-08-17 |
* | use tmp allocator for images in temp shaders | reed | 2016-08-05 |
* | rename FoceCopyMode to SkCopyPixelMode | reed | 2016-08-05 |
* | Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. | bungeman | 2016-08-02 |
* | implement isABitmap for imageshader, return localmatrix for bitmap's impl | reed | 2016-08-01 |
* | make an image from a mutable bitmap | reed | 2016-08-01 |
* | remove/deprecate SkBitmap::getTexture, as it now always returns false | reed | 2016-07-25 |
* | Add new SkSourceGammaTreatment enum, used in situations like mipmap construct... | brianosman | 2016-06-06 |
* | Add onImageInfo call to SkImage_Base. | herb | 2016-04-19 |
* | images with offset bitmap don't share genid | halcanary | 2016-03-24 |
* | switch surface to sk_sp | reed | 2016-03-23 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5... | reed | 2016-03-11 |
* | Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:8000... | robertphillips | 2016-03-10 |
* | add Make variations to return SkImage by sk_sp | reed | 2016-03-10 |
* | unify peekPixels around pixmap parameter | reed | 2016-03-09 |
* | take gr-context parameter to refEncoded, indicating a desire for only gpu-spe... | reed | 2016-01-05 |
* | Remove SkImageMinRowBytes | scroggo | 2015-12-18 |
* | scaling API on SkPixmap | reed | 2015-11-23 |
* | 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 |
* | 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 |
* | Remove image usage type enum. Use GrTextureParams instead. | bsalomon | 2015-10-12 |
* | 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 |
* | SkImage::NewFromBitmap works with Index8 | halcanary | 2015-09-28 |
* | Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (... | reed | 2015-09-28 |
* | Revert[2] of add ImageShader, sharing code with its Bitmap cousin | reed | 2015-09-25 |
* | remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ... | reed | 2015-09-24 |
* | 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 |
* | 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 |