forked from pygame-community/pygame-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault with antialiased draw functions with a depth different t…
…han 32bits (pygame-community#3008) * fix segfault * format fix * format issue * another format issue * f issue * add tests * py format fix * removed 24bits case * removed masks * format fix * fix segfault & antialiasing for 24bits * format issue * format issue 2 * format issue 3 * switch refactor * clang format * draw.c skill issue * test update * refactor * 8bit fix * format issue * big endian fix * switch case * hopefully it fixes some problems * removed not necessary include * SDL3 compatibility * size_t to int
- Loading branch information
Showing
2 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters