Commit graph

7 commits

Author SHA1 Message Date
Project_HSI
3ad0e24a07
Implement toggle for alpha blending mode 2026-02-04 07:14:30 +10:00
Project_HSI
8c8f2bc86e
Changed transparent window test
This adds more alpha colours to hopefully diagnose problems with software transparency a bit better.

Theoretically, the squares should be less visible the less alpha down, but with SDL_BLENDMODE_NONE, this is not the case, we need to use SDL_BLENDMODE_BLEND instead.
2026-02-03 07:42:06 +10:00
Sam Lantinga
5f086e7623 Updated copyright for 2026 2026-01-01 09:40:08 -08:00
Anonymous Maarten
3ba9bdfc01 test: use SDL_test to parse arguments of tests 2025-11-17 20:00:02 +01:00
Sam Lantinga
a9b5a1e785 Simplified the transparent software renderer test 2025-09-04 10:31:22 -07:00
Sam Lantinga
f48c20f481 Added testsoftwaretransparent to the CMake build system 2025-09-04 09:25:05 -07:00
Qiang
f2d2cd8152
fix: Blending rendering anomaly when using the software renderer with SDL_WINDOW_TRANSPARENT on Windows. (#13866) 2025-09-04 07:41:45 -07:00