Sweden-Number/dlls/d3d9/tests
Zebediah Figura 27e84c2897 wined3d: Consider WINED3D_LOCATION_CLEARED to be a GPU location for GPU-accessible textures.
When blitting from a staging texture in SYSMEM to an as-yet uninitialized GPU
texture, we want to avoid ever loading the source texture into TEXTURE_RGB, or
loading the destination texture into SYSMEM.

This isn't really a proper fix for the relevant tests; it just manages to avoid
the problematic code path.

This manages to fix test_yv12_overlay because it causes those blits to use the
upload path (whereas currently they go through the raw blitter, and before
1632b8e7a4 they would go through the CPU blitter), and
wined3d_texture_gl_upload_data() is one of the only functions to correctly
handle planar YUV formats.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52684
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-27 11:53:11 +02:00
..
Makefile.in include: Add support for defining Win32 types as 'long' where possible. 2022-01-27 20:38:22 +01:00
d3d9ex.c include: Remove two D3DCAPS2 defines in d3d9 headers. 2020-12-11 21:47:15 +01:00
device.c d3d9/tests: Ignore random testbot failures in test_cursor. 2022-01-31 18:38:54 +01:00
stateblock.c
utils.h d3d9/tests: Factor out wait_query() function. 2019-10-27 19:12:38 +01:00
visual.c wined3d: Consider WINED3D_LOCATION_CLEARED to be a GPU location for GPU-accessible textures. 2022-04-27 11:53:11 +02:00