Bug 220343 - Support EXT_texture_norm16 extension
Summary: Support EXT_texture_norm16 extension
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-05 14:55 PST by Kenneth Russell
Modified: 2022-05-27 11:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2021-01-05 14:55:35 PST
https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/ was recently promoted to community approved, and ANGLE has good support for it across all platforms. WebKit's WebGL implementation should expose it for best portability of higher-end applications.
Comment 1 Radar WebKit Bug Importer 2021-01-12 14:56:15 PST
<rdar://problem/73074257>
Comment 2 Kenneth Russell 2021-10-12 12:18:17 PDT
For reference, EXT_texture_norm16 was exposed in Chromium in https://crbug.com/1000354 - this may help with the browser-side IDL changes.

WebKit's current copy of ANGLE doesn't have a Metal implementation of this extension. Ideally this would be implemented upstream in ANGLE first under http://anglebug.com/6547 , and then ANGLE rolled forward into WebKit.

A colleague at Esri indicates this is an important extension for GIS applications.
Comment 3 Alexey Knyazev 2022-05-26 07:23:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1049
Comment 4 EWS 2022-05-27 11:59:35 PDT
Committed r294946 (251054@main): <https://commits.webkit.org/251054@main>

Reviewed commits have been landed. Closing PR #1049 and removing active labels.