sw-wr: Correctness issues on Raspberry Pi 3b+ (Arm64 Debian)
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: jan, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: correctness, nightly-community)
Attachments
(3 files)
-
Hardware: Raspberry Pi 3b+ (supports GLES 2; the Pi 4 should support GLES 3.1)
-
OS: https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/2020-05-27-raspios-buster-arm64.zip, upgraded to Debian Testing. (Tutorial)
-
Nightly 81 2020-07-27: Linux AArch64 taken from Treeherder. I haven't found more recent ones and also haven't gotten any update.
-
Started with
$ MOZ_X11_EGL=1 ./firefox
. -
Problems: Transparent tooltips/select fields, often missing tab text, empty address bar until clicking into it, can't highlight text in this textarea here, my avatar has a quadratic hole in it
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
Reporter | ||
Comment 3•4 years ago
|
||
(Darkspirit from comment #0)
I haven't found more recent ones and also haven't gotten any update.
It's not gone. bug 1650208 restricted this task to autoland:
If we see a release here, change its url from central to autoland, open Treeherder > Linux AArch64 opt > Artifacts > target.tar.bz2.
(If it's not there check one build before.)
Reporter | ||
Comment 4•4 years ago
|
||
$ lscpu
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: ARM
Model: 4
Model name: Cortex-A53
Stepping: r0p4
CPU max MHz: 1400.0000
CPU min MHz: 700.0000
BogoMIPS: 38.40
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Not affected
Vulnerability Spectre v1: Mitigation; __user pointer sanitization
Vulnerability Spectre v2: Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Flags: fp asimd evtstrm crc32 cpuid
$ cat /proc/cpuinfo
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a020d3
Serial : ***censored***
Model : Raspberry Pi 3 Model B Plus Rev 1.3
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 5•4 years ago
•
|
||
Reconfirmed with latest autoland Arm64 Nightly on a Raspberry Pi4 8GB.
(The Pi4 also supports regular WebRender via GLES 3.1 which only seems to have a scrollbar glitch and a WebGL problem (a wall of full small tiles all showing the actual WebGL content). I want to file two separate bugs for it.)
Reporter | ||
Comment 6•3 years ago
|
||
(In reply to Darkspirit from comment #5)
Reconfirmed with latest autoland Arm64 Nightly on a Raspberry Pi4 8GB.
WFM.
bug 1714511 had a fix for ARM.
Description
•