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

Legacy android port #1530

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open

Legacy android port #1530

wants to merge 43 commits into from

Commits on Feb 27, 2024

  1. Revert "engine: partially remove legacy Android port, in preparation …

    …of new port merge"
    
    This reverts commit ef663a8.
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fbb91e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed13cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb97750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c69d3 View commit details
    Browse the repository at this point in the history
  5. waifulib/xcompile: fix host clang16

    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    34aab39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2e14eb View commit details
    Browse the repository at this point in the history
  7. platform/android: disable swbuffer resize hack, wrong buffer size rea…

    …lly is an error that should be fixed on Activity side, not here
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ea35863 View commit details
    Browse the repository at this point in the history
  8. platform/android: debug surface enabling/disabling, add notification …

    …for event_set_pause, fix wrong host.status, prevent rendering while no surface
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7b4fd3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06c6371 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44b1a8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d423c43 View commit details
    Browse the repository at this point in the history
  12. platform/android: prevent rendering without context, fix android_slee…

    …p using surfaceless mode or dummy surface if possible
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bb55de5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    46c82e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16eeaef View commit details
    Browse the repository at this point in the history
  15. waifulib/xcompile: add android-from-none for new host-clang versions,…

    … support hardfloat abi in host-clang
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    313f2a8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55943ad View commit details
    Browse the repository at this point in the history
  17. waifulib/xcompile: add objcopy tool to android configuration, allow s…

    …witching to ndk binutils with host clang
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1b9af8c View commit details
    Browse the repository at this point in the history
  18. ref_gl: workaround using fake arb functions on GLES (Mali400 has stub…

    … glBindBufferARB somehow\!)
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    88f76c6 View commit details
    Browse the repository at this point in the history
  19. vid/android: Remove pixelFormat selection code, it only used to set d…

    …esktop bits per pixel
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    16aa2e9 View commit details
    Browse the repository at this point in the history
  20. platform/android-nosdl: Move all bindings to XashBindings class, work…

    …around broken messageBox from crashhandler
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e21d8df View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7841382 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d18753 View commit details
    Browse the repository at this point in the history
  23. platform/android-nosdl: optionally wait gdb in nativeInit, enable dum…

    …pable flag early as possible
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0901fd9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    91d9ca7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a5f3fce View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9484eff View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    abeb267 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6fec039 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9c09797 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ffe1ff3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    96c3679 View commit details
    Browse the repository at this point in the history
  32. platform/android/dlsym-weak: do not call LoadLibrary to find server l…

    …ibrary instance
    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4953656 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    93e5faa View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    892c735 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ec92d05 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    dbc54fb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    be9dda2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d6cfc65 View commit details
    Browse the repository at this point in the history
  39. platform/android_nosdl: use ARRAYSIZE

    mittorn authored and a1batross committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    26cbb1d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bd5309b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    42958bc View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0442af7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    38a3154 View commit details
    Browse the repository at this point in the history