<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Draw module crashes in LLVM generated code since commit 60ec95fa1e0c42bd42358185970b20c9b81591fa"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85586">85586</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Draw module crashes in LLVM generated code since commit 60ec95fa1e0c42bd42358185970b20c9b81591fa
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>michel@daenzer.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>URL:   
<a href="http://cgit.freedesktop.org/mesa/mesa/commit/?id=60ec95fa1e0c42bd42358185970b20c9b81591fa">http://cgit.freedesktop.org/mesa/mesa/commit/?id=60ec95fa1e0c42bd42358185970b20c9b81591fa</a>

Author: Neil Roberts <<a href="mailto:neil@linux.intel.com">neil@linux.intel.com</a>>
Date:   Tue Sep 23 19:01:04 2014 +0100

mesa: Add support for the GL_KHR_context_flush_control extension

Since this commit, some piglit tests crash for me in the LLVM generated code
called from draw_pt_fetch_shade_pipeline_llvm.c:370:

   if (fetch_info->linear)
      clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
                                       llvm_vert_info.verts,
                                       draw->pt.user.vbuffer,
                                       fetch_info->start,
                                       fetch_info->count,
                                       fpme->vertex_size,
                                       draw->pt.vertex_buffer,
                                       draw->instance_id,
                                       draw->start_index,
                                       draw->start_instance);

I can avoid the crashes with the environment variable DRAW_USE_LLVM=0.</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>