| Commit message (Expand) | Author | Age |
* | add drawString helper to canvas | Cary Clark | 2017-04-28 |
* | GM: some header cleanup | Mike Klein | 2017-03-22 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | removed unused code around scaled generators | Mike Reed | 2017-02-15 |
* | Fix new_texture_image in "preAbandonGpuContext" mode | Robert Phillips | 2017-02-10 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Address feedback on makeTextureImage | Brian Osman | 2017-02-07 |
* | Revert "SkColorSpace: remove named API, add gamut API" | Matt Sarett | 2017-02-07 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Bring back SkImage::makeTextureImage | Brian Osman | 2017-02-07 |
* | Specify bit depth and color space in SkImage::MakeFromPicture() | Matt Sarett | 2017-01-09 |
* | Add color space to picture image as a creation parameter | Brian Osman | 2016-12-16 |
* | Remove SkImage::makeTextureImage | Brian Osman | 2016-12-09 |
* | SkImageEncoder: simplify API | Hal Canary | 2016-11-23 |
* | Revert 248ff023 & 2cb6cb72 | Hal Canary | 2016-11-22 |
* | SkImageEncoder: simplify API | Hal Canary | 2016-11-22 |
* | Revert "Delete SkImage::encode(Type)" | Leon Scroggins | 2016-11-08 |
* | Delete SkImage::encode(Type) | Matt Sarett | 2016-11-08 |
* | gm: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-07 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | Add alphaType() to SkImage | brianosman | 2016-08-17 |
* | Convert SkAutoTUnref<SkData> to sk_sp<SkData>. | bungeman | 2016-08-03 |
* | GMs: fail gracefully for null surface | scroggo | 2016-05-13 |
* | Move SkGLContext and some GrGLInterface implementations to skgputest module | bsalomon | 2016-03-30 |
* | Revert of Move SkGLContext and some GrGLInterface implementations to skgputes... | robertphillips | 2016-03-30 |
* | Move SkGLContext and some GrGLInterface implementations to skgputest module | bsalomon | 2016-03-30 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR | reed | 2016-03-25 |
* | switch surface to sk_sp | reed | 2016-03-23 |
* | return pictures as sk_sp | reed | 2016-03-18 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | Add SkSpecialImage::extractSubset & NewFromPixmap | robertphillips | 2016-03-17 |
* | Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:8... | robertphillips | 2016-03-16 |
* | Add SkSpecialImage::extractSubset & NewFromPixmap | robertphillips | 2016-03-16 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc... | bsalomon | 2016-02-25 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Add SkImage factory method that forces image to be resolved to a texture. | bsalomon | 2016-01-30 |
* | SkBitmap::installPixels(const SkPixmap&); | halcanary | 2015-12-09 |
* | API to support native scaling by image-generator | reed | 2015-12-02 |
* | optimize the disable-caching case for SkImage::readPixels | reed | 2015-11-24 |
* | scaling API on SkPixmap | reed | 2015-11-23 |
* | remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ... | reed | 2015-09-24 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | flag to use const& instead of const* for src-rect | reed | 2015-08-06 |
* | rename portable_typeface_always to portable_typeface | caryclark | 2015-07-24 |
* | make *imagefilter morphology iamge bitmapsource gm portable | caryclark | 2015-07-15 |
* | change old picture serialization to really handle images | reed | 2015-06-22 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |