wined3d: Implement DDBLTFX_MIRRORUPDOWN for DXT2.

This commit is contained in:
Stefan Dösinger 2014-05-12 15:12:41 +02:00 committed by Alexandre Julliard
parent c18d52d346
commit 46df06aae7
1 changed files with 1 additions and 0 deletions

View File

@ -5369,6 +5369,7 @@ static HRESULT surface_cpu_blt_compressed(const BYTE *src_data, BYTE *dst_data,
}
return WINED3D_OK;
case WINED3DFMT_DXT2:
case WINED3DFMT_DXT3:
for (y = 0; y < update_h; y += format->block_height)
{