On Tue Oct 28 15:39:55 2025 +0000, Matteo Bruni wrote:
Sorry I didn't get to this sooner. I left some comments with the general idea of keeping the d3dx10/11 tests as close as possible, now and going forward. Ideally it would be possible to do `diff -u dlls/d3dx10_43/tests/d3dx10.c dlls/d3dx11_43/tests/d3dx11.c` and quickly discern trivial differences (mainly all the s/10/11/) from "intended" ones.
It's all good :)
I've added quite a few patches here to rearrange and rework the tests to be more synchronized between d3dx10/d3dx11. Hopefully this improves things, I did a quick `diff -u dlls/d3dx10_43/tests/d3dx10.c dlls/d3dx11_43/tests/d3dx11.c` myself and it seems easier to tell apart the differences between the tests that are shared. Sorry if the extra patches end up being more review work, but hopefully it makes things easier down the line. :)