| Commit message (Expand) | Author | Age |
* | Update SkSurface MakeFromBackend* factories to take an SkColorType. | Greg Daniel | 2017-12-19 |
* | Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. | Brian Salomon | 2017-12-11 |
* | Create a Window::Layer interface to reduce sk_app glue code | Brian Osman | 2017-12-11 |
* | sk_spification of GrGpu creation. | Brian Salomon | 2017-12-07 |
* | Remove SampleApp and convert HelloWorld to sk_app | Brian Osman | 2017-11-21 |
* | Remove trailing whitespace. | Ben Wagner | 2017-10-09 |
* | Get HelloWorld example running again | Jim Van Verth | 2017-10-09 |
* | More iOS Fixes for SkiaSDLExample. | Jim Van Verth | 2017-09-05 |
* | Add iOS support for SkiaSDLExample. | Jim Van Verth | 2017-08-30 |
* | Add Make[backend] calls for creating GrContexts | Greg Daniel | 2017-07-25 |
* | Update SkiaSDLExample to latest Ganesh interfaces. | Jim Van Verth | 2017-07-11 |
* | Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" | Greg Daniel | 2017-05-01 |
* | Revert "Plumb the use of GrBackendRenderTarget throughout Skia" | Greg Daniel | 2017-04-27 |
* | Plumb the use of GrBackendRenderTarget throughout Skia | Greg Daniel | 2017-04-27 |
* | Add the ability to enable/disable GPU path renderers | csmartdalton | 2017-02-22 |
* | bench, samples, etc: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-07 |
* | simplify composing raster surface into window | Mike Reed | 2016-09-29 |
* | Get Mac viewer working with SDL | jvanverth | 2016-08-04 |
* | Remove some ancillary users of SkSurface::MakeRenderTargetDirect | robertphillips | 2016-08-01 |
* | Remove use of MakeRenderTargetDirect from view system | robertphillips | 2016-07-28 |
* | Add SkColorSpace to GrDrawContext | brianosman | 2016-07-21 |
* | Lots of progress on switching to SkColorSpace rather than SkColorProfileType | brianosman | 2016-06-16 |
* | Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi... | brianosman | 2016-06-16 |
* | Lots of progress on switching to SkColorSpace rather than SkColorProfileType | brianosman | 2016-06-16 |
* | Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel | brianosman | 2016-05-05 |
* | switch surface to sk_sp | reed | 2016-03-23 |
* | sRGB support in Ganesh. Several pieces: | brianosman | 2016-03-21 |
* | Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ... | brianosman | 2016-03-17 |
* | sRGB support in Ganesh. Several pieces: | brianosman | 2016-03-17 |
* | update callsites for Make image factories | reed | 2016-03-17 |
* | detach -> release | mtklein | 2016-03-16 |
* | Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of http... | reed | 2016-03-14 |
* | Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https... | reed | 2016-03-14 |
* | Finish conversion to sk_sp<SkShader> | reed | 2016-03-14 |
* | unify peekPixels around pixmap parameter | reed | 2016-03-09 |
* | There is an unused rowBytes parameter being passed along. | cblume | 2016-02-16 |
* | SampleApp: Remove SkWindow::setColorType | kkinnunen | 2016-01-18 |
* | Create a standalone example for using Skia with SDL | joshualitt | 2015-11-13 |
* | Move functions from SkGr to SkGrPriv.h | bsalomon | 2015-10-09 |
* | Make SkGraphics::Term a no-op, stop calling it. | mtklein | 2015-09-09 |
* | Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200... | mtklein | 2015-09-09 |
* | Make SkGraphics::Term a no-op, stop calling it. | mtklein | 2015-09-08 |
* | Propagate SkSurfaceProps to more call sites | robertphillips | 2015-06-23 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | move HelloWorld to be a peer of SampleApp | caryclark | 2015-02-02 |