Closed
Bug 1649840
Opened 5 years ago
Closed 5 years ago
Wrench doesn't build with SWGL (--features='software')
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
Details
Attachments
(1 file)
In f0e47b29f8c4 (2020-6-30), cargo build
in gfx/wr/wrench
fails, complaining about the new stride
value returned by swgl::Context::get_color_buffer
, and the new arguments expected by init_default_framebuffer
.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jimb
Severity: -- → S3
Assignee | ||
Comment 1•5 years ago
|
||
swgl::Context::init_default_framebuffer takes two new arguments, for providing a
frame buffer owned by something else. swgl::Context::get_color_buffer returns an
extra value, describing the stride of the buffer in addition to the width.
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f34493d83d3
Adapt wrench to SWGL API changes. r=lsalzman
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•