-
Notifications
You must be signed in to change notification settings - Fork 166
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
vkcubepp: Support protected output #1078
base: main
Are you sure you want to change the base?
Conversation
Author gnoliyil not on autobuild list. Waiting for curator authorization before starting CI build. |
1 similar comment
Author gnoliyil not on autobuild list. Waiting for curator authorization before starting CI build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This change was originally introduced into Fuchsia's Vulkan-Tools fork in https://fxrev.dev/c/third_party/Vulkan-Tools/+/444614. If `--protected_output` command line option is specified, vkcubepp will render to the protected memory. Bug: https://fxbug.dev/378964821 Change-Id: I11c89d3d722236448edd41ca51a03f80d0ba7324
d2cfe86
to
8fd8c03
Compare
Author gnoliyil not on autobuild list. Waiting for curator authorization before starting CI build. |
1 similar comment
Author gnoliyil not on autobuild list. Waiting for curator authorization before starting CI build. |
CI Vulkan-Tools build queued with queue ID 377419. |
CI Vulkan-Tools build # 1627 running. |
CI Vulkan-Tools build # 1627 failed. |
#1079 (vkcubepp: Support Fuchsia) has been merged since last review. I uploaded a new version of this PR to include the Fuchsia-specific manifest files to run the tests in protected mode on Fuchsia. Please take a look? |
This change was originally introduced into Fuchsia's Vulkan-Tools fork in https://fxrev.dev/c/third_party/Vulkan-Tools/+/444614.
If
--protected_output
command line option is specified, vkcubepp will render to the protected memory.Bug: https://fxbug.dev/378964821