Bug 241347
Summary: | Align WebGL draw call functions | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Knyazev <lexa.knyazev> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, gman, kbr, kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 219140, 243487 |
Alexey Knyazev
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenneth Russell
See also similar Chromium-side bug http://crbug.com/1333620 .
Gregg Tavares
I think this tests the compositing implications
https://github.com/KhronosGroup/WebGL/pull/3430
EWS
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
<rdar://problem/95005496>