mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 12:48:02 +00:00
wined3d: Use "gl_filter" in the non-FBO path of swapchain_blit() as well.
This commit is contained in:
parent
50231941ee
commit
c48adfe201
@ -161,8 +161,8 @@ static void swapchain_blit(IWineD3DSwapChainImpl *This, struct wined3d_context *
|
||||
device->blitter->set_shader((IWineD3DDevice *) device, backbuffer->resource.format_desc,
|
||||
backbuffer->texture_target, backbuffer->pow2Width,
|
||||
backbuffer->pow2Height);
|
||||
glTexParameteri(backbuffer->texture_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
||||
glTexParameteri(backbuffer->texture_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
|
||||
glTexParameteri(backbuffer->texture_target, GL_TEXTURE_MIN_FILTER, gl_filter);
|
||||
glTexParameteri(backbuffer->texture_target, GL_TEXTURE_MAG_FILTER, gl_filter);
|
||||
|
||||
context_set_draw_buffer(context, GL_BACK);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user