| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll src/third_party/skia b607767:74f681d | bungeman | 2015-06-24 | 1 | -1/+1 |
* | Roll src/third_party/skia 0b1de26:77f85ad | Ben Wagner | 2015-06-17 | 1 | -0/+1 |
* | Use SkPaintFilterCanvas for paint filtering | fmalita | 2015-06-12 | 1 | -2/+2 |
* | gn: Don't build sse3 code in skia with -msse4.1. | thakis | 2015-06-05 | 1 | -14/+43 |
* | skia: Simplify SSE2 logic a bit. | thakis | 2015-06-05 | 1 | -13/+13 |
* | clang/win/gn: Pass -msse flags to clang-cl.exe for skia | thakis | 2015-06-05 | 1 | -2/+4 |
* | Move third_party/freetype DEPS to third_party/freetype-android/src | bungeman | 2015-06-03 | 1 | -1/+1 |
* | Ignore arm_neon_optional if arm_neon==1 in skia. | fdegans | 2015-05-19 | 1 | -2/+1 |
* | Use TestDiscardableMemoryAllocator in filter_fuzz_stub. | mbarbella | 2015-05-08 | 1 | -0/+2 |
* | remove unused SkPathUtils.cpp | reed | 2015-04-17 | 1 | -1/+0 |
* | Add SK_CPU_SSE_LEVEL=41 to skia gn | scottmg | 2015-03-31 | 1 | -0/+2 |
* | Support MIPS DSP application-specific extension (ASE). | wtc | 2015-03-17 | 1 | -19/+39 |
* | Hide src/core Skia headers | fmalita | 2015-03-10 | 1 | -3/+1 |
* | Add remaining trivial targets for the Linux GN build | dpranke | 2015-03-08 | 1 | -0/+25 |
* | Audit GN cflags and defines to match GYP build. | brettw | 2015-03-05 | 1 | -10/+11 |
* | [Favicon] Adding FallbackIconUrlParser. | huangs | 2015-03-02 | 1 | -4/+0 |
* | Apply gn format with 'sources' sorting to src/ | scottmg | 2015-02-28 | 1 | -11/+12 |
* | Add more targets to GN check. | brettw | 2015-02-20 | 1 | -0/+4 |
* | Update Chomium's build files to work w/ latest GN binaries. | dpranke | 2015-02-20 | 1 | -6/+6 |
* | Move flags out of gyp/gn and into SkUserConfig.h | reed | 2015-02-12 | 1 | -34/+2 |
* | move src directories out of public view for headers | reed | 2015-02-11 | 1 | -9/+12 |
* | Removed unused code in skia/ext/vector_*. | vitalybuka | 2015-02-06 | 1 | -8/+0 |
* | Update Skia GYP and GN configs to read source lists from opts.gypi. | mtklein | 2015-01-27 | 1 | -99/+21 |
* | don't reference these files, as skia is removing them | reed | 2015-01-23 | 1 | -2/+0 |
* | Only use pangocairo in skia when the use_pango gn flag is set. | erg | 2015-01-22 | 1 | -1/+3 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -13/+1 |
* | Reland "skia: Add 'skia_unittests' test suite for this directory." | tfarina | 2015-01-09 | 1 | -0/+46 |
* | Revert of skia: Add 'skia_unittests' test suite for this directory. (patchset... | mek | 2015-01-07 | 1 | -46/+0 |
* | skia: Add 'skia_unittests' test suite for this directory. | tfarina | 2015-01-07 | 1 | -0/+46 |
* | Add skia/src/pdf to Skia includes. | halcanary | 2015-01-06 | 1 | -0/+1 |
* | skia: Cleanup, delete lazy_pixel_ref.* | tfarina | 2014-12-05 | 1 | -10/+0 |
* | gn format // (the rest, except mojo) | scottmg | 2014-12-03 | 1 | -143/+145 |
* | Remove skia trace shim, and make "skia" category disabled by default. | danakj | 2014-11-26 | 1 | -1/+0 |
* | Do not include SkDocument_PDF.cpp if pdf support isn't enabled | dnicoara | 2014-11-18 | 1 | -1/+1 |
* | http://skbug.com/3130 step 3. (remove SkWGL.h from skia/include) | halcanary | 2014-11-18 | 1 | -1/+0 |
* | PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice. | halcanary | 2014-11-10 | 1 | -6/+0 |
* | Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. | vitalybuka | 2014-11-05 | 1 | -2/+2 |
* | Build SkThreadUtils (home of SkThread type) too. | mtklein | 2014-10-30 | 1 | -9/+17 |
* | Build and link SkCondVar in Chromium. | mtklein | 2014-10-29 | 1 | -4/+0 |
* | expose include dir to gn | reed | 2014-10-24 | 1 | -0/+1 |
* | Use gypi form of blink_skia_config. | bungeman | 2014-10-24 | 1 | -1/+11 |
* | skia/ext: Removed paint simplifier. | vmpstr | 2014-09-30 | 1 | -2/+0 |
* | Added the detailed description for MSVC warning in BUILD.gn | kulkarni.a | 2014-09-25 | 1 | -9/+9 |
* | Replace forward_dependent_configs with public_deps | Brett Wilson | 2014-09-23 | 1 | -1/+1 |
* | gn: Fix build issues blocking gfx from being built | Cem Kocagil | 2014-09-22 | 1 | -4/+5 |
* | Compile specific parts of the Android build with -O2. | fdegans | 2014-09-17 | 1 | -0/+10 |
* | Convert GN visibility variables to lists. | brettw | 2014-09-06 | 1 | -1/+1 |
* | Skia roll 0c88d82:a17aac8 with fixed build exclusions. | mtklein | 2014-09-04 | 1 | -3/+2 |
* | Adds skia/config/SkUserConfig.h to skia_library.gypi | sky | 2014-08-25 | 1 | -0/+1 |
* | Skia roll fbd3576:c773390 | bungeman@google.com | 2014-08-14 | 1 | -2/+1 |