summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
* switch to using SaveLayerFlags (SaveFlags are deprecated)reed2015-12-201-8/+6
* switch to new virtual getSaveLayerStrategyreed2015-12-185-26/+16
* Remove SK_SUPPORT_LEGACY_PRESCALE_SEMANTICSfmalita2015-12-181-4/+0
* Convert Pass()→std::move() in //skiadcheng2015-12-183-36/+40
* add legacy skia path measure supportcaryclark2015-12-181-0/+4
* Staging flag for upcoming Skia CLfmalita2015-12-171-0/+4
* add flag to stage future skia CL https://codereview.chromium.org/1533953002/reed2015-12-171-0/+4
* Remove SK_SUPPORT_LEGACY_HAIR_IGNORES_CAPSfmalita2015-12-161-4/+0
* remove overrides of onDrawSprite -- drawSprite is gonereed2015-12-165-29/+0
* GYP->GN of Skia's mips64el rules in skia_library_opts.gypagrieve2015-12-161-2/+5
* add flag to help remove overrides of drawSpritereed2015-12-161-0/+4
* GYP->GN of Skia's arm64 rules in skia_library_opts.gypagrieve2015-12-161-0/+2
* Define SK_SUPPORT_LEGACY_X86_BLITSmtklein2015-12-151-0/+3
* Skia guard for upcoming resampler changesfmalita2015-12-151-0/+5
* Update skia::RefPtr documentation to use std::move() instead of Pass.danakj2015-12-151-1/+1
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS #ifdef.senorblanco2015-12-141-4/+0
* SkPaint::kGenA8FromLCD_Flagis no longer used, so remove references to it.reed2015-12-111-2/+0
* Revert of Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS #ifdef. (patchs...mek2015-12-101-0/+4
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS #ifdef.Stephen White2015-12-101-4/+0
* Use proper namespace in skia/extscroggo2015-12-108-38/+26
* Skia guard for hair capscaryclark2015-12-091-0/+4
* Add SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS to SkUserConfig.hsenorblanco2015-12-091-0/+4
* Skia guard for upcoming downsampling changefmalita2015-12-081-0/+4
* Add SK_IGNORE_GL_TEXTURE_TARGET to SkUserConfig.hbsalomon2015-12-071-0/+3
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-042-16/+13
* Revert of Fix TSAN error in skia/chromium ref count debug checks (patchset #1...jam2015-12-041-5/+2
* Fix TSAN error in skia/chromium ref count debug checksjunov2015-12-041-2/+5
* We're getting rid of platform_device.h; most remaining userstomhudson2015-12-045-45/+46
* add flag to guard future Skia CL https://codereview.chromium.org/1491293002/reed2015-12-021-0/+4
* Roll src/third_party/skia/ 9323dc6a7..2211a7bdd1 (4 commits).bungeman2015-12-013-0/+4
* 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
* Enable high-quality linear gradientsfmalita2015-11-241-4/+0
* 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
* Run gn --format over all .gn filesagrieve2015-11-201-3/+3
* Keep the undefined behavior in SkDivBits until I can rebaseline layout tests.mtklein2015-11-191-0/+3
* Get rid of unused skia::IsDraftMode()tomhudson2015-11-192-18/+7
* add flag for future skia CLreed2015-11-151-0/+4
* Don't need `|| is_clang` for AVX/AVX2.mtklein2015-11-131-2/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-132-2/+2
* GYP+GN plumbing for SSE4.2, AVX, and AVX2 in Skia.mtklein2015-11-112-6/+157
* 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
* Turn maximize speed on for skia in official buildlof842015-10-302-0/+70
* Remove the define for SK_SAVE_LAYER_BOUNDS_ARE_FILTERED.senorblanco2015-10-281-4/+0
* Remove Lanczos2 filterstomhudson2015-10-274-129/+0
* Fix bitmap allocation on cairo backendtomhudson2015-10-271-2/+4