| Commit message (Expand) | Author | Age |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-14 |
* | Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" | Mike Klein | 2017-12-14 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-13 |
* | Revert "Revert "resources: remove most uses of GetResourcePath()"" | Mike Reed | 2017-12-09 |
* | Revert "resources: remove most uses of GetResourcePath()" | Mike Reed | 2017-12-08 |
* | resources: remove most uses of GetResourcePath() | Hal Canary | 2017-12-08 |
* | resources: orgainize directory. | Hal Canary | 2017-12-08 |
* | Index8 is dead, remove guarded code | Mike Reed | 2017-07-17 |
* | don't test index8 -- no longer supported | Mike Reed | 2017-07-13 |
* | move files out of private, and fix up callers to IWYU | Mike Reed | 2017-05-16 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 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 |
* | 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 |
* | add isAlphaOnly() query | reed | 2016-10-31 |
* | Rename all color space factories from New* to Make* | Brian Osman | 2016-10-24 |
* | Add SkColorSpace::Equals() API | msarett | 2016-08-01 |
* | Enable many more tests for Vulkan | egdaniel | 2016-06-28 |
* | Enable flattening and unflattening of SkColorSpace | msarett | 2016-06-22 |
* | update callers to not use SkColorProfileType | reed | 2016-06-21 |
* | Keep SkColorSpace and SkColorProfileType in sync | msarett | 2016-06-16 |
* | Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20... | egdaniel | 2016-06-15 |
* | Keep SkColorSpace and SkColorProfileType in sync | msarett | 2016-06-15 |
* | Add SkColorSpace to SkImageInfo | msarett | 2016-05-27 |
* | Turn ContextInfos returned by GrContextFactory into structs. | bsalomon | 2016-05-11 |
* | Prototype code that turns any/every flattenable into JSON | brianosman | 2016-05-04 |
* | Make existing unit tests only run on GL contexts | bsalomon | 2016-04-06 |
* | One signature for creating unit tests that run on premade GrContexts | bsalomon | 2016-04-05 |
* | switch surface to sk_sp | reed | 2016-03-23 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | 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 |
* | Generate list of GPU contexts outside tests | kkinnunen | 2015-12-01 |
* | Enable image is opaque test seems to pass now | joshualitt | 2015-10-01 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Require budget decision when creating a RenderTarget SkSurface. | bsalomon | 2015-01-16 |
* | ensure 4-byte alignment for storage, as SkWriterBuffer requires it | reed | 2014-12-15 |
* | flag imageinfo as srgb | reed | 2014-11-10 |
* | fix Image::isOpaque test to not leak | reed | 2014-08-20 |
* | Add the method isOpaque() to SkImage | piotaixr | 2014-08-19 |