https://bugs.freedesktop.org/show_bug.cgi?id=30272
Summary: r600g: buffer object leak (regression) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: monraaf@gmail.com
The commit 0d76bb5d4c5c867155f7fb381c46018e1560b790 r600g: add upload manager support, has introduced a buffer object leak in r600g. With torcs it leaks about 200-300 buffer objects per second. The leak seems to originate in r600_user_buffer_create, as revering the changes the commit made to that function fixes the leak.