Open
Bug 1800177
Opened 3 years ago
Updated 2 years ago
Twisting CSS Cube is slow in Firefox
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
NEW
People
(Reporter: gregp, Unassigned)
References
(Blocks 1 open bug, )
Details
Steps to reproduce:
- Navigate to https://codepen.io/davidkpiano/full/QjremP
Actual results:
Jank
Expected results:
Less jank
Updated•2 years ago
|
Blocks: preserve-3d-perf
Flags: needinfo?(nical.bugzilla)
Comment 2•2 years ago
|
||
Looks like the biggest issue is the same as in bug 1768984, there are thousands of draw calls.
Comment 3•2 years ago
|
||
It looks like there are 32 slices. Why do we have more than 32 * 8 = 256 draw calls?
Flags: needinfo?(nical.bugzilla)
Comment 4•2 years ago
|
||
I don't know. Without digging into it, my guess is that plane splitting is generating a large number of planes and at certain angles the ordering of the parts has us ping-ponging between lots of small parts of the original slices.
Flags: needinfo?(nical.bugzilla)
Comment 5•2 years ago
|
||
I wouldn't expect there to be any splits. It doesn't look like any of the surfaces should be intersecting.
Updated•2 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•