Bug 241748

Summary: Align uniform*, WebGLMultiDraw, and GraphicsContextGLANGLE functions
Product: WebKit Reporter: Alexey Knyazev <lexa.knyazev>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, kbr, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 219140    

Alexey Knyazev
Reported 2022-06-18 05:22:17 PDT
* WebGL2RenderingContext::uniform* function signatures should have const qualifiers like their counterparts. * WebGL2RenderingContext::uniform* function signatures should use rvalue references for typed arrays. * WebGLMultiDraw should not redefine TypedList class. * WebGLMultiDraw::multiDraw* function signatures should use rvalue references for typed arrays. * WebGLRenderingContextBase::uniform1* should skip extra validation when using ANGLE. * All draw and clear commands from GraphicsContextGLANGLE should end with checkGPUStatus.
Attachments
EWS
Comment 1 2022-06-21 01:19:59 PDT
Committed r295682 (251687@main): <https://commits.webkit.org/251687@main> Reviewed commits have been landed. Closing PR #1616 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2022-06-21 01:20:22 PDT
Note You need to log in before you can comment on or make changes to this bug.