Kim Fredenberg wrote:
> Denis Oliver Kropp wrote:
> 
>>> I've enabled smooth scaling using:
>>>
>>> DFBSurfaceRenderOptions render_options = 
>>> (DFBSurfaceRenderOptions)(DSRO_SMOOTH_UPSCALE | DSRO_SMOOTH_DOWNSCALE);
>>>
>>> srfc->SetRenderOptions( srfc, render_options );
>>> tmpsurface->StretchBlit (tmpsurface, srfc, NULL, &rect2);
>>
>> Did you change blitting flags?
>>
>> What formats are you using?
> 
> The blitting flags for the tmpsurface I have set to:
> 
> tmpsurface->SetBlittingFlags(tmpsurface, 
> (DFBSurfaceBlittingFlags)(DSBLIT_BLEND_ALPHACHANNEL));

Smooth scaling is not supported in conjunction with blending.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to