aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmapDevice.h
Commit message (Expand)AuthorAge
* SkBitmap::setPixelRef(): less reference churnGravatar Hal Canary2016-12-12
* don't memtion SkXfermode in publicGravatar Mike Reed2016-11-22
* remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMGravatar Mike Reed2016-11-03
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* store info in basedevice, change getter to non-virtual const&Gravatar reed2016-08-20
* remove fClipStack and attach/deattach-from-canvasGravatar reed2016-07-25
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* pre-land special methods on deviceGravatar reed2016-07-19
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.Gravatar senorblanco2016-04-27
* switch surface to sk_spGravatar reed2016-03-23
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* remove SkInstCntGravatar mtklein2015-06-26
* Begin kLegacyFontHost_InitType cleanupGravatar robertphillips2015-06-22
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* change internals over to SkPixmap and stop using accessBitmapGravatar reed2015-05-26
* remove unneeded device:lockpixelsGravatar reed2015-05-25
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...Gravatar mtklein2015-04-07
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-07
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Revert[6] of Change device creation to see the (optional) layer-paintGravatar reed2015-03-14
* Revert of Revert of Revert of Revert of Revert of Change device creation to s...Gravatar reed2015-03-13
* Revert of Revert of Revert of Revert of Change device creation to see the (op...Gravatar reed2015-03-13
* Revert of Revert of Revert of Change device creation to see the (optional) la...Gravatar reed2015-03-13
* Revert of Revert of Change device creation to see the (optional) layer-paint ...Gravatar reed2015-03-13
* Revert of Change device creation to see the (optional) layer-paint (patchset ...Gravatar reed2015-03-13
* Change device creation to see the (optional) layer-paintGravatar reed2015-03-13
* use common impl for drawTextOnPathGravatar reed2015-02-17
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of http...Gravatar reed2014-11-13
* start to replace onCreateDevice with onCreateCompatibleDeviceGravatar reed2014-11-12
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* hide deviceproperties, prepare the way for surfacepropsGravatar reed2014-09-17
* Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.Gravatar senorblanco2014-08-08
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30