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 1201

Summary: testalpha demo not showing the expected result
Product: SDL Reporter: Julien CLEMENT <andematunum>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Mac OS X 10.6   
Attachments: Proposed fix

Description Julien CLEMENT 2011-05-06 09:07:31 UTC
I've attached a screenshot of what I get and here is the console output :
<<<
Screen is at 32 bits per pixel
Screen is in system memory
Sprite is in system memory
Sprite blit dosn't uses hardware alpha acceleration
>>>

There is no alpha actually ...
Comment 1 bastien.bouclet 2011-07-02 09:37:58 UTC
Created attachment 642 [details]
Proposed fix

This was broken by commit 3a778c6c0269 (5439).
Please consider the attached fix.
Comment 2 Sam Lantinga 2012-01-06 22:37:40 UTC
Can you retest with the latest snapshot?
http://www.libsdl.org/tmp/SDL-1.3.zip

I have fixed some things in the blit code and testalpha works here.

Thanks!