Bug 126939

Summary: [WebGL2] Instancing draw calls
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebGLAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, jonlee, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127257    
Bug Blocks: 126404    
Attachments:
Description Flags
patch dino: review+

Description Dean Jackson 2014-01-13 15:40:55 PST
Implement the new instanced draw calls.

I expect there already is a bug for implementing the  ANGLE_instanced_arrays extension for WebGL 1.0, which provides similar functionality.
Comment 1 Dean Jackson 2014-01-13 15:41:56 PST
<rdar://problem/15002379>
Comment 2 Roger Fong 2015-03-16 15:51:11 PDT
Created attachment 248762 [details]
patch
Comment 3 Dean Jackson 2015-03-16 16:25:28 PDT
Comment on attachment 248762 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=248762&action=review

> Source/WebCore/ChangeLog:14
> +        These tests will be landed along with other modified extension conformance tests
> +        once approval from Khronos is received.

I think we should last at least some tests that exercise this new feature.
Comment 4 Roger Fong 2015-03-16 16:48:07 PDT
http://trac.webkit.org/changeset/181596