<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76009">76009</a>
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>regression
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jfonseca@vmware.com, maraeo@gmail.com, sroland@vmware.com, zackr@vmware.com
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>blocker
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vlee@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>Drivers/Gallium/r600
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr></table>
      <p>
        <div>
        <pre>mesa: dfa25ea5cd19d5a050a1c94bd7370a2259b9f007 (master 10.2.0-devel)

  CC       r600_streamout.lo
r600_streamout.c:108:6: error: conflicting types for
'r600_set_streamout_targets'
 void r600_set_streamout_targets(struct pipe_context *ctx,
      ^
In file included from r600_streamout.c:27:0:
r600_pipe_common.h:413:6: note: previous declaration of
'r600_set_streamout_targets' was here
 void r600_set_streamout_targets(struct pipe_context *ctx,
      ^

dfa25ea5cd19d5a050a1c94bd7370a2259b9f007 is the first bad commit
commit dfa25ea5cd19d5a050a1c94bd7370a2259b9f007
Author: Zack Rusin <<a href="mailto:zackr@vmware.com">zackr@vmware.com</a>>
Date:   Thu Mar 6 18:43:44 2014 -0500

    gallium: allow setting of the internal stream output offset

    D3D10 allows setting of the internal offset of a buffer, which is
    in general only incremented via actual stream output writes. By
    allowing setting of the internal offset draw_auto is capable
    of rendering from buffers which have not been actually streamed
    out to. Our interface didn't allow. This change functionally
    shouldn't make any difference to OpenGL where instead of an
    append_bitmask you just get a real array where -1 means append
    (like in D3D) and 0 means do not append.

    Signed-off-by: Zack Rusin <<a href="mailto:zackr@vmware.com">zackr@vmware.com</a>>
    Reviewed-by: Roland Scheidegger <<a href="mailto:sroland@vmware.com">sroland@vmware.com</a>>
    Reviewed-by: Jose Fonseca <<a href="mailto:jfonseca@vmware.com">jfonseca@vmware.com</a>>
    Reviewed-by: Marek Olšák <<a href="mailto:marek.olsak@amd.com">marek.olsak@amd.com</a>>

:040000 040000 899aff75fb864562d50d09d1b72b728adfa3c9be
c1582db45fac19679419c7bcf4152269b630df36 M    src</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>