Bug 56939
Summary: | [GL ES] fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html fails on OpenGL ES 2.0 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jarkko Sakkinen <jarkko.j.sakkinen> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | benjamin, bfulgham, jarkko.j.sakkinen |
Priority: | P5 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Jarkko Sakkinen
When ES 2.0 is enabled stencil is set always to false for new GraphicsContext3D contexes. This causes fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html to fail in stencil cases.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jarkko Sakkinen
- Create renderbuffer GL_STENCIL_INDEX8
- Add renderbuffer as GL_STENCIL_ATTACHMENT to fbo
Alexey Proskuryakov
The Qt port has been removed from WebKit, resolving this bug.