Bug 126447 - [WebGL2] renderbuffer updates
Summary: [WebGL2] renderbuffer updates
Status: RESOLVED DUPLICATE of bug 126448
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 209098
Blocks: 126404 214660
  Show dependency treegraph
 
Reported: 2014-01-03 12:00 PST by Dean Jackson
Modified: 2020-07-23 08:58 PDT (History)
1 user (show)

See Also:


Attachments

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