- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
- 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
- c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
- 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
- 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
- df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
- 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
- 2d5b714 pin as texture api by reed · 8 years ago
- 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
- f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
- dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
- 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
- a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 9 years ago
- e8f3062 switch surface to sk_sp by reed · 9 years ago
- 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago
- e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
- bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
- 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
- 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
- 0955303 scaling API on SkPixmap by reed · 9 years ago
- 88d064d add applyFilter() to SkImage by reed · 9 years ago
- afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
- 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- b906daf Have /src files use header directly. by herb · 9 years ago
- e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
- 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
- fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
- f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
- 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
- 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
- 6f1216a cache private readback for gpu-images by reed · 9 years ago
- 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
- 2766c00 remove SkInstCnt by mtklein · 9 years ago
- 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
- 8b26b99 new image from backend desc by reed · 10 years ago
- a85d4d0 Make drawImage a virtual on SkDevice by reed · 10 years ago
- 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 10 years ago
- 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 10 years ago
- 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 10 years ago
- 14fe8fd Make drawImage a virtual on SkDevice by reed · 10 years ago
- 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 10 years ago
- 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 10 years ago
- 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 10 years ago
- f603fb3 make drawImage a virtual on SkDevice by reed · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
- eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago