]> O.S.I.I.S - jp/vkvg.git/commit
replace cross_mutex with tinycthread, add multisampled example
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 25 Jan 2022 22:01:06 +0000 (23:01 +0100)
committerj-p <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:09:23 +0000 (21:09 +0100)
commit700eb27ab44a8505f9b6152523b4076b8a4c1254
tree42b9385137720338d6e034ed9f81dbc4d3946338
parent084a7624d12137a5e59762dea55bf8fbceeca66f
replace cross_mutex with tinycthread, add multisampled example
17 files changed:
CMakeLists.txt
include/vkvg.h
src/cross_mutex.c [deleted file]
src/cross_mutex.h [deleted file]
src/deps/tinycthread.c [new file with mode: 0644]
src/deps/tinycthread.h [new file with mode: 0644]
src/vkvg_context.c
src/vkvg_context_internal.h
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_fonts.c
src/vkvg_internal.h
tests/CMakeLists.txt
tests/common/tinycthread.c [new file with mode: 0644]
tests/common/tinycthread.h [new file with mode: 0644]
tests/multithreading/multithreaded.c [new file with mode: 0644]