[Mesa-dev] [Bug 88907] [PNV Bisected]Ogles2conform ES2-CTS.gtf.GL2ExtensionTests.texture_float.texture_float segfault

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 12 20:25:55 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88907

--- Comment #5 from Tapani Pälli <lemody at gmail.com> ---
(In reply to Ian Romanick from comment #3)
> Comment on attachment 113390 [details] [review]
> patch to fix the issue
> 
> Review of attachment 113390 [details] [review]:
> -----------------------------------------------------------------
> 
> I think the problem is that adjust_for_oes_float_texture is called even when
> internalFormat is not GL_FLOAT, GL_HALF_FLOAT_OES, or GL_HALF_FLOAT.

Nothing happens in the function if format was not one of these formats so not
calling it does not seem to change existing functionality. I think extension
check seems very relevant here because these things should happen only because
of the extension is enabled, not because you are running ES2. i965 should be
only driver currently supporting this extension on ES2.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150213/dc5586be/attachment.html>


More information about the mesa-dev mailing list