Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix segfault with antialiased draw functions with a depth different than 32bits #3008

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. fix segfault

    bilhox committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    525a82e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. format fix

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6ad5b90 View commit details
    Browse the repository at this point in the history
  2. format issue

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    44ca2bc View commit details
    Browse the repository at this point in the history
  3. another format issue

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    14a2737 View commit details
    Browse the repository at this point in the history
  4. f issue

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b51c6e1 View commit details
    Browse the repository at this point in the history
  5. add tests

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5fdc0c3 View commit details
    Browse the repository at this point in the history
  6. py format fix

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8830ccf View commit details
    Browse the repository at this point in the history
  7. removed 24bits case

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    bf4b9fb View commit details
    Browse the repository at this point in the history
  8. removed masks

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8ccf69c View commit details
    Browse the repository at this point in the history
  9. format fix

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c451a6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    859d492 View commit details
    Browse the repository at this point in the history
  11. format issue

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    bd597a3 View commit details
    Browse the repository at this point in the history
  12. format issue 2

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a9e36ff View commit details
    Browse the repository at this point in the history
  13. format issue 3

    bilhox committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1eede6e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. switch refactor

    bilhox committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    91b0756 View commit details
    Browse the repository at this point in the history
  2. clang format

    bilhox committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0e19136 View commit details
    Browse the repository at this point in the history
  3. draw.c skill issue

    bilhox committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7762f9e View commit details
    Browse the repository at this point in the history
  4. test update

    bilhox committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    dec2aeb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. refactor

    bilhox committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    30a25ba View commit details
    Browse the repository at this point in the history
  2. 8bit fix

    bilhox committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    625806f View commit details
    Browse the repository at this point in the history
  3. format issue

    bilhox committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5d9dee0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. big endian fix

    bilhox committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    dcb27e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    779622c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. switch case

    bilhox committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ab6d773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f155ab View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. removed not necessary include

    bilhox committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    b71cd9a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    b24586f View commit details
    Browse the repository at this point in the history
  2. SDL3 compatibility

    bilhox committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a53c7b5 View commit details
    Browse the repository at this point in the history