Sweden-Number/dlls/wined3d
Henri Verbeet 56128d18d4 wined3d: Drop the special case for "converted" surfaces in wined3d_surface_blt().
We still want to avoid invalidating the system memory copy for these surfaces,
but we've become a lot better at preserving the current location for
resources, to the point that the special case actually hurts. In particular,
if the resource wasn't already current on the CPU, using the CPU blitter would
cause us to read it back, which is what we're trying to avoid.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-07-17 22:12:09 +02:00
..
Makefile.in
arb_program_shader.c
ati_fragment_shader.c
buffer.c
context.c
cs.c
device.c
directx.c
drawprim.c
gl_compat.c
glsl_shader.c
nvidia_texture_shader.c
palette.c
query.c
resource.c
sampler.c
shader.c
shader_sm1.c
shader_sm4.c
state.c
stateblock.c
surface.c wined3d: Drop the special case for "converted" surfaces in wined3d_surface_blt(). 2017-07-17 22:12:09 +02:00
swapchain.c
texture.c
utils.c wined3d: Fix the WINED3DFMT_D24_UNORM_S8_UINT entry in wined3d_format_convert_from_float(). 2017-07-14 10:52:06 +02:00
version.rc
vertexdeclaration.c
view.c
wined3d.spec
wined3d_gl.h
wined3d_main.c
wined3d_private.h