SRSaunders
|
3eb260a809
|
macOS: Add CVAR_NEW tag to r_mvk* cvar declarations
|
2024-08-03 12:37:29 -04:00 |
|
SRSaunders
|
4c79e21bbc
|
macOS: Fix compile failure when configuring metal argument buffers with MoltenVK >= 1.2.10
|
2024-08-03 12:13:00 -04:00 |
|
Robert Beckebans
|
5060bc8047
|
Extended listCvars with -new option to show all RBDoom related cvars
|
2024-07-10 20:33:20 +02:00 |
|
Robert Beckebans
|
c4d951443b
|
Automatically sign in master user if compiled without DOOM_CLASSIC. close #892
|
2024-05-21 21:05:52 +02:00 |
|
SRSaunders
|
f548ee56de
|
Revert VK_KHR_maintenance4 and suppress messageID=0x609a13b for older Vulkan SDKs
|
2024-05-18 11:42:05 -04:00 |
|
SRSaunders
|
d5920c0b6a
|
Minor tweak to Vulkan extension order
|
2024-05-11 18:36:43 -04:00 |
|
SRSaunders
|
37927c94a3
|
Revert no-color attachment change, instead suppress DX12 & Vulkan validation layer messages
|
2024-05-11 18:32:01 -04:00 |
|
SRSaunders
|
70a616e6eb
|
Enable VK_KHR_maintenance4 for relaxed interface matching between input and output vectors
|
2024-05-11 17:47:42 -04:00 |
|
SRSaunders
|
0efc9e24f3
|
Revert VK_EXT_debug_marker change and enable VK_EXT_Debug_Report as parent dependency
|
2024-05-11 17:45:07 -04:00 |
|
Stephen Saunders
|
30f92b8103
|
Suppress Vulkan [Shader-OutputNotConsumed] validation layer message since by design
|
2024-05-10 11:54:43 -04:00 |
|
SRSaunders
|
0176862581
|
Remove VK_EXT_debug_utils and enable VK_EXT_debug_marker only when debugging
|
2024-05-10 09:52:49 -04:00 |
|
SRSaunders
|
0a438ad614
|
Remove unneeded VkPhysicalDeviceBufferAddressFeaturesEXT from CreateDevice() pNext chain
|
2024-05-10 09:52:49 -04:00 |
|
Robert Beckebans
|
3fe0b2d5ee
|
Renamed DX12/Vulkan specific cvars with a r_vk/r_dx prefix
|
2024-04-02 17:17:47 +02:00 |
|
Robert Beckebans
|
40408dda5e
|
Astyle
|
2024-04-02 16:46:08 +02:00 |
|
SRSaunders
|
997b7b5b99
|
Add Optick traces for MoltenVK command buffer submit, image acquire, and metal encoding on macOS
|
2024-03-21 22:19:12 -04:00 |
|
SRSaunders
|
2e2a9106e1
|
Correct some uint64 types and add Optick frame tag for DX12 / Vulkan Present()
|
2024-03-07 15:55:00 -05:00 |
|
SRSaunders
|
fc87f60440
|
Complete Optick instrumentation and align with HUD GPU timers
|
2024-02-28 11:59:41 -05:00 |
|
SRSaunders
|
4100303dd8
|
Include DeviceManager_VK.cpp in precompiled headers (nvrhi Vulkan-Headers conflict resolved)
|
2024-02-23 08:46:04 -05:00 |
|
Stephen Saunders
|
7911f5252d
|
Merge branch 'master' into nvrhi-rebase-040224
|
2024-02-04 15:02:13 -05:00 |
|
Robert Beckebans
|
2a0c742b1a
|
Removed CPU/GPU usage from com_showFPS > 1
|
2024-02-04 16:40:18 +01:00 |
|
Stephen Saunders
|
02ed35be22
|
Move vulkan.hpp include to DeviceManager_VK.cpp and adjust vk:: namespace references
|
2024-02-04 01:41:33 -05:00 |
|
Stephen Saunders
|
4596a34dfe
|
nvrhi rebase 013124 and shaderCompiler to ShaderMake migration changes
|
2024-02-03 11:26:31 -05:00 |
|
Stephen Saunders
|
41a9f5fa59
|
macOS: Use VK_EXT_layer_settings config for all build types, add r_mvkUseMetalArgumentBuffers cvar
|
2024-01-29 20:58:28 -05:00 |
|
Stephen Saunders
|
fea41b50ba
|
HUD Statistics Overlay: Improve frame sync time and CPU usage % calculations (all platforms)
|
2024-01-25 15:09:54 -05:00 |
|
Stephen Saunders
|
6bea484765
|
Vulkan: Add USE_OPTICK guard for Optick::VulkanFunctions
(cherry picked from commit f23198e2d497e2e211dff51fe375f333a50b10cf)
|
2024-01-21 00:23:39 -05:00 |
|
Stephen Saunders
|
68d0ab062f
|
Vulkan: Use dynamic pointers for all Vulkan functions used by VMA, Optick, and MoltenVK
(cherry picked from commit a247df05e5b604cff288ef9c90dd42fd6829f0c1)
|
2024-01-21 00:22:54 -05:00 |
|
Stephen Saunders
|
e80b6a3e21
|
macOS: Support VK_EXT_layer_settings for MoltenVK >= 1.2.7 / Vulkan SDK >= 1.3.272.0
(cherry picked from commit f3c65eef3e75ea2846cffd97aff1fd2f9bf92f7f)
|
2024-01-21 00:22:12 -05:00 |
|
Stephen Saunders
|
ec2719b099
|
Statistics HUD: smooth CPU/GPU usage, add GPU Memory for mode 3; CMakeLists: make VMA header visible in IDE
(cherry picked from commit 8a0c493f1c4ef45312005c7e5b02cdde706bcc2b)
|
2024-01-21 00:20:51 -05:00 |
|
Stephen Saunders
|
48381ec0b9
|
Add comments, remove redundant call to Vulkan getProperties, enable Khronos sync2 layer based on macOS SDK version
(cherry picked from commit 18769ecce66ce75b8bb8609c71194146464786e7)
|
2024-01-21 00:20:28 -05:00 |
|
Stephen Saunders
|
bc658e4203
|
Vulkan: Detect and enable fragment shading rate features at individual per-feature granularity
(cherry picked from commit 638ae85c6c420160e022af171304717adb14f1f2)
|
2024-01-21 00:18:34 -05:00 |
|
Stephen Saunders
|
f434a650db
|
Work around missing Vulkan shaderStorageImageReadWithoutFormat on Intel GPUs
(cherry picked from commit 83b97d0e1c13efad0bad86c80dcecff0f0b4628c)
|
2024-01-21 00:18:11 -05:00 |
|
Stephen Saunders
|
6e8f74154f
|
Add CPU / GPU usage % to HUD overlay and display MoltenVK's Metal encoding time when available
(cherry picked from commit 54759765ff384bd5a3109d8c801e50952c97c4aa)
|
2024-01-21 00:15:42 -05:00 |
|
Stephen Saunders
|
7bd543f699
|
Remove need for barrier command list on Vulkan, simplifies code and enables macOS previous command statistics
(cherry picked from commit 9956923ee656f1294446cadd692ca61edfe9ba6a)
|
2024-01-21 00:14:43 -05:00 |
|
Stephen Saunders
|
e0fe1b8bed
|
Properly init / shutdown device manager (all platforms) and SDL (non-windows) to avoid leaks
|
2023-12-26 13:15:32 +01:00 |
|
Robert Beckebans
|
e0e77ce6b3
|
Applied astyle
|
2023-07-14 09:45:35 +02:00 |
|
Robert Beckebans
|
33615ef541
|
Merge remote-tracking branch 'SRSaunders/optick-vulkan'
|
2023-07-14 09:44:55 +02:00 |
|
Robert Beckebans
|
3da97f0e3f
|
Applied astyle
|
2023-07-14 08:46:32 +02:00 |
|
Stephen Saunders
|
078eb4e779
|
Fix SDL window vs. Vulkan swapchain extent errors, align SDL vs. Win32 window handling & error logic
|
2023-06-09 14:48:36 -04:00 |
|
Stephen Saunders
|
db79692287
|
Implement Vulkan eMailbox present mode option, perform runtime check for all present modes
(cherry picked from commit 268c057af1aaf59833c52744ee76465c697ebdac)
|
2023-06-06 11:43:50 -04:00 |
|
Stephen Saunders
|
9ab8c2a4da
|
Init swapChainBufferCount to NUM_FRAME_DATA (all renderers) and clamp to Vulkan surfaceCaps
|
2023-06-06 11:42:22 -04:00 |
|
Stephen Saunders
|
444b25a1e8
|
Wait for Vulkan device idle in DestroyDeviceAndSwapChain() to avoid random crashes on exit
|
2023-06-01 00:53:02 -04:00 |
|
Stephen Saunders
|
9ebe476f4f
|
Remove unnecessary Vulkan cast for m_SwapChain when calling OPTICK_GPU_FLIP()
|
2023-05-23 14:45:34 -04:00 |
|
Stephen Saunders
|
6bb8c1feeb
|
Remove unneeded Vulkan extensions: VK_KHR_present_id + macOS-specifics
|
2023-05-13 10:22:52 -04:00 |
|
Stephen Saunders
|
0b510de3e9
|
Update RenderBackend to select OPTICK_GPU_CONTEXT graphics API at runtime
|
2023-05-12 03:01:11 -04:00 |
|
Stephen Saunders
|
6769126b14
|
Add Vulkan Present / VSync queue profiling if VK_GOOGLE_display_timing extension available
|
2023-05-04 22:51:30 -04:00 |
|
Stephen Saunders
|
d9d721a73e
|
Add Optick for Vulkan, remove need for USE_OPTICK_GPU, fix calls to OPTICK_SHUTDOWN()
|
2023-05-04 22:51:30 -04:00 |
|
Robert Beckebans
|
49dc6cee46
|
Reverted com_smp back to boolean
|
2023-03-30 19:30:33 +02:00 |
|
Stephen Saunders
|
e8b76ee1ab
|
Give each Vulkan swapchain image (vs frame) its own acquire/present semaphore
|
2023-03-30 01:07:43 -04:00 |
|
Stephen Saunders
|
3c4cdea02a
|
Define r_mvkSynchronousQueueSubmits cvar to control MoltenVK's queue submit option
|
2023-03-28 12:15:41 -04:00 |
|
Stephen Saunders
|
59b4555bc9
|
Optimize macOS frame sync / fps by enabling MoltenVK asynchronous queue submission
|
2023-03-27 15:51:43 -04:00 |
|