]> 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)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 25 Jan 2022 23:25:54 +0000 (00:25 +0100)
commit3c8f25e3a1cee8eb150c9145eb959e73f23fb5d3
tree1ece53ad22656b460f199108e9dd0f9974cb3a4f
parent716730efa87ea26b22af7398514a7f27eaf834db
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]