~mozillateam/thunderbird/thunderbird-beta.utopic

Viewing all changes in revision 422.

  • Committer: Chris Coulson
  • Date: 2015-03-31 19:29:43 UTC
  • Revision ID: chris.coulson@canonical.com-20150331192943-y6u6l6v63e16j87t
* Don't hardcode -mfloat-abi=softfp in libvpx
  - add debian/patches/dont-hardcode-softfp-on-armhf.patch
  - update debian/patches/series
* Drop debian/patches/no_neon_on_arm.patch. This shouldn't beneeded
  anymore, because:
  - since it was added, most code that uses NEON intrinsics and assembly
    code using NEON instructions is disabled if the target is < armv7
  - Code that uses NEON intrinsics, when compiled, is hidden behind a
    runtime check (so doesn't run on systems that don't support those
    instructions).
  - Code in media/libvpx unconditionally compiles code that uses NEON
    intrinsics anyway, even if the target is < armv7 (but the code is
    compiled with -march=armv7-a and is hidden behind a runtime check for
    NEON support)
  - update debian/patches/unity-menubar.patch
* Add patch from Bugzilla to implement non-Skia fallback for unaccelerated
  rendering of 3D transforms to fix a build failure on platforms where Skia
  is not supported
  - add debian/patches/add-non-skia-fallback.patch
  - update debian/patches/series

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: