Closed
Bug 1582896
Opened 6 years ago
Closed 5 years ago
Use CHROMIUM_copy_texture on Angle to have texture-texture copies in WR
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INVALID
People
(Reporter: kvark, Unassigned)
References
(Blocks 1 open bug)
Details
We currently check for EXT_copy_image, which isn't available on Angle. It allows us to avoid blitting in some cases, e.g. when resizing the texture cache. We could use CHROMIUM_copy_texture instead. See https://github.com/servo/gleam/pull/205
Comment 1•5 years ago
|
||
We don't resize texture cache textures anymore.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•