| Commit message (Expand) | Author | Age |
* | skeletal animation support added to API and software backend | Ruiqi Mao | 2018-06-29 |
* | Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" | Herb Derby | 2018-06-06 |
* | Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" | Hal Canary | 2018-06-06 |
* | Have draw(Text|PosText|PosTextH) use a single entry on the device | Herb Derby | 2018-06-05 |
* | Add link annotation support to SkSVGDevice. | Bryce Thomas | 2018-02-06 |
* | SkDevice::drawBitmap takes x,y, not matrix | Hal Canary | 2017-06-27 |
* | Mark overridden destructors with 'override' and remove 'virtual' | Brian Salomon | 2017-03-22 |
* | remove legacy vertices virtual from SkDevice | Mike Reed | 2017-03-19 |
* | Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-07 |
* | Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, an... | Mike Reed | 2017-03-04 |
* | Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable... | Mike Reed | 2017-03-04 |
* | Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-... | Cary Clark | 2017-03-03 |
* | Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric ... | Mike Reed | 2017-03-03 |
* | Revert "Remove SkDraw from device-draw methods, and enable device-centric cli... | Mike Reed | 2017-03-02 |
* | Remove SkDraw from device-draw methods, and enable device-centric clipping. | Mike Reed | 2017-03-02 |
* | use common intermediate device class for clipstack management | Mike Reed | 2017-02-17 |
* | Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" | Mike Reed | 2017-01-13 |
* | move SkDevice.h and SkBitmapDevice.h contents in to src headers | Mike Reed | 2017-01-13 |
* | remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM | Mike Reed | 2016-11-03 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | store info in basedevice, change getter to non-virtual const& | reed | 2016-08-20 |
* | Deprecate SkDevice::accessBitmap method | robertphillips | 2016-07-21 |
* | Image filters: de-nest SkImageFilter::Cache and Cache::Key. | senorblanco | 2016-04-27 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | remove all guards for changes to drawBitmapRect / drawImageRect | reed | 2015-07-28 |
* | add src-rect-constraint to drawImageRect | reed | 2015-07-14 |
* | Begin kLegacyFontHost_InitType cleanup | robertphillips | 2015-06-22 |
* | Update src/svg to follow C++11 style rule for {virtual,override}. | tfarina | 2015-05-04 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | [SkSVGDevice] drawBitmap* support | fmalita | 2015-02-27 |
* | Add SkSVGCanvas | fmalita | 2015-02-06 |