Open
Bug 1887837
Opened 8 months ago
Updated 20 days ago
Port conic gradients to the quad shaders
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
REOPENED
People
(Reporter: nical, Assigned: nical)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: leave-open)
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → nical.bugzilla
Status: NEW → ASSIGNED
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b15f6d439444
Conic gradient quad shader. r=gw
Comment 3•7 months ago
•
|
||
Backed out for causing reftest failures on radial-size-1a.html.
LATER EDIT: some Wrench build bustages appeared later. So far, they only happened on Android 11.0 Samsung A51 Arm7 opt and debug.
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(nical.bugzilla)
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/730836e9a9e4
Conic gradient quad shader. r=gw
Comment 5•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Comment 6•7 months ago
|
||
Backed out 6 changesets (bug 1889600, bug 1885571, bug 1888400, bug 1887837) for causing multiple regressions.
Status: RESOLVED → REOPENED
status-firefox126:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 126 Branch → ---
Updated•7 months ago
|
Attachment #9393722 -
Attachment description: Bug 1887837 - Conic gradient quad shader. r=gw → Bug 1887837 - Conic gradient quad shader (initially disabled). r=gw
Assignee | ||
Updated•7 months ago
|
Keywords: leave-open
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4112523a0a44
Conic gradient quad shader (initially disabled). r=gw
[task 2024-04-23T08:57:24.036Z] 08:57:24 ERROR - error: unused variable: `data_handle`
[task 2024-04-23T08:57:24.036Z] 08:57:24 INFO - --> gfx/wr/webrender/src/prepare.rs:233:52
[task 2024-04-23T08:57:24.036Z] 08:57:24 INFO - |
[task 2024-04-23T08:57:24.037Z] 08:57:24 INFO - 233 | PrimitiveInstanceKind::ConicGradient { data_handle, .. } => {
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(nical.bugzilla)
Assignee | ||
Comment 9•7 months ago
|
||
Comment 10•7 months ago
|
||
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7fb65ee4782b
Conic gradient quad shader (initially disabled). r=gw
Comment 11•7 months ago
|
||
bugherder |
Assignee | ||
Comment 12•5 months ago
|
||
Conic gradients are too slow on swgl, we have to add support for caching them. Meanwhile, enable the code path when swgl is disabled.
Comment 13•5 months ago
|
||
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb5eb6f5972f
Enable quad conic gradients when the GPU is used. r=gw
Comment 14•5 months ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•