Bug 126939 - [WebGL2] Instancing draw calls
Summary: [WebGL2] Instancing draw calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on: 127257
Blocks: 126404
  Show dependency treegraph
 
Reported: 2014-01-13 15:40 PST by Dean Jackson
Modified: 2015-03-16 16:48 PDT (History)
3 users (show)

See Also:


Attachments
patch (24.87 KB, patch)
2015-03-16 15:51 PDT, Roger Fong
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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