acomminos / wine-pba

Patches to add a persistent buffer allocator for faster dynamic geometry in Direct3D games.
GNU Lesser General Public License v2.1
137 stars 6 forks source link

wine-pba

A set of patches to allocate dynamic wined3d_buffers from a single persistently mapped buffer (via ARB_buffer_storage) managed by a heap allocator, reducing the need for command stream synchronization.

Several related changes are included in the patchset as well:

This patchset is prototype-quality at the moment. If ARB_buffer_storage is not present, you're not going to have a good time.

Currently, these patches are based off wine-staging 3.7.

Details can be found here.