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

Summary: testdrawchessboard.c Sets the render color alpha to 0x0.
Product: SDL Reporter: Brandon Schaefer <brandontschaefer>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: HG 2.1   
Hardware: x86_64   
OS: Linux   
Attachments: Changes the color alpha from 0x0 -> 0xFF

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