-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vulkan Video AV1 Encode Test: Fix verbosity
Use Vulkan-Video-Samples public repository and check a revision where the output is less verbose. Remove useless log about clip removal. Components: Vulkan VK-GL-CTS issue: 5504 Affected tests: dEQP-VK.video.encode.av1.* Change-Id: I836ac90bcbb7337dfa606110bd37f109a04f1246
- Loading branch information
Showing
5 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
spirv-headers/src | ||
vulkan-docs/src | ||
video_generator/src | ||
vk-video-samples/src | ||
vulkan-video-samples/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,10 +363,10 @@ def postExtractLibpng (path): | |
# NOTE: Temporary vk_video_samples repo and branch where AV1 | ||
# encoder library is being developed by NVidia. | ||
GitRepo( | ||
"https://github.com/nvpro-samples/vk_video_samples.git", | ||
"[email protected]:nvpro-samples/vk_video_samples.git", | ||
"d78acbefe82183d00634a95705885a7cbabdf20b", | ||
"vk-video-samples"), | ||
"https://github.com/KhronosGroup/Vulkan-Video-Samples.git", | ||
"[email protected]:KhronosGroup/Vulkan-Video-Samples.git", | ||
"70dfd5a6007680ddb8970d7e71bf7af9ee173f3c", | ||
"vulkan-video-samples"), | ||
# NOTE: Temporary video generator repo . | ||
GitRepo( | ||
"https://github.com/Igalia/video_generator.git", | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters