Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SDL/ prefix | malc | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | Respect the standard | malc | 2009-07-02 | 1 | -3/+3 |
| | |||||
* | sdl zooming | Stefano Stabellini | 2009-06-29 | 1 | -0/+25 |
Hi all, this patch implements zooming capabilities for the sdl interface. A new sdl_zoom_blit function is added that is able to scale and blit a portion of a surface into another. This way we can enable SDL_RESIZABLE and have a real_screen surface with a different size than the guest surface and let sdl_zoom_blit take care of the problem. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |