Module: wine Branch: master Commit: 8ce03e2055ee3592912776a16eb5595d48a51ca2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8ce03e2055ee3592912776a16...
Author: Zebediah Figura z.figura12@gmail.com Date: Fri Feb 28 11:24:00 2020 +0100
d3dcompiler/tests: Port some tests to shader model 4.
In particular, port those for which there is an interesting difference in code generation.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_43/tests/Makefile.in | 1 + dlls/d3dcompiler_43/tests/hlsl_d3d11.c | 562 +++++++++++++++++++++++++++++++++ dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 37 ++- dlls/d3dcompiler_47/tests/Makefile.in | 1 + 4 files changed, 585 insertions(+), 16 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8ce03e2055ee359291277...