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 - SDL does not allow hardware surfaces with 24 bit images.
Summary: SDL does not allow hardware surfaces with 24 bit images.
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.9
Hardware: x86 Windows (XP)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-25 17:12 UTC by Steve Allen
Modified: 2006-02-25 17:28 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 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.