diff options
author | Moonchild <moonchild@palemoon.org> | 2023-10-30 14:29:54 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-11-01 10:31:18 +0100 |
commit | 5c9a1efa7c5eac311422ecedd06f52f7740c9dd4 (patch) | |
tree | f0e59c1d6035c44c049c2f5158cb871293f8a717 /layout/reftests | |
parent | 93ddeb613ece2af0e77c295b617c90553d15def2 (diff) | |
download | uxp-5c9a1efa7c5eac311422ecedd06f52f7740c9dd4.tar.gz |
Issue #2364 - Only use HWA AlphaBoxBlur when targets are large enough.
There's considerable cost associated with creating HWA draw targets
which would negate and regress the performance won by it if used for
too small targets (like small spans of text).
This only uses HWA if >= 8K SurfaceAllocationSize to balance HWA draw
target cost with box blur cost.
Diffstat (limited to 'layout/reftests')
-rw-r--r-- | layout/reftests/box-shadow/reftest.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/reftests/box-shadow/reftest.list b/layout/reftests/box-shadow/reftest.list index 0c3bb1d38a..a195dcf430 100644 --- a/layout/reftests/box-shadow/reftest.list +++ b/layout/reftests/box-shadow/reftest.list @@ -26,7 +26,7 @@ fuzzy-if(OSX==1010,1,24) fuzzy-if(d2d,16,908) == boxshadow-large-border-radius.h fuzzy(3,500) fuzzy-if(d2d,2,1080) == boxshadow-border-radius-int.html boxshadow-border-radius-int-ref.html == boxshadow-inset-neg-spread.html about:blank == boxshadow-inset-neg-spread2.html boxshadow-inset-neg-spread2-ref.html -fuzzy(26,3610) == boxshadow-rotated.html boxshadow-rotated-ref.html # Bug 1211264 +fuzzy(26,3610) fuzzy-if(d2d,26,5910) == boxshadow-rotated.html boxshadow-rotated-ref.html # Bug 1211264 == boxshadow-inset-large-border-radius.html boxshadow-inset-large-border-radius-ref.html # fuzzy due to blur going inside, but as long as it's essentially black instead of a light gray its ok. |