RESOLVED FIXED Bug 241347
Align WebGL draw call functions
https://bugs.webkit.org/show_bug.cgi?id=241347
Summary Align WebGL draw call functions
Alexey Knyazev
Reported 2022-06-06 13:59:16 PDT
The following functions should be aligned with regards to validating bound VAOs (if needed), doing implicit clears, and marking the canvas as changed. - WebGLRenderingContextBase::drawElements - WebGLRenderingContextBase::drawArrays - WebGLRenderingContextBase::drawElementsInstanced - WebGLRenderingContextBase::drawArraysInstanced - WebGLMultiDraw::multiDrawArraysWEBGL - WebGLMultiDraw::multiDrawArraysInstancedWEBGL - WebGLMultiDraw::multiDrawElementsWEBGL - WebGLMultiDraw::multiDrawElementsInstancedWEBGL
Attachments
Kenneth Russell
Comment 1 2022-06-06 14:14:18 PDT
See also similar Chromium-side bug http://crbug.com/1333620 .
Gregg Tavares
Comment 2 2022-06-08 12:37:34 PDT
I think this tests the compositing implications https://github.com/KhronosGroup/WebGL/pull/3430
EWS
Comment 3 2022-06-13 03:17:04 PDT
Committed r295486 (251491@main): <https://commits.webkit.org/251491@main> Reviewed commits have been landed. Closing PR #1452 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2022-06-13 03:18:13 PDT
Note You need to log in before you can comment on or make changes to this bug.