зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1468801 - deprecate SkiaGL for Canvas2D. r=snorp
This commit is contained in:
Родитель
eba4bb71ff
Коммит
df04ecc567
|
@ -3,7 +3,7 @@ fuzzy-if(Android,8,1000) == size-1.html size-1-ref.html
|
|||
|
||||
== empty-transaction-1.html empty-transaction-1-ref.html
|
||||
|
||||
fails-if(webrender&&!gtkWidget) == image-rendering-test.html image-rendering-ref.html
|
||||
fails-if(webrender&&winWidget) == image-rendering-test.html image-rendering-ref.html
|
||||
== image-shadow.html image-shadow-ref.html
|
||||
|
||||
asserts-if(cocoaWidget,0-2) == size-change-1.html size-change-1-ref.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
fuzzy-if(!contentSameGfxBackendAsCanvas,4,88500) fuzzy-if(azureSkiaGL||skiaContent,4,89700) == linear-1a.html linear-1-ref.html
|
||||
fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureSkiaGL,2,89997) fuzzy-if(skiaContent,1,16000) fuzzy-if(webrender,1,23905) == linear-keywords-1a.html linear-keywords-1-ref.html
|
||||
fuzzy-if(!contentSameGfxBackendAsCanvas,2,88500) fuzzy-if(azureSkiaGL,2,89997) fuzzy-if(skiaContent,1,16000) fuzzy-if(webrender,1,23918) == linear-keywords-1a.html linear-keywords-1-ref.html
|
||||
== linear-diagonal-1a.html linear-diagonal-1-ref.html
|
||||
== linear-diagonal-2a.html linear-diagonal-2-ref.html
|
||||
== linear-diagonal-3a.html linear-diagonal-3-ref.html
|
||||
|
|
|
@ -704,9 +704,9 @@ pref("dom.phonenumber.substringmatching.BR", 8);
|
|||
pref("dom.phonenumber.substringmatching.CO", 10);
|
||||
pref("dom.phonenumber.substringmatching.VE", 7);
|
||||
|
||||
// Enable hardware-accelerated Skia canvas
|
||||
// Support, but deprecate, hardware-accelerated Skia canvas
|
||||
pref("gfx.canvas.azure.backends", "skia");
|
||||
pref("gfx.canvas.azure.accelerated", true);
|
||||
pref("gfx.canvas.azure.accelerated", false);
|
||||
pref("gfx.canvas.azure.accelerated.limit", 64);
|
||||
|
||||
// See ua-update.json.in for the packaged UA override list
|
||||
|
|
|
@ -814,8 +814,6 @@ pref("gfx.content.azure.backends", "direct2d1.1,skia,cairo");
|
|||
#ifdef XP_MACOSX
|
||||
pref("gfx.content.azure.backends", "skia");
|
||||
pref("gfx.canvas.azure.backends", "skia");
|
||||
// Accelerated cg canvas where available (10.7+)
|
||||
pref("gfx.canvas.azure.accelerated", true);
|
||||
#else
|
||||
pref("gfx.canvas.azure.backends", "skia");
|
||||
pref("gfx.content.azure.backends", "skia");
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[too_many_cues.html]
|
||||
expected:
|
||||
if (os == "mac") and (processor == "x86_64") and (bits == 64): PASS
|
||||
FAIL
|
||||
|
|
Загрузка…
Ссылка в новой задаче