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 151

Summary: SDL does not allow hardware surfaces with 24 bit images.
Product: SDL Reporter: Steve Allen <ssallen>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.9   
Hardware: x86   
OS: Windows (XP)   

Description Steve Allen 2006-02-25 17:12:12 UTC
SDL will give me a hardware surface for 32 bit and 16 bit images but will not 
allow one for 24 bit images.
Comment 1 Sam Lantinga 2006-02-25 17:28:09 UTC
DirectX doesn't actually support acceleration of 24-bit surfaces.  What it actually uses is 32-bit surfaces with the high 8 bits unused, so pixel access are aligned.