Commit Graph

376 Commits

Author SHA1 Message Date
Vladyslav_Baranovskyi_EXT
a24b89bd4c Merge pull request 'Tracy Profiler setup' (#28) from tracy_profiler_setup into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/28
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-06-03 20:48:01 +02:00
Vladyslav Baranovskyi
73f9da27b8 Timing GraphicsAppManager methods 2024-06-03 18:41:30 +03:00
Vladyslav Baranovskyi
a5274227bc Fixed bug with tracy client protocol incompatibility 2024-06-03 18:39:49 +03:00
Georg Hagen
4b6c298b41 Fix handling of Mirror list 2024-06-02 21:30:27 +02:00
Georg Hagen
e3e8b3d2d8 Move libarchive build code and use mirrors 2024-06-02 20:51:10 +02:00
Georg Hagen
f9909277cb Update CI config 2024-06-02 19:52:38 +02:00
Georg Hagen
1100511f15 Use dependency mirror for ci build 2024-06-02 19:49:58 +02:00
Georg Hagen
07dc2952af Disable LibXML2 for libarchive 2024-06-02 18:06:04 +02:00
Georg Hagen
de99ecab5e Fix missing include 2024-05-31 19:35:51 +02:00
Vladyslav Baranovskyi
f4dfebdfe4 Fixed spacing typo 2024-05-31 13:36:50 +03:00
Vladyslav Baranovskyi
dbe062fef4 Tracy profiler setup(disabled by default)
In order to enable it pass -DTRACY_ENABLE:BOOL:ON to the generator. E.g:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DTRACY_ENABLE:BOOL=ON ..
2024-05-31 13:34:30 +03:00
Georg Hagen
f23be3057b Merge pull request 'Build script updates' (#27) from build_script_updates into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/27
Reviewed-by: Vladyslav_Baranovskyi_EXT <vladyslav.baranovskyi.ext@madvoxel.com>
Reviewed-by: TymurStrelchyk <tymur.strelchyk.ext@madvoxel.com>
2024-05-31 09:30:11 +02:00
Vladyslav_Baranovskyi_EXT
9058852b10 Merge pull request 'Custom formatter for flag 't', new Utils::GetThreadName()' (#26) from thread_names_instead_of_ids into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/26
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-30 19:19:51 +02:00
Vladyslav Baranovskyi
75b5f635ef Fallback to display thread id of no name was assigned, OpenVulkano::Utils::GetThreadId() 2024-05-30 17:52:02 +03:00
Vladyslav Baranovskyi
3127af5bc7 Custom formatter for flag 't', new Utils::GetThreadName() 2024-05-30 16:30:09 +03:00
Vladyslav_Baranovskyi_EXT
2df5706df4 Merge pull request 'Flush logs on crash' (#25) from flush_logs_on_crash into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/25
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-30 13:31:21 +02:00
Vladyslav Baranovskyi
faff80e46e Moved code back into OpenVulkano namespace, removed unnecessary comment 2024-05-30 14:15:16 +03:00
Vladyslav Baranovskyi
7aa9d0eb82 Ignoring ctrl-c signals, checking whether logger did shut down, calling default signal handler 2024-05-30 12:59:17 +03:00
Georg Hagen
d0ffceca98 Make search for libjpeg-turbo more reliable 2024-05-30 10:50:07 +02:00
Georg Hagen
1f7e8bda43 Add function to automatically find dirs containing cmake configs 2024-05-30 10:49:03 +02:00
Georg Hagen
16f3ed63c5 Use static libs for zstd and lz4 2024-05-30 09:54:15 +02:00
Georg Hagen
ee50d1bb3d Fix VS startup project 2024-05-30 09:53:29 +02:00
Georg Hagen
6761845f99 Fix libjpeg-turbo linking on systems that only have shared libjpeg installed 2024-05-30 09:53:07 +02:00
Georg Hagen
0ce6e31a0d Fix iOS build issue 2024-05-29 18:03:47 +02:00
Vladyslav Baranovskyi
9d1ac4f618 Exiting the app after receiving a signal 2024-05-29 19:02:39 +03:00
Vladyslav Baranovskyi
9a04808701 Flushing logs when received an exception(for windows only) or signal 2024-05-29 17:53:14 +03:00
Vladyslav_Baranovskyi_EXT
801c364c8e Merge pull request 'Fixed string_view out of bounds error' (#24) from string_view_out_of_bounds_error_fix into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/24
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-29 12:42:13 +02:00
Vladyslav Baranovskyi
49104ae14f Fixed string_view out of bounds error 2024-05-29 12:57:21 +03:00
Georg Hagen
d635aa0d37 Merge pull request 'Fix issues with rendering' (#22) from render_fixes into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/22
2024-05-29 10:38:40 +02:00
Georg Hagen
bfce80eed8 Merge pull request 'Fixed build on windows, added libjpeg-turbo' (#21) from windows_build_fix into master
Reviewed-on: https://git.madvoxel.net/OpenVulkano/OpenVulkano/pulls/21
Reviewed-by: Georg Hagen <georg.hagen@madvoxel.com>
2024-05-29 10:38:28 +02:00
Georg Hagen
5f65e9291a Fix dynamic offset count error spam 2024-05-28 22:26:16 +02:00
Georg Hagen
bc0e117d83 Fix memory alignment on Nvidia cards 2024-05-28 22:20:02 +02:00
Georg Hagen
7dd16c66b9 Fix multithreaded rendering 2024-05-28 22:18:33 +02:00
Vladyslav Baranovskyi
5c030d7e13 Copying missing dlls to the exe directory 2024-05-28 18:25:34 +03:00
Vladyslav Baranovskyi
e40cc7b587 Fixed gethostname() linker error 2024-05-28 18:25:08 +03:00
Georg Hagen
22be3d288a Fix issue with finding assimp on consecutive cmake runs 2024-05-28 00:15:36 +02:00
Georg Hagen
28e48d155a Add libjpeg-turbo dependency 2024-05-28 00:15:08 +02:00
Georg Hagen
36307e0b5b Fail build if libarchive build failed and update linking 2024-05-28 00:02:00 +02:00
Georg Hagen
10f91ca464 Revert "Fixed linker errors of imgui backend on windows"
This reverts commit 378be743f8.
2024-05-27 23:03:24 +02:00
Georg Hagen
5a09038a06 Downgrade zstd because of broken Windows build
See: https://github.com/facebook/zstd/issues/3999
2024-05-27 22:59:14 +02:00
Georg Hagen
f4969db274 Fix assimp 2024-05-27 22:47:58 +02:00
Georg Hagen
c0a97491d5 Disable some not used features of libarchive 2024-05-27 11:41:20 +02:00
Georg Hagen
45d656cde7 Fix check for system LibArchive 2024-05-27 11:18:45 +02:00
Vladyslav Baranovskyi
114292c96c Merge branch 'master' into windows_build_fix 2024-05-27 12:17:07 +03:00
Georg Hagen
8875a2d4ee Move apple framework linking into a reusable function 2024-05-27 10:23:02 +02:00
Georg Hagen
b462167760 Add BZip2 and LZMA as optional packages 2024-05-27 09:06:51 +02:00
Georg Hagen
409f679cfd Use system libarchive if available 2024-05-27 08:50:31 +02:00
Georg Hagen
ec73c7d2ca Add module path 2024-05-27 00:05:15 +02:00
Georg Hagen
9926cdee0b Build libarchive unless USE_SYSTEM_LIB_ARCHIVE is set 2024-05-26 23:44:31 +02:00
Georg Hagen
70cd46544b Update archiving libs and their linking 2024-05-26 23:06:17 +02:00