wined3d: Do not bother to check identity fixup support.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
229d4aa7bc
commit
fca7f78ea0
|
@ -3350,6 +3350,9 @@ static void apply_format_fixups(struct wined3d_adapter *adapter, struct wined3d_
|
|||
if (!(format->flags[WINED3D_GL_RES_TYPE_TEX_2D] & WINED3DFMT_FLAG_TEXTURE))
|
||||
continue;
|
||||
|
||||
if (is_identity_fixup(format->color_fixup))
|
||||
continue;
|
||||
|
||||
TRACE("Checking support for fixup:\n");
|
||||
dump_color_fixup_desc(format->color_fixup);
|
||||
if (!adapter->shader_backend->shader_color_fixup_supported(format->color_fixup)
|
||||
|
|
Loading…
Reference in New Issue