<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Massive memory corruption in Planetary Annihilation Alpha"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=65968#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Massive memory corruption in Planetary Annihilation Alpha"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=65968">bug 65968</a>
              from <span class="vcard"><a class="email" href="mailto:andreas.ringlstetter@gmail.com" title="Andreas Ringlstetter <andreas.ringlstetter@gmail.com>"> <span class="fn">Andreas Ringlstetter</span></a>
</span></b>
        <pre>RADEON_DEBUG=noopt is not possible, the pixel shader programs are to big to be
loaded without size optimizations.
Hard limit of 512 instruction slots per pixel shader:
<a href="http://developer.amd.com/wordpress/media/2012/10/Radeon_X1x00_Programming_Guide.pdf">http://developer.amd.com/wordpress/media/2012/10/Radeon_X1x00_Programming_Guide.pdf</a>
page 13
This limit is exceeded by far due to all the virtual texturing code, the
optimized shader barely fits.

I did try it in 9.0 and 9.1 with noopt and I did get past the segfault in
peephole_mul_omod() this way, but it did fail then because the resulting shader
program was to big.

Deactivating hyper-z has no measurable impact, and it didn't prevent the
corruption either.

Antialiasing hasn't even been enabled in the application by default, so turning
it off makes no difference at all.</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>