microsoft/compiler: add common dxil-validator API
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 5 Apr 2022 08:39:01 +0000 (10:39 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 7 Apr 2022 00:00:44 +0000 (00:00 +0000)
commit193cf76c095ccbaa7f5a0a08a8fa0e9abe080abc
tree4deea5bbb25646af24efe63c5fc66c7aecba9e79
parente81f3edf76b09c1d72ae5ebacbda1390905e761b
microsoft/compiler: add common dxil-validator API

This API is only available on Windows, which is the only OS where DXIL
validation is a requirement, and where DXIL.dll (and dxcompiler.dll) are
available.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15751>
src/microsoft/compiler/dxil_validator.cpp [new file with mode: 0644]
src/microsoft/compiler/dxil_validator.h [new file with mode: 0644]
src/microsoft/compiler/meson.build