Bug 126447

Summary: [WebGL2] renderbuffer updates
Product: WebKit Reporter: Dean Jackson <dino>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 209098    
Bug Blocks: 126404, 214660    

Description Dean Jackson 2014-01-03 12:00:53 PST
Implement WebGL2's renderbufferStorageMultisample to allow anti-aliased FBOs
Comment 1 Dean Jackson 2014-01-03 12:01:06 PST
<rdar://problem/15745272>
Comment 2 Kenneth Russell 2020-03-24 15:15:32 PDT
Revising to cover all new renderbuffer-related entry points and validation updates:

getInternalformatParameter
getRenderbufferParameter
renderbufferStorage
renderbufferStorageMultisample
Comment 3 Kenneth Russell 2020-07-21 17:07:36 PDT
James already hooked up some if not all of this functionality in Bug 209098.
Comment 4 Kenneth Russell 2020-07-21 17:08:25 PDT
Taking this bug. Since this functionality isn't necessarily separable from that in Bug 126448, might end up duplicating this into that one and fixing both at the same time.
Comment 5 Kenneth Russell 2020-07-23 08:58:18 PDT
After work on this and Bug 126448 they're not easily separable. Since most of the work on this bug is done, duplicating this into the other bug.

*** This bug has been marked as a duplicate of bug 126448 ***