[Webkit-unassigned] [Bug 154965] [TextureMapper] Use RGBA format for textures attached to framebuffers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 00:18:35 PST 2016


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

--- Comment #5 from peavo at outlook.com ---
There might be a small typo in line 95 in BitmapTexturePool.cpp.
Should we be getting the size of m_attachmentTextures instead of m_textures?

93            for (size_t i = 0; i < m_attachmentTextures.size(); ++i) {
94                if (m_attachmentTextures[i].m_lastUsedTime < minUsedTime) {
95                    m_attachmentTextures.remove(i, m_textures.size() - i);
96                    break;
97                }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160307/e36d66bf/attachment.html>


More information about the webkit-unassigned mailing list