Implement webgl draft ext KHR_parallel_shader_compile
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: jgilbert, Assigned: angus.sawyer, NeedInfo)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: gfx-noted)
Attachments
(2 files, 2 obsolete files)
Updated•6 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Mechanism to allow support to be enabled with a subsequent patch.
Non-blocking parameter COMPILE_STATUS_KHR added to GetShaderParameter() and GetProgramParameter()
Operations retrieving information that waits on compile or link operation completion moved to methods
requiring that infomation to allow asynchronous operation of compile and link operations.
no regressions on Khronos conformance tests 1.04 from FF 67.0.
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Looks like the docs have been written for this now: https://wiki.developer.mozilla.org/en-US/docs/Web/API/KHR_parallel_shader_compile
Can you give it a review please?
Will https://phabricator.services.mozilla.com/D83315 be reviewed? Is it out of date?
Reporter | ||
Comment 9•1 year ago
|
||
Weird, I can't even set this bug to "reopened".
Exposing this to webgl should happen in another (new?) bug then.
Description
•