wine/dlls/wined3d
Henri Verbeet b3b2a55994 wined3d: Use the supplied context in wined3d_device_context_blt().
Applications calling wined3d_device_context_resolve_sub_resource() on a
deferred context would instead get this scheduled on the immediate context.
Worse, because the original call was intended for a deferred context, we'd do
this without taking the mutex required for immediate contexts, potentially
corrupting the command stream.
2022-10-14 21:52:55 +02:00
..
adapter_gl.c
adapter_vk.c
arb_program_shader.c
ati_fragment_shader.c
buffer.c wined3d: Use I width modifier for debug traces on DWORD_PTR. 2022-10-10 11:15:01 +02:00
context.c
context_gl.c
context_vk.c wined3d: Use I width modifier for debug traces on DWORD_PTR. 2022-10-10 11:15:01 +02:00
cs.c
device.c wined3d: Replace NULL device_window with focus window in swapchain desc. 2022-10-11 11:43:40 +02:00
directx.c
gl_compat.c
glsl_shader.c
Makefile.in
nvidia_texture_shader.c
palette.c
query.c
resource.c
sampler.c
shader.c
shader_sm1.c
shader_sm4.c wined3d: Use I width modifier for debug traces on DWORD_PTR. 2022-10-10 11:15:01 +02:00
shader_spirv.c wined3d: Handle VKD3D_SHADER_RESOURCE_DATA_MIXED in wined3d_data_type_from_vkd3d(). 2022-10-14 21:52:55 +02:00
state.c
stateblock.c
surface.c
swapchain.c wined3d: Replace NULL device_window with focus window in swapchain desc. 2022-10-11 11:43:40 +02:00
texture.c wined3d: Use the supplied context in wined3d_device_context_blt(). 2022-10-14 21:52:55 +02:00
utils.c
version.rc
vertexdeclaration.c
view.c
wined3d.spec
wined3d_gl.h
wined3d_main.c wined3d: Use a Wine debug channel for vkd3d debug output. 2022-10-12 15:50:23 +02:00
wined3d_private.h wined3d: Ensure method declaration matches implementations. 2022-10-10 11:14:59 +02:00
wined3d_shaders.h
wined3d_vk.h