https://bugs.freedesktop.org/show_bug.cgi?id=37476
Mike Kaplinskiy mike.kaplinskiy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |x86 (IA32) AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org CC| |mike.kaplinskiy@gmail.com
--- Comment #1 from Mike Kaplinskiy mike.kaplinskiy@gmail.com 2011-06-05 22:32:34 PDT --- [changing assignee as this is clearly a mesa bug]
piglit arb_shader_texture_lod-texgrad shows the problem (using texture2DGradARB). Currently running it may also get you a fortify crash due to TXD having 4 inputs (the max in the context structure is 3).
I'm attaching a patch that has an implementation. Unfortunately I can't seem to get it to work entirely correctly. The piglit test looks almost correct but has several artifacts in random places. If someone could point me in the right direction (as I'm completely clueless), I would be happy to finish it. In case it matters, piglit does not show any new failures from this patch.