wined3d: Implement DDBLTFX_MIRRORUPDOWN for DXT2.
This commit is contained in:
parent
c18d52d346
commit
46df06aae7
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue