[Webkit-unassigned] [Bug 43942] Textures and renderbuffers should be detached first before deletion if they are attached to framebuffers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 9 16:49:51 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43942


Zhenyao Mo <zmo at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Textures and renderbuffers' |Textures and renderbuffers
                   |delete should be delayed if |should be detached first
                   |they are attached to        |before deletion if they are
                   |framebuffers                |attached to framebuffers
         AssignedTo|webkit-unassigned at lists.web |zmo at google.com
                   |kit.org                     |




--- Comment #1 from Zhenyao Mo <zmo at google.com>  2010-09-09 16:49:51 PST ---
According to GLES2 spec, textures and renderbuffers should be detached first before deletion if they are attached to the currently-bound framebuffer; for any other framebuffers, the detachment is the responsibility of the application.

I just sent out an email to the public_webgl email list, suggesting that we detach before delete no matter a framebuffer is bound or not.  Let's wait until we hear some feedback.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list