SDL-mirror/src/video/directfb
Sam Lantinga f25403ba28 Fixed bug 1751 - Direcftb renderer viewport behaviour differs from API description.
tomaszewski.p

According to API description:
SDL_RenderSetViewport - Use this function to set the drawing area for rendering on the current target.

DirectFB renderer in DirectFB_UpdateViewport function just sets clip on surface, instead of moving drawing area.

Attached patch uses set clip rectangle to move {x,y} coordinates during draw and blit operations to be compatible with API description.
2013-03-10 21:10:10 -07:00
..
SDL_DirectFB_dyn.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_dyn.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_events.c Added a mouse ID to the mouse events, which set to the special value SDL_TOUCH_MOUSEID for mouse events simulated by touch input. 2013-03-02 20:44:16 -08:00
SDL_DirectFB_events.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_modes.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_modes.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_mouse.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_mouse.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_opengl.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_opengl.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_render.c Fixed bug 1751 - Direcftb renderer viewport behaviour differs from API description. 2013-03-10 21:10:10 -07:00
SDL_DirectFB_render.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_shape.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_shape.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_video.c Fixed bug 1744 - DirectFB video and renderer API is not updated 2013-03-09 10:35:12 -08:00
SDL_DirectFB_video.h Fixed bug 1744 - DirectFB video and renderer API is not updated 2013-03-09 10:35:12 -08:00
SDL_DirectFB_window.c Fixed bug 1744 - DirectFB video and renderer API is not updated 2013-03-09 10:35:12 -08:00
SDL_DirectFB_window.h Fixed bug 1744 - DirectFB video and renderer API is not updated 2013-03-09 10:35:12 -08:00
SDL_DirectFB_WM.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_DirectFB_WM.h Happy New Year! 2013-02-15 08:47:44 -08:00