| Commit message (Expand) | Author | Age |
* | Update bench to be able to preprocess skps | commit-bot@chromium.org | 2014-04-11 |
* | remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG | commit-bot@chromium.org | 2014-04-07 |
* | Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture | commit-bot@chromium.org | 2014-03-31 |
* | remove all references to legacy Config8888 | reed@google.com | 2014-03-26 |
* | Revert "Revert of implement readPixels and writePixels natively, w/o using th... | reed@google.com | 2014-03-25 |
* | Revert of implement readPixels and writePixels natively, w/o using the (depre... | commit-bot@chromium.org | 2014-03-25 |
* | implement readPixels and writePixels natively, w/o using the (deprecated) | reed@google.com | 2014-03-25 |
* | Revert "hide Config8888 entirely". Broke a bunch of builds. | bsalomon@google.com | 2014-03-20 |
* | hide Config8888 entirely | commit-bot@chromium.org | 2014-03-19 |
* | add new readPixels with direct memory parameters | commit-bot@chromium.org | 2014-03-17 |
* | remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code | commit-bot@chromium.org | 2014-03-17 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-03-17 |
* | Proposed SkCanvas API for preLoading textures to VRAM v2.0 | commit-bot@chromium.org | 2014-03-16 |
* | Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) | robertphillips@google.com | 2014-03-14 |
* | Proposed SkCanvas API for preLoading textures to VRAM v2.0 | commit-bot@chromium.org | 2014-03-14 |
* | Implement support for a Context parameter in image filters | senorblanco@chromium.org | 2014-03-14 |
* | keep kVector enum in legacy mode for getDeviceProperties | reed@google.com | 2014-03-14 |
* | getDeviceCapabilities is no longer need, so remove it | commit-bot@chromium.org | 2014-03-13 |
* | support direct writing to top layer, and hide getTopLayer() | reed@google.com | 2014-03-12 |
* | make onReadPixels protected and have default impl (so we can remove chrome ov... | commit-bot@chromium.org | 2014-03-12 |
* | Add SkCanvas::writePixels that takes info+pixels directly | commit-bot@chromium.org | 2014-03-07 |
* | add SkCanvas::drawDRRect | commit-bot@chromium.org | 2014-02-21 |
* | Change device factories to take SkImageInfo instead of SkBitmap::Config | commit-bot@chromium.org | 2014-02-16 |
* | Remove deprecation of SkBaseDevice::config() so compile can proceed. | jvanverth@google.com | 2014-02-14 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-02-14 |
* | add peekPixels to SkCanvas and SkSurface | commit-bot@chromium.org | 2014-02-13 |
* | Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi... | commit-bot@chromium.org | 2014-02-13 |
* | add peekPixels to SkCanvas and SkSurface | mike@reedtribe.org | 2014-02-13 |
* | Make SkImageFilter methods const. | commit-bot@chromium.org | 2014-02-05 |
* | remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface | reed@google.com | 2014-02-05 |
* | remove kGL_Capability (unused) | reed@google.com | 2014-02-04 |
* | Deprecate two more functions using SK_ATTR_DEPRECATED macro. | tfarina@chromium.org | 2014-01-15 |
* | Remove drawPosTextOnPath() from SkDevice API. | tfarina@chromium.org | 2014-01-13 |
* | Move distance field font code into GrDistanceFieldTextContext. | commit-bot@chromium.org | 2013-12-19 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-14 |
* | Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitma... | reed@google.com | 2013-11-13 |
* | drawPosTextOnPath is now deprecated, removing all overrides and impls | reed@google.com | 2013-11-13 |
* | Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" | reed@google.com | 2013-11-12 |
* | switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice | reed@google.com | 2013-11-12 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Baby step in making SkGpuDevice no longer derive from SkBitmapDevice | robertphillips@google.com | 2013-09-17 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-30 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Chromium staging for SkDevice refactoring | robertphillips@google.com | 2013-08-21 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ... | commit-bot@chromium.org | 2013-08-16 |
* | drawBitmap* cleanup | robertphillips@google.com | 2013-07-25 |