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

--- Comment #5 from Tapani Pälli <lem...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to