Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Chromium to new Skia headers & beginRecording signature | robertphillips@google.com | 2014-04-24 | 1 | -0/+2 |
* | Roll Skia DEPS to 14324 from 14292 | bsalomon@google.com | 2014-04-23 | 4 | -67/+77 |
* | Switching unit tests to use new Skia SkPictureRecorder API | robertphillips@google.com | 2014-04-23 | 1 | -33/+41 |
* | Make GN's "check" run cleanly. | brettw@chromium.org | 2014-04-22 | 2 | -5/+9 |
* | roll skia DEPS to 14292 | bsalomon@google.com | 2014-04-22 | 1 | -0/+4 |
* | Make GN build work on Mac again. | brettw@chromium.org | 2014-04-21 | 1 | -0/+1 |
* | Remove use of deprecated kOptimizeForClippedPlayback_RecordingFlag flag | robertphillips@google.com | 2014-04-20 | 1 | -2/+1 |
* | Roll Skia to r14250. | bungeman@chromium.org | 2014-04-18 | 1 | -0/+1 |
* | Work on Mac GN build. | brettw@chromium.org | 2014-04-17 | 2 | -6/+20 |
* | Roll Skia to r14202. | bungeman@google.com | 2014-04-16 | 2 | -0/+4 |
* | Remove Skia legacy API from Chrome. | dominikg@chromium.org | 2014-04-15 | 1 | -1/+1 |
* | Roll Skia DEPS to 14172. | bungeman@chromium.org | 2014-04-14 | 2 | -2/+2 |
* | Added OS specific structs initialization. | vitalybuka@chromium.org | 2014-04-13 | 1 | -8/+7 |
* | GN Windows build fixes | brettw@chromium.org | 2014-04-11 | 2 | -2/+14 |
* | [skia]: Use neon intrinsics for arm64 in skia_library_opts.gyp | rmcilroy@chromium.org | 2014-04-11 | 1 | -8/+12 |
* | Update skia GN build to include new file | brettw@chromium.org | 2014-04-11 | 1 | -0/+2 |
* | Add support for substring replacement in gypi_to_gn | brettw@chromium.org | 2014-04-11 | 2 | -861/+854 |
* | roll skia DEPS to 14149 | bensong@google.com | 2014-04-11 | 2 | -2/+2 |
* | Make sure that last entry in "advances" array is initialized to 0. | vitalybuka@chromium.org | 2014-04-11 | 1 | -3/+4 |
* | Revert 263100 "Fix GN Build after Skia roll." | viettrungluu@chromium.org | 2014-04-10 | 1 | -1/+0 |
* | Revert 263106 "Fix Skia link errors in the GN build" | viettrungluu@chromium.org | 2014-04-10 | 1 | -1/+1 |
* | Revert 263093 "roll skia DEPS to 14128" | viettrungluu@chromium.org | 2014-04-10 | 1 | -12/+7 |
* | Fix Skia link errors in the GN build | brettw@chromium.org | 2014-04-10 | 1 | -1/+1 |
* | Fix GN Build after Skia roll. | brettw@chromium.org | 2014-04-10 | 1 | -0/+1 |
* | roll skia DEPS to 14128 | bensong@google.com | 2014-04-10 | 1 | -7/+12 |
* | Add GN buildfile for gfx | brettw@chromium.org | 2014-04-10 | 1 | -0/+2 |
* | remove vestigial reference to Config8888 | reed@google.com | 2014-04-09 | 1 | -9/+0 |
* | Add Skia to the GN build. | brettw@chromium.org | 2014-04-09 | 2 | -0/+1248 |
* | use builder for layerrasterizer | reed@google.com | 2014-04-08 | 1 | -1/+0 |
* | Use cross-platform base::UncheckedMalloc for skia | b.kelemen@samsung.com | 2014-04-04 | 1 | -11/+16 |
* | roll skia DEPS to 14021 | robertphillips@google.com | 2014-04-02 | 1 | -2/+0 |
* | don't call deprecated getClipType | reed@google.com | 2014-03-28 | 1 | -1/+1 |
* | Make PixelRefUtils::GatherDiscardablePixelRefs use Skia's version of the NoSa... | robertphillips@google.com | 2014-03-28 | 2 | -37/+3 |
* | Remove skia test expectations for now-passing tests. | senorblanco@chromium.org | 2014-03-28 | 1 | -4/+0 |
* | Remove explicit Skia save flags. | fmalita@chromium.org | 2014-03-28 | 1 | -2/+2 |
* | switch to new virtual for createDevice | reed@google.com | 2014-03-27 | 2 | -0/+13 |
* | roll skia DEPS to 13948 | mtklein@chromium.org | 2014-03-26 | 1 | -0/+4 |
* | [Skia]: Add opts_none targets to arm64 build. | rmcilroy@chromium.org | 2014-03-25 | 1 | -0/+12 |
* | Roll Skia DEPS to r13904 | robertphillips@google.com | 2014-03-24 | 1 | -2/+16 |
* | guard older onReadPixels override in preparation for deprecating it | reed@google.com | 2014-03-22 | 1 | -0/+11 |
* | Fix skia_library.gypi for Arm64. | rmcilroy@chromium.org | 2014-03-21 | 1 | -1/+2 |
* | Enable Arm64 target arch in gyp build config | rmcilroy@chromium.org | 2014-03-20 | 2 | -5/+11 |
* | Check for image filter in analysis canvas. | senorblanco@chromium.org | 2014-03-19 | 2 | -0/+15 |
* | Update PRESUBMIT for tryserver.chromium.gpu | phajdan.jr@chromium.org | 2014-03-18 | 1 | -3/+5 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -8/+8 |
* | remove (unsupported) getDeviceCapabilities | reed@google.com | 2014-03-14 | 2 | -5/+0 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Layout test expectations update (ski version) | zmo@chromium.org | 2014-03-14 | 1 | -5/+1 |
* | Roll Skia DEPS to r13802 | robertphillips@google.com | 2014-03-14 | 1 | -0/+4 |
* | roll skia DEPS to 13776 | fmalita@chromium.org | 2014-03-13 | 4 | -39/+32 |