<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jljusten@gmail.com" title="Jordan Justen <jljusten@gmail.com>"> <span class="fn">Jordan Justen</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 32-bit failures for spec.arb_compute_shader.execution.atomic-counter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96298">bug 96298</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>currojerez@riseup.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 32-bit failures for spec.arb_compute_shader.execution.atomic-counter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96298#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 32-bit failures for spec.arb_compute_shader.execution.atomic-counter"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96298">bug 96298</a>
              from <span class="vcard"><a class="email" href="mailto:jljusten@gmail.com" title="Jordan Justen <jljusten@gmail.com>"> <span class="fn">Jordan Justen</span></a>
</span></b>
        <pre>tests/spec/arb_compute_shader/execution/atomic-counter.shader_test

uses atomic_uint, which should be a 32-bit value on 64-bit processes
as well. The test has a uint atomic counter that starts at 0, and gets
decremented 512 times.

Does this test have a similar failure?
tests/spec/arb_shader_atomic_counters/execution/atomic-counter.shader_test

<a href="https://www.opengl.org/registry/specs/ARB/shader_atomic_counters.txt">https://www.opengl.org/registry/specs/ARB/shader_atomic_counters.txt</a>
says "Increments and decrements at the limit of the range will wrap
to [0, 2^32-1]", so I think the test is valid. The shader_runner
code looks valid for treating the buffer as a uint32_t pointer.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>