Bug 133745

Summary: use OpenGL ES 3 as backend for WebGL
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebGLAssignee: Antoine Quint <graouts>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bfulgham, dino, graouts, jonlee, kkinnunen, p_os, pyalot, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://codeflow.org/entries/2014/jun/08/some-issues-with-apples-ios-webgl-implementation/
See Also: https://bugs.webkit.org/show_bug.cgi?id=133636
Attachments:
Description Flags
Patch
none
Patch none

Description Alex Christensen 2014-06-11 10:21:05 PDT
WebGL 2.0 uses OpenGL ES 3.  We should be careful that code that uses gl.getExtension to query WebGL extensions does not break.  I'm not sure how this will be dealt with in the WebGL 2.0 spec, but I think if something was an extension in WebGL 1.0 and is no longer an extension in WebGL 2.0, gl.getExtension should still return the same value to ensure backward compatibility.

see https://bugs.webkit.org/show_bug.cgi?id=133636
Comment 1 Florian Bösch 2014-06-18 00:21:26 PDT
iOS 8 Beta 2 still does not alleviate the artificial constraints.
Comment 2 Dean Jackson 2014-06-22 21:25:17 PDT
(In reply to comment #1)
> iOS 8 Beta 2 still does not alleviate the artificial constraints.

I think you intended this comment for another bug.
Comment 3 Florian Bösch 2014-06-23 04:46:05 PDT
(In reply to comment #2)
> I think you intended this comment for another bug.

The original ticket https://bugs.webkit.org/show_bug.cgi?id=133636 has been marked as invalid and this ticket is now the tracking ticket for this issue.
Comment 4 Radar WebKit Bug Importer 2016-03-27 21:57:21 PDT
<rdar://problem/25382007>
Comment 5 Dean Jackson 2018-07-30 15:56:49 PDT
Created attachment 346114 [details]
Patch

WIP
Comment 6 Dean Jackson 2018-08-01 15:55:10 PDT
Created attachment 346308 [details]
Patch

WIP 2
Comment 7 Kimmo Kinnunen 2024-01-17 00:43:45 PST
Metal is used now