[PATCH v3 2/7] wined3d: Add functions to support device local and non-local memory info management.

Conor McCarthy cmccarthy at codeweavers.com
Tue Dec 3 01:13:31 CST 2019


November 27, 2019 6:01 AM, "Henri Verbeet" <hverbeet at gmail.com> wrote:
> 
> That looks like something that should use a free-list and
> wined3d_array_reserve().

I've modified it to use wined3d_array_reserve(), but I didn't think a free-list was necessary. There are unlikely to be many registered event handles -- in most cases only one. The patch favours simplicity over performance.

Conor



More information about the wine-devel mailing list