[Mesa-dev] [Bug 91169] The Chronicles of Riddick: Assault on Dark Athena fails to start with nouveau

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 30 22:26:37 PDT 2015


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

--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
One thing to note is that the shaders don't *actually* use the functionality.
They all have the same copy & pasted adapter which makes glsl look more like
hlsl, and it includes some functions which call the various texture functions.
However they don't actually get used, at least in the few shaders I've looked
at.

It may be sufficient to provide the prototypes but then fail at link-time. This
should allow the glsl compiler to optimize those functions out and thus work.
But I haven't checked -- perhaps there are in fact vertex shaders that try to
call texture2D(bias) or textureLod() from fp.

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


More information about the mesa-dev mailing list