Add backend for GPU accel patches

This commit is contained in:
Mykola Grymalyuk
2021-03-18 16:04:28 -06:00
parent ec3ecdca38
commit 6c304402dd
414 changed files with 10817 additions and 54 deletions

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AMDSharedIL</string>
<key>CFBundleGetInfoString</key>
<string>AMDSharedIL 0.0.0.0.0</string>
<key>CFBundleIdentifier</key>
<string>com.apple.AMDSharedIL</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AMD Shared IL</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>NSPrincipalClass</key>
<string>AMDSharedIL</string>
</dict>
</plist>

View File

@@ -0,0 +1 @@
BNDL????

View File

@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/runtime.amdil_si.bc</key>
<data>
LzZ4fh3RGi4GGbXSGIHYLKqSQ0I=
</data>
<key>Resources/runtime.amdil_si.builtin</key>
<data>
fCFntpUYhlOAnGqU1MbAPXf3Si4=
</data>
<key>version.plist</key>
<data>
JQVDirpUkI6BVpnq6sCxpff6hxI=
</data>
</dict>
<key>files2</key>
<dict>
<key>PlugIns/libAMDMtlCompilerPlugin.dylib</key>
<dict>
<key>cdhash</key>
<data>
MTmb2Ryd5+6Uq3lPeaLRMpJDjDI=
</data>
<key>requirement</key>
<string>identifier "com.apple.libAMDMtlCompilerPlugin" and anchor apple</string>
</dict>
<key>Resources/runtime.amdil_si.bc</key>
<dict>
<key>hash2</key>
<data>
+TNLqN+0Fv8AgxFQ1JLpjigCQDXbRiJkiJ3tBv5sFWk=
</data>
</dict>
<key>Resources/runtime.amdil_si.builtin</key>
<dict>
<key>hash2</key>
<data>
JoruO1IGKXyPj/V35XlVCjD7VrBybrUnp33tXolRdkA=
</data>
</dict>
<key>version.plist</key>
<dict>
<key>hash2</key>
<data>
twL2yeyXTzipOvR7/sh8zIyPzVQ9xgnp/Tp0FEbr38g=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildAliasOf</key>
<string>GPUDriversAMD</string>
<key>BuildVersion</key>
<string>11</string>
<key>CFBundleShortVersionString</key>
<string>0.0.0</string>
<key>CFBundleVersion</key>
<string>0.0.0</string>
<key>ProjectName</key>
<string>GPUDriversAMD</string>
<key>SourceVersion</key>
<string>1066042000000</string>
</dict>
</plist>