<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [softpipe] tgsi/tgsi_exec.c:1936:exec_tex: Assertion `modifier != 1' failed."
href="https://bugs.freedesktop.org/show_bug.cgi?id=61828#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [softpipe] tgsi/tgsi_exec.c:1936:exec_tex: Assertion `modifier != 1' failed."
href="https://bugs.freedesktop.org/show_bug.cgi?id=61828">bug 61828</a>
from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
<pre>Whoa I thought noone ever defined TXP for array textures. But it turns out I
was wrong since apparently GL_MESA_texture_array supports array textures even
with fixed function hence TXP. Sick. (The spec does not actually seem to define
if the array coord should be projected or not, but I guess from previous
softpipe behavior not. I don't think any real hw actually implements this
correctly however.)
Well I will just kill those assertions again. I am quite sure we can't really
handle that correctly everywhere however anyway (for instance the glsl-to-tgsi
code lowering texture opcodes with lod and projection would do the projective
divide itself on all coords but then again probably noone cares).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>