|
9 | 9 | # "git repo name" : ["Directory for clone relative to parent project directory", "branch or commit to checkout (or None for top of tree)"]
|
10 | 10 | gitMapping = {
|
11 | 11 | # Lib.
|
12 |
| - "common-lib-amd-ADL" : ["../Common/Lib/AMD/ADL", None], |
13 |
| - "common-lib-amd-APPSDK-3.0" : ["../Common/Lib/AMD/APPSDK", None], |
14 |
| - "common-lib-ext-OpenGL" : ["../Common/Lib/Ext/OpenGL", None], |
15 |
| - "common-lib-ext-WindowsKits" : ["../Common/Lib/Ext/Windows-Kits", None], |
16 |
| - "googletest" : ["../Common/Lib/Ext/GoogleTest", "v1.8.x"], |
| 12 | + "common-lib-amd-ADL" : ["../Common/Lib/AMD/ADL", "da98d7a9d2b8a6222d32c82952ee44bdfc827b2e"], |
| 13 | + "common-lib-amd-APPSDK-3.0" : ["../Common/Lib/AMD/APPSDK", "55a6940ebc963daec69152314a1bb94943287d4c"], |
| 14 | + "common-lib-ext-OpenGL" : ["../Common/Lib/Ext/OpenGL", "63cd62c8b25e165b0e6f3307b998ed0cf3810edf"], |
| 15 | + "common-lib-ext-WindowsKits" : ["../Common/Lib/Ext/Windows-Kits", "2c99b88d6a8a9b672464436dad771b9799056a8a"], |
| 16 | + "googletest" : ["../Common/Lib/Ext/GoogleTest", "542e057c6c5bf45454b43764b881397b71164d62"], |
17 | 17 | # Src.
|
18 |
| - "common-src-ADLUtil" : ["../Common/Src/ADLUtil", None], |
19 |
| - "common-src-AmdDxExt" : ["../Common/Src/AmdDxExt", None], |
20 |
| - "common-src-AmdVkExt" : ["../Common/Src/AmdVkExt", None], |
21 |
| - "common-src-DeviceInfo" : ["../Common/Src/DeviceInfo", None], |
22 |
| - "common-src-DynamicLibraryModule" : ["../Common/Src/DynamicLibraryModule", None], |
23 |
| - "common-src-TSingleton" : ["../Common/Src/TSingleton", None], |
24 |
| - "common-src-CMakeModules" : ["../Common/Src/CMakeModules", None], |
| 18 | + "common-src-ADLUtil" : ["../Common/Src/ADLUtil", "d62c94514326775c83fc129bb89d299c8749ebd1"], |
| 19 | + "common-src-AmdDxExt" : ["../Common/Src/AmdDxExt", "219f14203196f87636067a30a0b140e946c98551"], |
| 20 | + "common-src-AmdVkExt" : ["../Common/Src/AmdVkExt", "9be475fcefccd78251242176c571d4b7be0390f9"], |
| 21 | + "common-src-DeviceInfo" : ["../Common/Src/DeviceInfo", "f5e7f3c8177e98d8333eed0e0f0cbc8114b8a621"], |
| 22 | + "common-src-DynamicLibraryModule" : ["../Common/Src/DynamicLibraryModule", "ab1e854a6596e2f4d01c0b99096be11bbcd57ab8"], |
| 23 | + "common-src-TSingleton" : ["../Common/Src/TSingleton", "02e8fa7d98f33cdbd0e1f77d1a8a403a32e35882"], |
| 24 | + "common-src-CMakeModules" : ["../Common/Src/CMakeModules", "4d593266f3bb8916b15834050744659d0b86fc65"], |
25 | 25 | }
|
26 | 26 |
|
27 | 27 | # Name : Source , Destination, version, Copied/Installation location wrt to Script root
|
28 | 28 | downloadWin = {
|
29 | 29 | "Vulkan" : [ "https://sdk.lunarg.com/sdk/download/1.0.68.0/windows/VulkanSDK-1.0.68.0-Installer.exe", "default", "1.0.68.0", "default"],
|
30 |
| - "GPADX11GetDeviceInfo" : [ "https://github.com/GPUOpen-Tools/GPA/releases/download/v3.4/GPUPerfAPI-3.4.1319.zip" , "default", "3_4", "../Common/Lib/AMD/GPUPerfAPI"] |
| 30 | + "GPADX11GetDeviceInfo" : [ "https://github.com/GPUOpen-Tools/GPA/releases/download/v3.4.1/GPUPerfAPI-3.4.1336.zip" , "default", "3_4", "../Common/Lib/AMD/GPUPerfAPI"] |
31 | 31 | }
|
32 | 32 |
|
33 | 33 | # Name : Source , Destination, version, Copied/Installation location wrt to Script root
|
|
0 commit comments