[Bug 31013] [r300g][glsl] Textures are black in Xonotic with offset mapping - r300 FP: Compiler Error: r300_fragprog_emit.c::begin_tex(): Too many texture indirections

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 20 19:26:01 PDT 2010


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

Tom Stellard <tstellar at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Tom Stellard <tstellar at gmail.com> 2010-10-20 19:26:01 PDT ---
Your hardware is not capable of executing these shaders.  The function
OffsetMapping (from data/glsl/default.glsl) has three texture look-ups that
depend on the value of the previous look-up.  This function is being called by
two shaders that use its return value in a fourth texture look-up.  This
creates four texture indirections, but this hardware only supports three.  I
would recommend contacting the developers of this application and ask if they
can come up with an alternate shader.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list