-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dxvk
updated
26 files
+2 −17 | src/d3d9/d3d9_adapter.cpp | |
+6 −4 | src/d3d9/d3d9_common_texture.cpp | |
+1 −0 | src/d3d9/d3d9_device.cpp | |
+10 −1 | src/d3d9/d3d9_format.cpp | |
+3 −1 | src/d3d9/d3d9_format.h | |
+35 −10 | src/d3d9/d3d9_format_helpers.cpp | |
+10 −2 | src/d3d9/d3d9_format_helpers.h | |
+2 −1 | src/d3d9/d3d9_include.h | |
+0 −99 | src/d3d9/d3d9_monitor.cpp | |
+0 −47 | src/d3d9/d3d9_monitor.h | |
+22 −33 | src/d3d9/d3d9_swapchain.cpp | |
+0 −4 | src/d3d9/d3d9_swapchain.h | |
+2 −1 | src/d3d9/d3d9_texture.h | |
+2 −1 | src/d3d9/meson.build | |
+54 −0 | src/d3d9/shaders/d3d9_convert_l6v5u5.comp | |
+4 −5 | src/d3d9/shaders/d3d9_convert_yuy2_uyvy.comp | |
+1 −0 | src/dxgi/dxgi_include.h | |
+0 −78 | src/dxgi/dxgi_monitor.cpp | |
+0 −36 | src/dxgi/dxgi_monitor.h | |
+13 −11 | src/dxgi/dxgi_output.cpp | |
+19 −11 | src/dxgi/dxgi_swapchain.cpp | |
+1 −0 | src/util/meson.build | |
+140 −0 | src/util/util_monitor.cpp | |
+81 −0 | src/util/util_monitor.h | |
+1 −0 | tests/d3d9/meson.build | |
+361 −0 | tests/d3d9/test_d3d9_l6v5u5.cpp |