[webkit-reviews] review requested: [Bug 48891] renderbufferStorage(DEPTH_STENCIL) shouldn't generate an error : [Attachment 72880] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 15:50:37 PDT 2010


Zhenyao Mo <zmo at google.com> has asked  for review:
Bug 48891: renderbufferStorage(DEPTH_STENCIL) shouldn't generate an error
https://bugs.webkit.org/show_bug.cgi?id=48891

Attachment 72880: patch
https://bugs.webkit.org/attachment.cgi?id=72880&action=review

------- Additional Comments from Zhenyao Mo <zmo at google.com>
Test synched with khronos.

The code path where packed_depth_stencil extension doesn't exist has also been
tested by faking m_isDepthStencilSupported = false in WebGLRenderingContext.

This is half of the effort to fix the issue.  We also need to map the enum in
command buffer so INVALID_ENUM won't be generated.


More information about the webkit-reviews mailing list