[PATCH v2 4/6] d3dx10_43: Add D3DX10CreateAsyncTextureInfoProcessor stub.

Matteo Bruni matteo.mystral at gmail.com
Wed Jun 1 10:11:22 CDT 2022


On Wed, Jun 1, 2022 at 4:14 PM Piotr Caban <piotr at codeweavers.com> wrote:
>
> Hi Matteo,
>
> On 6/1/22 15:38, Matteo Bruni wrote:
> > Just for my own curiosity: have you already thought about how to split
> > the functions and the source files between those that are to be shared
> > vs the version specific ones?
> The plan is to introduce wine-specific dll with shared code. Currently
> I'm trying to create helpers that later will be moved to this library
> (some modifications will be needed at this point). I'm also trying to
> find out what can/should be moved to separate dll. It's not really
> visible with patches that I have already sent but e.g. HRESULT parameter
> handling suggests that part of the error handling should not be done in
> shared code.

Excellent! Yeah, I'm not surprised that splitting the shared parts
won't always be obvious or trivial. I guess we'll get better tests as
a secondary benefit :)



More information about the wine-devel mailing list