Commit Graph

919 Commits

Author SHA1 Message Date
Phillip Stephens e9b2c5f96c
Update logvisor 2022-01-10 23:27:41 -08:00
Luke Street 49cfab476f Merge remote-tracking branch 'darkszero/feature/support-lazy-commit-resources'
# Conflicts:
#	lib/graphicsdev/Vulkan.cpp
2021-10-25 23:07:39 -04:00
Luke Street 07ded238b4 Update logvisor 2021-10-25 19:09:08 -04:00
Henrique Gemignani Passos Lima c6aed360e6 Add commitPendingTransaction 2021-07-01 18:30:50 +03:00
Luke Street ce26c0f862 Update logvisor 2021-06-30 16:24:57 -04:00
Luke Street 1eb2a46a41 Update logvisor 2021-06-30 14:16:24 -04:00
Henrique Gemignani Passos Lima c7c1162bd3 Add lazyCommitTransaction and implement for Vulkan 2021-06-30 13:54:18 +03:00
Luke Street 4265e9d801 Use UTF-8 exclusively internally; update logvisor 2021-06-28 18:57:39 -04:00
Phillip Stephens 542191fd70
Update logvisor 2021-06-19 14:45:13 -07:00
Henrique Gemignani Passos Lima a60be878ca Update logvisor 2021-06-19 13:54:31 +03:00
Henrique Gemignani Passos Lima 39515665b5 Update optick to fix c++20 compilation 2021-06-18 22:51:48 +03:00
Luke Street cf06fe03e0 Fix small memory leak in PulseAudioVoiceEngine 2021-06-11 21:54:05 -04:00
Luke Street d302532fe1 Fix reversed resize X_CURSORS 2021-05-25 19:12:52 -04:00
Luke Street 78028c6237 More EMouseCursor options 2021-05-25 09:23:50 -04:00
Luke Street 8dd258fc62 Metal: Fix UChar4 semantic type 2021-05-24 18:52:23 -04:00
Luke Street d13fbda0c0 Add baseVertex to drawIndexed; add ESpecialKey::Tab 2021-05-24 17:24:02 -04:00
Luke Street 55deba0913 Remove targetFrameTime / Limiter 2021-05-24 01:04:14 -04:00
Luke Street f4b1e12956 Add <optional> include to ApplicationXlib.hpp 2021-05-20 01:38:35 -04:00
Luke Street c4bb325d05 Fix -Wc99-designator warnings in sse2neon 2021-05-09 14:31:15 -04:00
Phillip Stephens 73d7e1db1c
Update logvisor 2021-05-07 23:20:04 -07:00
Luke Street e23eedb338 Use AudioMatrixSSE(+sse2neon) on arm64 2021-04-18 11:59:34 -04:00
Luke Street 09b788d20b Update logvisor 2021-04-13 10:35:10 -04:00
Luke Street 8b57557660 Update logvisor 2021-04-12 15:53:18 -04:00
Luke Street cd25ff4abf Always link optick 2021-04-10 09:17:41 -04:00
Luke Street e827d92eba
Merge pull request #45 from henriquegemignani/feature/optick
Use optick fork, fix warnings when disabled
2021-04-10 08:47:46 -04:00
Henrique Gemignani Passos Lima 7d8e1a6d75 Use optick fork, fix warnings when disabled 2021-04-10 03:26:45 +03:00
Luke Street cb84c7feaf
Merge pull request #44 from henriquegemignani/feature/optick
Add optick
2021-04-08 19:52:42 -04:00
Henrique Gemignani Passos Lima 3f1737eaeb Add optick
It is only linked for Windows, macOS and Linux, but disabled by default.
Vulkan support is also enabled if Vulkan is found.
2021-04-08 23:02:55 +03:00
Luke Street 6335cb09fe Update FindIPP for new *nix path 2021-04-07 12:37:42 -04:00
Luke Street fa89c9c138 Update logvisor 2021-04-06 17:56:51 -04:00
Luke Street 500775f3db Fix submodule deletion 2021-04-06 13:00:46 -04:00
Luke Street bb6274e638 Remove incomplete NX support
Update submodules & tracking branches
2021-04-06 12:54:06 -04:00
Luke Street 771dbaf1aa Update logvisor 2021-04-05 16:31:51 -04:00
Luke Street eebb73e112 Update logvisor 2021-04-05 13:27:30 -04:00
Luke Street 2f0971c644 Update logvisor 2021-04-05 12:05:30 -04:00
Luke Street acfe8f646c Check Intel IPP path for oneAPI installations 2021-04-05 12:03:40 -04:00
Luke Street 80f25c5368 Update logvisor 2021-04-04 18:22:27 -04:00
Phillip Stephens 717eac9cc3
Merge branch 'bugfix/find-vulkan-windows' of https://github.com/henriquegemignani/boo into henriquegemignani-bugfix/find-vulkan-windows 2021-04-03 21:37:03 -07:00
Phillip Stephens 4269b211f1 Update logvisor 2021-04-03 10:29:22 -07:00
Henrique Gemignani Passos Lima da2cf21616 Fix expanding list-VULKAN_SDK_DIRS on the if 2021-04-02 20:24:14 +03:00
Luke Street 403291c191 Vulkan: Handle out-of-date swapchain during resize 2021-03-30 22:46:20 -04:00
Luke Street 0445e5d282 Use explicit source file extensions in soxr (CMake CMP0115) 2021-03-30 21:27:21 -04:00
Luke Street 77d0fce78a ApplicationCocoa: Set activateIgnoringOtherApps
Fixes issues with window opening in background, unfocused
2021-03-30 12:34:00 -04:00
Luke Street 8c9f44a29f Disable soxr pkgconfig install 2021-03-19 23:50:36 -04:00
Luke Street a1209cdad7 HIDListenerUdev: Avoid -Wmaybe-uninitialized with GCC 9 2021-03-01 17:25:51 -05:00
Luke Street 88cc539f16 Fix x86_64 arch define for MSVC 2021-02-15 21:04:18 -05:00
Luke Street 3280363b6d Fixes for GCC aarch64 compilation 2021-02-01 05:14:19 +00:00
Luke Street 74aaa605f3 Try Vulkan first on Windows 2021-01-23 21:12:20 -05:00
Luke Street 6faff77f86 Fixes for Apple Silicon (cmake / soxr) 2021-01-06 20:29:04 -05:00
Phillip Stephens 6ae9e93d31 Merge commit 'd826c83' 2020-12-31 13:55:24 -08:00