18 May
2010
18 May
'10
7:56 a.m.
On 18 May 2010 09:30, Roderick Colenbrander <thunderbird2k(a)gmail.com> wrote:
- arbfp_blit_set((IWineD3DDevice *)device, src_surface); + if (is_complex_fixup(src_surface->resource.format_desc->color_fixup) && + !is_complex_fixup(dst_surface->resource.format_desc->color_fixup)) + arbfp_blit_set((IWineD3DDevice *)device, src_surface);
- This doesn't do what your subject line says it does. - Why do you think this patch makes sense?