summaryrefslogtreecommitdiffstats
path: root/skia/ext/bitmap_platform_device_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* DrawToNativeContext is windows-only, so remove it from other portsreed2014-12-091-31/+0
* remove calls to (deprecated) SkDevice::clearreed2014-12-031-17/+12
* Roll src/third_party/skia 5adbf1b:6987dcafmalita2014-11-131-5/+6
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-2/+2
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-1/+1
* stop calling deprecated setConfigreed@google.com2014-06-181-6/+3
* SkDevice virtual changed from onCreateCompatibleDevice to onCreateDevicereed@google.com2014-02-221-8/+5
* call clear() instead of using deprecated API accessBitmap()reed@chromium.org2014-02-181-1/+1
* Remove BitmapPlatformDeviceData, and merge its functionality into the appropr...senorblanco@chromium.org2013-12-021-38/+29
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-5/+4
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-291-5/+0
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-7/+8
* Remove double allocation of pixels when constructing an SkDevice backed by Co...bsalomon@google.com2013-08-231-3/+5
* Add skia::RefPtr class to wrap ref counted classes from Skia.danakj@chromium.org2012-12-041-6/+6
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-0/+21
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-101-0/+25
* repeat http://codereview.chromium.org/10908266/ but w/o the android change,reed@google.com2012-09-171-0/+3
* Revert 156969 - Add define to limit recommended offscreen allocations. This a...ilevy@chromium.org2012-09-151-3/+0
* Add define to limit recommended offscreen allocations. This avoids some failuresreed@google.com2012-09-151-0/+3
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-6/+12
* Skia DEPS roll to 3147epoger@chromium.org2012-02-101-1/+2
* Fix Coverity defects in skia/ext:vandebo@chromium.org2012-01-031-3/+3
* Check for null contextcaryclark@google.com2011-10-061-2/+4
* CL removing inheritance of SkDevice from PlatformDevice. twiz@google.com2011-08-281-1/+2
* Revert 98230 - CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-2/+1
* CL removing inheritance of SkDevice from PlatformDevice. twiz@chromium.org2011-08-251-1/+2
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-5/+11
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-051-11/+5
* CL removing unused copy constructor and assignment operators on BitmapPlatfor...twiz@chromium.org2011-06-171-18/+0
* Removal of redundant method, PlatformDevice::IsVectorial. twiz@chromium.org2011-05-261-4/+0
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-10/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+10
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-10/+2
* Update Chrome's Skia Device to use the new device factory interface (http://c...vandebo@chromium.org2011-04-291-4/+4
* mirror of http://codereview.chromium.org/6732027/reed@google.com2011-04-081-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* roll skiareed@google.com2011-02-281-1/+2
* Revert 76069 - roll to rev. 846, includes change to SkDevice setMatrixClip() ...reed@google.com2011-02-251-2/+1
* roll to rev. 846, includes change to SkDevice setMatrixClip() interfacereed@google.com2011-02-251-1/+2
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-161-0/+8
* roll skia 636:673thakis@chromium.org2011-01-081-1/+2
* Revert "roll skia 636:673"thakis@chromium.org2011-01-071-2/+1
* roll skia 636:673thakis@chromium.org2011-01-071-1/+2
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-2/+2
* Roll Skia deps to r621.vandebo@chromium.org2010-10-271-4/+4
* Update use of SkCanvas and SkDevice to match change in Skia:vandebo@chromium.org2010-10-151-0/+8
* Move BitmapPlatformDevice::makeOpaque into a shared filetony@chromium.org2010-09-021-49/+0
* Move BitmapPlatformDeviceData into its own header file.tony@chromium.org2010-08-311-58/+12
* Revert 53498 to see if it is causing filterRegions.svg to fail.brettw@chromium.org2010-07-231-7/+0