Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Vulkan sampling support #256

Merged
merged 28 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5d76b16
WIP: First-pass implementation of Vulkan profiling. Currently assumes…
Valakor Jan 6, 2024
dff750b
Update comment describing compilation requirements for Vulkan profiling
Valakor Jan 6, 2024
11314f7
Fix calling rmt_GetLastErrorMessage from C++
Valakor Jan 7, 2024
45f4887
Fix rmt_ScopedD3D12Sample and rmt_ScopedVulkanSample. Extra parens co…
Valakor Jan 7, 2024
e608550
Fix Remotery_Destructor when D3D12 or Vulkan sampling are enabled. Ne…
Valakor Jan 7, 2024
067ba82
WIP: Fix getting Vulkan function pointers
Valakor Jan 7, 2024
433a90c
Update readme.md
Valakor Jan 7, 2024
bf90e0d
Fix visualization of uint64 and sint64 properties
Valakor Jan 7, 2024
fce6e3b
WIP: Vulkan spec states that you can't call vkGetQueryPoolResults wit…
Valakor Jan 7, 2024
533f7cf
WIP: First-pass Vulkan profiling implementation complete
Valakor Jan 7, 2024
083be58
Default RMT_USE_VULKAN back to 0
Valakor Jan 8, 2024
3db954d
Merge branch 'Celtoys:main' into main
Valakor Jan 8, 2024
bebb5a2
Update a handful of comments
Valakor Jan 8, 2024
5502716
Add missing ZeroMemory macro on non-Windows platforms
Valakor Jan 8, 2024
90c8e2e
Support thread naming on MacOS
Valakor Jan 8, 2024
d41b2bf
Vulkan on MacOS (via MoltenVK) only allows query pools of up to size …
Valakor Jan 8, 2024
6e3cbbf
Add missing comment about query pool size limits on MacOS
Valakor Jan 8, 2024
af38067
Fix timestamp calibration on MacOS. Turns out MoltenVK actually retur…
Valakor Jan 8, 2024
6f957e8
Update some comments in GetTimestampCalibration to reflect correct in…
Valakor Jan 8, 2024
8ceedd3
Remove ZeroMemory macro hack, just use memset
Valakor Jan 10, 2024
f38c000
Clarify that the function pointer passed to rmt_BindVulkan is the vkG…
Valakor Jan 10, 2024
0c96a6f
Rename VulkanGetInstanceProcAddr to rmtVulkanGetInstanceProcAddr
Valakor Jan 10, 2024
53897b4
Update readme.md
Valakor Jan 10, 2024
b0bf7c5
Ensure we delete VulkanBindImpl::mqToVulkanUpdate
Valakor Jan 10, 2024
70a13a9
Cleaner shutdown by automatically consuming all pending GPU samples. …
Valakor Jan 10, 2024
e7141d6
Clarify Vulkan compilation and extension/version requirements in Remo…
Valakor Jan 14, 2024
2e56a7b
Have the user specify Vulkan functions pointers instead of loading th…
Valakor Jan 17, 2024
2f28ede
Fix a handful of issues:
Valakor Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view