<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:edmondo.tommasina@gmail.com" title="Edmondo Tommasina <edmondo.tommasina@gmail.com>"> <span class="fn">Edmondo Tommasina</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Variable GALLIUM_HUD_DUMP_DIR is not working with Wine LFS"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100876">bug 100876</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>edmondo.tommasina@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Variable GALLIUM_HUD_DUMP_DIR is not working with Wine LFS"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100876#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Variable GALLIUM_HUD_DUMP_DIR is not working with Wine LFS"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100876">bug 100876</a>
              from <span class="vcard"><a class="email" href="mailto:edmondo.tommasina@gmail.com" title="Edmondo Tommasina <edmondo.tommasina@gmail.com>"> <span class="fn">Edmondo Tommasina</span></a>
</span></b>
        <pre>The original code in 17.0 should just flush the I/O buffer to the file when the
buffer size reaches the default BUFSIZ value (8 KB on my machine) or when
fclose is called. You usually have to wait longer to see something in the
files. I'm not sure why with some applications the fclose doesn't get called on
exit.

With the new patch the I/O buffer gets flushed after every printf with newline.
This is probably the expected behavior and it doesn't seem to negatively impact
the performance.

Release 17.1 is expected for end next week and the patch is included.</pre>
        </div>
      </p>


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

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