Bug 198948 (webglangle)
Summary: | Meta: use ANGLE as the backend for WebKit's WebGL implementation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen, annulen, ashley, cgarcia, changseok, dino, don.olmstead, frank, Hironori.Fujii, hypertree, im, javier_gutierrez, kkinnunen, rniwa, ryanhaddad, wfurr, yang.gu, zan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=206318 https://bugs.webkit.org/show_bug.cgi?id=201045 |
||
Bug Depends on: | 216915, 217426, 221664, 230606, 197755, 198982, 198991, 199060, 199212, 199844, 200900, 200901, 200904, 201109, 201156, 201191, 201785, 202159, 202545, 202593, 202834, 202835, 202836, 203773, 203916, 204595, 204911, 204914, 204927, 205218, 205306, 205483, 205514, 205520, 205610, 205618, 205668, 205739, 206318, 206322, 207080, 208724, 209416, 216573, 216574, 217377, 223470 | ||
Bug Blocks: | 126404, 208188 |
Kenneth Russell
The ANGLE project in ThirdParty/ANGLE contains (nearly) all of the validation needed to make conformant WebGL 1.0 and 2.0 implementations with minimal code; largely just wrapping ANGLE's objects as WebGLObjects. ANGLE is supported on all of the platforms used by WebKit's ports - or, at least, should be. Patches will be welcomed into the ANGLE project supporting it on more platforms.
This meta-bug tracks using ANGLE as the backend for WebKit's WebGL implementation, and ideally, removal of GraphicsContext3DOpenGL and GraphicsContext3DOpenGLES.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sanjay Kumar
It would be great to have Webkit/Safari support Webgl like other browsers. I think great progress has been made. Looking forward to seeing this land in Safari sometime soon.