~dokomix/dokomix/+git/taisei:sdl3

Last commit made on 2024-09-16
Get this branch:
git clone -b sdl3 https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
sdl3
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

97351bd... by Andrei Alexeyev <email address hidden>

shaderlib/lang_dxbc: fix formatting

ac2b91a... by Andrei Alexeyev <email address hidden>

shaderlib: add entrypoint field to ShaderSource

941c86d... by Andrei Alexeyev <email address hidden>

shaderlib: fix MSL translation

5bcf177... by Andrei Alexeyev <email address hidden>

shaderlib: major refactor; support more targets for translation

a1227bd... by Andrei Alexeyev <email address hidden>

renderer/glescommon: replace custom ANGLE EGL hack with new SDL3 API

e240094... by Andrei Alexeyev <email address hidden>

util/io: add SDL_RWprintf_arena; make SDL_RWprintf use scratch arena

3be4555... by Andrei Alexeyev <email address hidden>

util/io: add SDL_RWgets_arena

8174008... by Andrei Alexeyev <email address hidden>

rwops/rwops_arena: arena-backed auto-resizing IO buffer

c203685... by Andrei Alexeyev <email address hidden>

memory/scratch: system for managing thread-local "scratch" arenas

31b15a9... by Andrei Alexeyev <email address hidden>

memory: temporarily break aligned alloc on windows