[Mesa-dev] [Bug 100876] Variable GALLIUM_HUD_DUMP_DIR is not working with Wine LFS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 29 20:38:16 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100876

Edmondo Tommasina <edmondo.tommasina at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edmondo.tommasina at gmail.com

--- Comment #4 from Edmondo Tommasina <edmondo.tommasina at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170429/9d3c470a/attachment.html>


More information about the mesa-dev mailing list