summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Use sk_sp-based picture recording APIsfmalita2016-03-222-24/+13
* Allow sk_sp adoption/sharing into skia::RefPtrfmalita2016-03-072-0/+38
* Use GrGLTextureInfo for Skia texture handles.bsalomon2016-02-271-0/+25
* Remove uses of Skia's SkUtils.h.bungeman2016-02-222-2/+0
* Move RasterDeviceTooBigToAllocate to callertomhudson2016-02-102-15/+13
* [SPv2] Add unit tests for PaintArtifactCompositor, and additional test suppor...jbroman2016-02-101-0/+2
* Add Skia support for UMA statsericrk2016-02-052-0/+83
* Remove PlatformDevice::SupportsPlatformPaint()tomhudson2016-02-024-14/+1
* Add Scopes to Trace IDschiniforooshan2016-02-011-2/+3
* skia::MakeOpaque() is only ever called by the unittest,tomhudson2016-02-013-16/+15
* Roll src/third_party/skia/ 2a1d401bf..703348f5f (2 commits).djsollen2016-01-291-5/+0
* Add sk_throw_no_print() to be used by new Skia commitdjsollen2016-01-281-0/+4
* skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...tomhudson2016-01-282-14/+17
* Update existing SkPaintFilterCanvas overrides.fmalita2016-01-122-12/+16
* Switch to standard integer types in skia/.avi2015-12-2230-35/+86
* switch to using SaveLayerFlags (SaveFlags are deprecated)reed2015-12-201-8/+6
* switch to new virtual getSaveLayerStrategyreed2015-12-184-22/+16
* Convert Pass()→std::move() in //skiadcheng2015-12-182-35/+39
* remove overrides of onDrawSprite -- drawSprite is gonereed2015-12-164-25/+0
* Update skia::RefPtr documentation to use std::move() instead of Pass.danakj2015-12-151-1/+1
* SkPaint::kGenA8FromLCD_Flagis no longer used, so remove references to it.reed2015-12-111-2/+0
* Use proper namespace in skia/extscroggo2015-12-108-38/+26
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-042-16/+13
* We're getting rid of platform_device.h; most remaining userstomhudson2015-12-045-45/+46
* Fix unused function: SetBoolMetaDataHans Wennborg2015-11-301-1/+1
* The API of the metadata helpers doesn't depend on PlatformDevice.tomhudson2015-11-308-91/+111
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-231-2/+2
* Fix build after https://codereview.chromium.org/1457033002Nico Weber2015-11-201-2/+3
* Get rid of unused skia::IsDraftMode()tomhudson2015-11-192-18/+7
* SkDevice shouldn't be accessed outside of Skia; it will soon betomhudson2015-11-054-25/+61
* Remove std::bind1st uses.vmpstr2015-11-021-2/+2
* Add LargeIconCache and LargeIconServiceFactory for iOS.justincohen2015-10-303-0/+24
* This Cairo-specific function has no callers and no tests. Commentstomhudson2015-10-302-14/+0
* Remove Lanczos2 filterstomhudson2015-10-274-129/+0
* Fix bitmap allocation on cairo backendtomhudson2015-10-271-2/+4
* 80% of calls to skia::GetTopDevice() were retrieving a read-only reference to...tomhudson2015-10-203-2/+15
* Enable Skia tracing in browser processlof842015-10-201-1/+2
* skia/ext: Add analysis canvas traces.vmpstr2015-10-141-1/+27
* The *only* client of PlatformBitmap was a video capture unit test which said ...tomhudson2015-10-148-185/+0
* mac: Make gfx_unittests and skia_unittests build with the 10.11 SDK.thakis2015-10-091-2/+6
* [tracing] Expose a GetOrCreateAllocatorDump for memory tracingprimiano2015-10-052-15/+2
* Mechanical Rename of SkTraceMemoryDump_Chrome to SkiaTraceMemoryDumpImplssid2015-10-053-23/+23
* Fix SK_API macro in SkTraceMemoryDump_Chromessid2015-09-301-1/+1
* Implement the IsLightDump api in chrome side.ssid2015-09-303-19/+28
* cc/skia: Move gather images code to cc::DiscardableImageMap.vmpstr2015-09-253-352/+0
* Modifed platform bitmap to support win32k lockdown.forshaw2015-09-251-12/+35
* [tracing] Non-functional refactor of memory dump arg namesprimiano2015-09-141-1/+1
* Memory-infra: Change "objects_count" to "object_count" in category name.bratell2015-09-101-1/+1
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-3/+4
* Convert pixel_ref_map -> discardable_image_mapfmalita2015-09-093-476/+2