[Bug 84155] Incorrect fog of war effect in Wasteland 2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Sep 27 12:46:58 PDT 2014


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

--- Comment #14 from Matt Turner <mattst88 at gmail.com> ---
(In reply to comment #13)
> There is a notable information on the forum linked above: there is a
> workaround for the problem: MESA_EXTENSION_MAX_YEAR=2002
> Works for me, though there is not fog of war and graphics is a bit worse, as
> expected.

Looking at src/mesa/main/extensions.c's table of extensions, these two
extensions from 2003 seem like plausible culprits:

GL_ARB_fragment_program_shadow
GL_ARB_shading_language_100

Running the apitrace shows no GLSL programs (except for driver internal clear
shaders). We do, however have a couple instances of
GL_ARB_fragment_program_shadow.

-- 
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/intel-3d-bugs/attachments/20140927/efab31ce/attachment.html>


More information about the intel-3d-bugs mailing list