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.
does it still leak with current git master?
yes it does.
Please try the two patches I posted to the mesa3d-dev mailing list today.
I just tried your two patches, and they fix the leak.
The leak is no longer present in git master. closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.