On 11 October 2011 22:31, Stefan Dösinger <stefan(a)codeweavers.com> wrote:
> static BOOL fbo_blit_supported(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op,
> const RECT *src_rect, DWORD src_usage, WINED3DPOOL src_pool, const struct wined3d_format *src_format,
> - const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format *dst_format)
> + const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format *dst_format,
> + const struct wined3d_surface *dst_surface)
I don't think we want this. Does this actually ever happen?