1. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  2. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  3. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  4. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  5. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  6. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  7. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  8. df55827 Remove unused SkImage_Base and SkImage_Gpu onNewSurface methods by robertphillips · 8 years ago
  9. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  10. 2d5b714 pin as texture api by reed · 8 years ago
  11. 396fcdb Cleanup of code that converts from GPU-backed resources to SkImageInfo by brianosman · 8 years ago
  12. f292a0c Remove SkGrPixelRef by robertphillips · 8 years ago
  13. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  14. 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
  15. a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 9 years ago
  16. e8f3062 switch surface to sk_sp by reed · 9 years ago
  17. 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
  18. 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
  19. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  20. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  21. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  22. 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
  23. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  24. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  25. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  26. 0955303 scaling API on SkPixmap by reed · 9 years ago
  27. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  28. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  29. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  30. b906daf Have /src files use header directly. by herb · 9 years ago
  31. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  32. 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
  33. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  34. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  35. 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
  36. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  37. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  38. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  39. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  40. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  41. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  42. 8b26b99 new image from backend desc by reed · 10 years ago
  43. a85d4d0 Make drawImage a virtual on SkDevice by reed · 10 years ago
  44. 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
  45. 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
  46. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 10 years ago
  47. 14fe8fd Make drawImage a virtual on SkDevice by reed · 10 years ago
  48. 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
  49. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 10 years ago
  50. 973d1f1 Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/) by reed · 10 years ago
  51. f603fb3 make drawImage a virtual on SkDevice by reed · 10 years ago
  52. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  53. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago
  54. eaaaf0b Take budgeted param when snapping new image. by bsalomon · 10 years ago