NEW 214762
Remove unused WebGL 2.0-related methods
https://bugs.webkit.org/show_bug.cgi?id=214762
Summary Remove unused WebGL 2.0-related methods
Kenneth Russell
Reported 2020-07-24 14:49:19 PDT
Some methods in GraphicsContextGL and WebGL2RenderingContext exist only for the non-ANGLE code path. Since WebGL 2.0 is infeasible to implement without ANGLE, and has already been disabled for the non-ANGLE code path (!USE(ANGLE)), these methods and overrides should be removed.
Attachments
Kenneth Russell
Comment 1 2020-07-24 14:50:45 PDT
As one example, WebGLRenderingContextBase::validateIndexArrayConservative should be removed from the non-ANGLE code path, and the override removed from WebGL2RenderingContext.
Radar WebKit Bug Importer
Comment 2 2020-07-31 14:50:18 PDT
Kenneth Russell
Comment 3 2020-08-07 16:06:07 PDT
After more thought, fixing up the remaining WebGL 2.0 conformance issues is higher priority than this cleanup. Downgrading to P3 and unassigning myself for the moment.
Note You need to log in before you can comment on or make changes to this bug.