mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #1053 - Remove mobile-specific graphics "optimizations" (=compromises)
This commit is contained in:
parent
9985a44c41
commit
1feafdc819
21 changed files with 0 additions and 193 deletions
|
|
@ -3789,25 +3789,6 @@ dnl =
|
|||
dnl ========================================================
|
||||
MOZ_ARG_HEADER(Runtime debugging and Optimizations)
|
||||
|
||||
dnl ========================================================
|
||||
dnl enable mobile optimizations
|
||||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(mobile-optimize,
|
||||
[ --enable-mobile-optimize
|
||||
Enable mobile optimizations],
|
||||
MOZ_GFX_OPTIMIZE_MOBILE=1)
|
||||
|
||||
AC_SUBST(MOZ_GFX_OPTIMIZE_MOBILE)
|
||||
|
||||
if test "$MOZ_GFX_OPTIMIZE_MOBILE"; then
|
||||
# We ignore paint will resample on mobile for performance.
|
||||
# We may want to revisit this later.
|
||||
MOZ_IGNORE_PAINT_WILL_RESAMPLE=1
|
||||
|
||||
AC_DEFINE(MOZ_GFX_OPTIMIZE_MOBILE)
|
||||
AC_DEFINE(MOZ_IGNORE_PAINT_WILL_RESAMPLE)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable code optimization. ON by default.
|
||||
dnl ========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue