
This trivially covers VA initialization/destruction path is working with the d3d12 gallium driver, and also check for leaks using appverifier. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28577>
26 lines
494 B
Plaintext
26 lines
494 B
Plaintext
# escape=`
|
|
|
|
ARG base_image
|
|
FROM ${base_image}
|
|
|
|
COPY mesa_deps_vulkan_sdk.ps1 C:\
|
|
RUN C:\mesa_deps_vulkan_sdk.ps1
|
|
|
|
COPY mesa_deps_d3d.ps1 C:\
|
|
RUN C:\mesa_deps_d3d.ps1
|
|
|
|
COPY mesa_deps_rust.ps1 C:\
|
|
RUN C:\mesa_deps_rust.ps1
|
|
|
|
COPY mesa_init_msvc.ps1 C:\
|
|
|
|
COPY mesa_deps_libva.ps1 C:\
|
|
RUN C:\mesa_deps_libva.ps1
|
|
|
|
COPY mesa_deps_test_piglit.ps1 C:\
|
|
RUN C:\mesa_deps_test_piglit.ps1
|
|
COPY mesa_deps_test_deqp.ps1 c:\
|
|
RUN C:\mesa_deps_test_deqp.ps1
|
|
COPY mesa_deps_test.ps1 C:\
|
|
RUN C:\mesa_deps_test.ps1
|