Skip to content

Commit

Permalink
2021-7-22 update
Browse files Browse the repository at this point in the history
New feature and improvement
* Enable extension: VK_EXT_extended_dynamic_state2
* Enable extension: VK_KHR_copy_commands2
* Enable implicit external synchronization for all GPUs
* Add Pal setting: dumpCmdBufPerFrame

Issue fix
* Issue #243: Swizzled image view on R8_UNORM is not sampled correctly
* Hang, crash or corruption issue for a couple of DXVK games
  • Loading branch information
JaxLinAMD committed Jul 22, 2021
1 parent dc6c848 commit 099e036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
sync-j="8"
sync-c="true" />

<project path="drivers/xgl" name="xgl" revision="682b4a3d4a49b2db24ad10b31ff192d03ecca097"/>
<project path="drivers/pal" name="pal" revision="ad699adac6f9f331bbc454050f6b40d1549ce752"/>
<project path="drivers/llpc" name="llpc" revision="b2e47a684ac1ba9bcddfc87afa9d2fffffd15c06"/>
<project path="drivers/xgl" name="xgl" revision="9210b6802b964cd875628aa67a52fa44a4ec5017"/>
<project path="drivers/pal" name="pal" revision="3e6d3ab088f3b7b405250e75de112df37c49398a"/>
<project path="drivers/llpc" name="llpc" revision="64a67716cf85de1a6bf7e1891acb10794d9bb56e"/>
<project path="drivers/spvgen" name="spvgen" revision="051b6997c7c34f1167cfd400e3205ed6d4b728ef"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="70b0b1d4f3f26882fe579875f24022785d708a79"/>
<project path="drivers/llvm-project" name="llvm-project" revision="84bf997c8b569e551ef73d39cf391e72d2f6c682"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="dc6c848e60239d9b547185d7e07b531723504e1a"/>
<project path="drivers/llvm-project" name="llvm-project" revision="3558c46649a7ef673ff95c58266e59b09626abf0"/>
<project path="drivers/third_party/metrohash" name="MetroHash" revision="3c566dd9cda44ca7fd97659e0b53ac953f9037d2"/>
<project path="drivers/third_party/cwpack" name="CWPack" revision="7387247eb9889ddcabbc1053b9c2052e253b088e"/>

Expand Down

0 comments on commit 099e036

Please sign in to comment.