Closed
Bug 1736953
Opened 4 years ago
Closed 4 years ago
https://threejs.org/examples/webgl_video_panorama_equirectangular.html hit slow path for uploading video
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
INVALID
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 obsolete file)
https://threejs.org/examples/webgl_video_panorama_equirectangular.html was 50fps on my Win10 desktop PC.
It hit slow path of uploading video since pi.format was LOCAL_GL_RGB. In the past LOCAL_GL_RGB supported fast path.
When fast path was enabled, the PC got 144fps.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → sotaro.ikeda.g
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Current patch caused test failures.
https://treeherder.mozilla.org/jobs?repo=try&revision=9e33d2e7b8fad2ba5e70ce3ba821beed0e9610c9
Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Updated•4 years ago
|
Attachment #9246995 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•