We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 639 - Async blit function cannot enable in x11 driver
Summary: Async blit function cannot enable in x11 driver
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.13
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords: target-1.2.14
Depends on:
Blocks:
 
Reported: 2008-11-06 19:22 UTC by gatekeeper
Modified: 2009-09-21 03:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gatekeeper 2008-11-06 19:22:50 UTC
I tried to enable async blit function in x11 driver. The video surface's SDL_ASYNCBLIT flag is set, but I found the the driver is not in async blit mode.
    In file "SDL_x11video.c", the function "X11_SetVideoMode" only records SDL_RESIZABLE and SDL_NOFRAME flags in the surface structure. In file "SDL_x11image.c", function "X11_NormalUpdate" and "X11_MITSHMUpdate" check the SDL_VideoSurface's SDL_ASYNCBLIT flag to enable async blit. It is always false.
    Is it a bug?
Comment 1 Ryan C. Gordon 2009-09-13 16:33:35 UTC
Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14.

Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla).

--ryan.
Comment 2 Sam Lantinga 2009-09-21 03:43:34 UTC
The ASYNCBLIT functionality caused issues with certain X servers and is no longer supported.