| Commit message (Expand) | Author | Age | Files | Lines |
* | replace COMPILE_ASSERT with static_assert in skia/ | mostynb | 2015-01-06 | 2 | -5/+6 |
* | virtual/override specifier cleanup in skia/ext/. | gunsch | 2015-01-05 | 1 | -4/+3 |
* | Add 12 Skia layout test suppressions | fmalita | 2015-01-05 | 1 | -0/+14 |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 2 | -2/+2 |
* | Cleanup: Update the path to gfx rect headers. | tfarina | 2014-12-31 | 2 | -2/+2 |
* | Remove deprecated methods from Pickle. | avi | 2014-12-28 | 2 | -15/+15 |
* | Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h... | avi | 2014-12-28 | 2 | -15/+15 |
* | Allow Skia's Layer Hoisting | robertphillips | 2014-12-23 | 1 | -4/+0 |
* | Standardize usage of virtual/override/final specifiers in skia/. | dcheng | 2014-12-23 | 2 | -7/+15 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -2/+3 |
* | Remove deprecated methods from Pickle. | Avi Drissman | 2014-12-22 | 2 | -15/+15 |
* | remove obsolete SK_SUPPORT_LEGACY_GRADIENT_FACTORIES flag | reed | 2014-12-22 | 1 | -5/+0 |
* | add flags from skia's chromium gypi | reed | 2014-12-22 | 1 | -0/+9 |
* | skia/ext: Remove unused SkFontHost.h include from image_operations.cc | tfarina | 2014-12-22 | 1 | -1/+0 |
* | Switch users of foundation_util.h to include it directly and clean up uses of... | avi | 2014-12-21 | 1 | -1/+0 |
* | use new PixelSerializer API, remove legacy flag | reed | 2014-12-20 | 1 | -4/+0 |
* | NewRasterPMColor is deprecated, use NewRasterN32Premul | reed | 2014-12-18 | 2 | -5/+1 |
* | remove unneeded flag SK_SUPPORT_LEGACY_TEXTRENDERMODE | reed | 2014-12-18 | 1 | -4/+0 |
* | add flags from skia_for_chromium_defines.gypi | reed | 2014-12-17 | 1 | -0/+16 |
* | API migration: picture.draw -> picture.playback | reed | 2014-12-15 | 2 | -5/+1 |
* | remove dead flag SK_LEGACY_PICTURE_SIZE_API | reed | 2014-12-13 | 1 | -6/+0 |
* | use picture->cullRect instead of (deprecated) width/height | reed | 2014-12-13 | 2 | -4/+8 |
* | Revert of suppress svg test until next blink roll (patchset #1 id:1 of https:... | reed | 2014-12-12 | 1 | -3/+0 |
* | suppress svg test until next blink roll | reed | 2014-12-12 | 1 | -0/+3 |
* | Set OS X widget bitmaps immutable, and while we're here use setMatrix(). | mtklein | 2014-12-12 | 1 | -9/+2 |
* | Make DYNAMIC_ANNOTATIONS_ENABLED imply SK_DYNAMIC_ANNOTATIONS_ENABLED. | mtklein | 2014-12-11 | 1 | -0/+5 |
* | Clean up obsolete SkPicture #defines. | mtklein | 2014-12-11 | 1 | -15/+0 |
* | DrawToNativeContext is windows-only, so remove it from other ports | reed | 2014-12-09 | 14 | -91/+30 |
* | NewRasterN32 is deprecated | reed | 2014-12-09 | 1 | -3/+4 |
* | Remove SkCanvas::drawBitmapMatrix overrides. | fmalita | 2014-12-08 | 3 | -18/+0 |
* | clear is no longer called, so removing it | reed | 2014-12-08 | 1 | -1/+0 |
* | clear() is now an alias for drawPaint, and will be deprecated as a virtual | reed | 2014-12-06 | 2 | -12/+0 |
* | skia: Cleanup, delete lazy_pixel_ref.* | tfarina | 2014-12-05 | 4 | -66/+0 |
* | Cleanup: Remove skia's README file. | tfarina | 2014-12-05 | 1 | -20/+0 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -143/+145 |
* | remove calls to (deprecated) SkDevice::clear | reed | 2014-12-03 | 7 | -63/+30 |
* | Clean up SK_SUPPORT_LEGACY_DEEPFLATTENING. | mtklein | 2014-12-01 | 1 | -2/+0 |
* | Enhance analysis_canvas::drawPaint and drawRect | reed | 2014-12-01 | 2 | -11/+22 |
* | Remove skia trace shim, and make "skia" category disabled by default. | danakj | 2014-11-26 | 5 | -26/+3 |
* | Remove unused ImageOperations::RESIZE_SUBPIXEL | fmalita | 2014-11-25 | 4 | -166/+2 |
* | Remove calls to getRefCnt() in Chrome unit tests. | mtklein | 2014-11-24 | 2 | -28/+28 |
* | [iOS] Disable deprecated API warnings in skia and breakpad. | lliabraa | 2014-11-19 | 1 | -0/+7 |
* | Do not include SkDocument_PDF.cpp if pdf support isn't enabled | dnicoara | 2014-11-18 | 2 | -2/+3 |
* | http://skbug.com/3130 step 3. (remove SkWGL.h from skia/include) | halcanary | 2014-11-18 | 2 | -2/+0 |
* | Roll src/third_party/skia 5adbf1b:6987dca | fmalita | 2014-11-13 | 10 | -33/+34 |
* | PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice. | halcanary | 2014-11-10 | 4 | -163/+0 |
* | Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. | vitalybuka | 2014-11-05 | 3 | -5/+6 |
* | Build SkThreadUtils (home of SkThread type) too. | mtklein | 2014-10-30 | 2 | -17/+34 |
* | Build and link SkCondVar in Chromium. | mtklein | 2014-10-29 | 2 | -8/+0 |
* | Remove SK_IGNORE_PROPER_FRACTIONAL_SCALING. | jbroman | 2014-10-29 | 1 | -4/+0 |