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 - testalpha demo not showing the expected result
Summary: testalpha demo not showing the expected result
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Mac OS X 10.6
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 09:07 UTC by Julien CLEMENT
Modified: 2013-05-21 02:37 UTC (History)
0 users

See Also:


Attachments
Proposed fix (684 bytes, patch)
2011-07-02 09:37 UTC, bastien.bouclet
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!