-
Notifications
You must be signed in to change notification settings - Fork 123
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
portable raytracing: Add VulkanAddressReplacer #1879
Open
fabian-lunarg
wants to merge
25
commits into
LunarG:dev
Choose a base branch
from
fabian-lunarg:fabian_vulkan_address_replacer
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
portable raytracing: Add VulkanAddressReplacer #1879
fabian-lunarg
wants to merge
25
commits into
LunarG:dev
from
fabian-lunarg:fabian_vulkan_address_replacer
Commits on Nov 6, 2024
-
Add a VulkanAddressReplacer class, use in OverrideCmdTraceRays
commit d124189 Author: Fabian Schmidt <[email protected]> Date: Mon Nov 4 11:39:09 2024 -0700 check return-values in vulkan_address_replacer, use LOG_FATAL commit 6b33f74 Author: Fabian Schmidt <[email protected]> Date: Thu Oct 31 15:02:47 2024 +0100 wip, progress with replacer-implementation commit ae2cbe7 Author: Fabian Schmidt <[email protected]> Date: Thu Oct 31 12:36:05 2024 +0100 Add compute-shader, start fleshing out pipeline-creation commit de3d1b0 Author: Fabian Schmidt <[email protected]> Date: Wed Oct 30 10:47:36 2024 +0100 Add vulkan_address_replacer delegate-class commit af5ed38 Author: Fabian Schmidt <[email protected]> Date: Wed Oct 30 08:17:05 2024 +0100 extend hash-license header with murmur3 public-domain disclaimer, remove a function-skip commit 544f570 Author: Fabian Schmidt <[email protected]> Date: Tue Oct 29 14:49:36 2024 +0100 rebased onto upstream-dev commit 3dd2fe6 Author: Fabian Schmidt <[email protected]> Date: Tue Oct 29 11:48:00 2024 +0100 Prepare CmdTraceRays to move things into a remapping-delegate class commit 93b2e11 Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 12:02:52 2024 +0200 linear hashmap in place and populated with shader-group-handles commit 0ea4d5d Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 11:28:01 2024 +0200 remove warning about using vkGetRayTracingShaderGroupHandlesKHR commit 4783909 Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 11:27:27 2024 +0200 Add linear_hashmap to utils commit 3b42fc0 Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 09:53:48 2024 +0200 Remove a raytracing-warning, finally! leave some TODO-comment commit e7d291d Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 09:53:33 2024 +0200 Add murmur3_32 hashing-routine commit 5315afd Author: Fabian Schmidt <[email protected]> Date: Thu Oct 24 08:27:02 2024 +0200 various changes to state-writer: always provide shader-group-handles
Configuration menu - View commit details
-
Copy full SHA for 4c196b3 - Browse repository at this point
Copy the full SHA 4c196b3View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1896b8c - Browse repository at this point
Copy the full SHA 1896b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec67f7 - Browse repository at this point
Copy the full SHA 6ec67f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec97ae0 - Browse repository at this point
Copy the full SHA ec97ae0View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38bac98 - Browse repository at this point
Copy the full SHA 38bac98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08935e3 - Browse repository at this point
Copy the full SHA 08935e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c1daf - Browse repository at this point
Copy the full SHA 85c1dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e670d6 - Browse repository at this point
Copy the full SHA 5e670d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833334d - Browse repository at this point
Copy the full SHA 833334dView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d8c5e2 - Browse repository at this point
Copy the full SHA 0d8c5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063e39b - Browse repository at this point
Copy the full SHA 063e39bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ac794 - Browse repository at this point
Copy the full SHA 95ac794View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba492f8 - Browse repository at this point
Copy the full SHA ba492f8View commit details
Commits on Nov 21, 2024
-
rebind-allocator: use VMA_ALLOCATOR_CREATE_BUFFER_DEVICE_ADDRESS_BIT
- fixes to shader-group-handle-replay feature-detection (needs both capture&replay)
Configuration menu - View commit details
-
Copy full SHA for 674f446 - Browse repository at this point
Copy the full SHA 674f446View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc96856 - Browse repository at this point
Copy the full SHA dc96856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294a7ec - Browse repository at this point
Copy the full SHA 294a7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 503ebbd - Browse repository at this point
Copy the full SHA 503ebbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f023560 - Browse repository at this point
Copy the full SHA f023560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e9492 - Browse repository at this point
Copy the full SHA 76e9492View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d2f7b - Browse repository at this point
Copy the full SHA e6d2f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a3459 - Browse repository at this point
Copy the full SHA 65a3459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6fb55 - Browse repository at this point
Copy the full SHA 8f6fb55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e390bb - Browse repository at this point
Copy the full SHA 2e390bbView commit details
Commits on Nov 22, 2024
-
Roll back changes to vulkan_device_util, was causing weirdness in a s…
…ingle capture, get back to it
Configuration menu - View commit details
-
Copy full SHA for 66272c8 - Browse repository at this point
Copy the full SHA 66272c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281a730 - Browse repository at this point
Copy the full SHA 281a730View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.