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 2294 - testdrawchessboard.c Sets the render color alpha to 0x0.
Summary: testdrawchessboard.c Sets the render color alpha to 0x0.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 trivial
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 21:52 UTC by Brandon Schaefer
Modified: 2013-12-12 05:16 UTC (History)
0 users

See Also:


Attachments
Changes the color alpha from 0x0 -> 0xFF (648 bytes, patch)
2013-12-10 21:52 UTC, Brandon Schaefer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brandon Schaefer 2013-12-10 21:52:00 UTC
Created attachment 1483 [details]
Changes the color alpha from 0x0 -> 0xFF

This means everything will render black if the software rendering backend selects a pixel format that supports alpha. So it seems best to at lease assume alpha is supported.
Comment 1 Sam Lantinga 2013-12-12 05:16:47 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/8e4512b74223