[Webkit-unassigned] [Bug 74783] [QT] WebGL can not make the frame buffer with the stencil buffer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 18:26:10 PST 2011


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





--- Comment #6 from Huang Dongsung <luxtella at company100.net>  2011-12-19 18:26:10 PST ---
Created an attachment (id=119968)
 --> (https://bugs.webkit.org/attachment.cgi?id=119968&action=review)
proposed layout test.

I made new layout test for verifying WebGL to initialize the depth and stencil buffers separately, because fast/canvas/webgl/context-attributes-depth-stencil-combination.html is not enough.
However, the most ports fail this test because those turn on the depth buffer if the stencil buffer is enabled.

The previous bug patch can not make Qt Desktop pass this test, because Qt Desktop calls GraphicsContext3DOpenGL::reshape instead of GraphicsContext3DQt::reshape, strangely.
I think this layout test can not be used.

-- 
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