AMDVLK/default.xml
jaxl ddb9bc059a 2019-8-14 update
New feature and improvement

* Support extension VK_EXT_subgroup_size_control
* Update Vulkan headers to 1.1.116
* Optimize atomic max/min
* Optimize fp16 code generation
* Various atomic optimizations
* Extend atomic optimizer to gfx10

Issue fix

* ICD initialization failure for system with a mix of GFX10 and other GFX versions ASICs
* Crash with AMD GPU disabled
* CTS dEQP-VK.binding_model.descriptorset_random.* - test failure
2019-08-15 14:42:35 +08:00

20 lines
820 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="vulkan-github"
fetch="https://github.com/GPUOpen-Drivers" />
<default revision="master"
remote="vulkan-github"
sync-j="8"
sync-c="true" />
<project path="drivers/xgl" name="xgl" revision="9b632ef4f132bddc94769702ed8b49efbc39d89c"/>
<project path="drivers/pal" name="pal" revision="66e78b997748d03d77e1d706c10f1f17e18e5654"/>
<project path="drivers/llpc" name="llpc" revision="0da6ca8e09f41639636a106f9b9ca74df50321ce"/>
<project path="drivers/spvgen" name="spvgen" revision="2f31d1170e8a12a66168b23235638c4bbc43ecdc"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
<project path="drivers/llvm" name="llvm" revision="9bc5dd4450a6361faf5c5661056a7ee494fad830"/>
</manifest>