Skip to content

Commit

Permalink
2021-9-9 update
Browse files Browse the repository at this point in the history
New feature and improvement
* Enable extension VK_EXT_load_store_op_none
* Enable extension VK_KHR_zero_initialize_workgroup_memory
* Add exclusion for implicit external synchronization if there is no layout transition
* Update Khronos Headers to 1.2.188
* Valhiem shader optimization

Issue fix
* [XGL issue #126] Switchable graphics layer filters out cards AMDVLK dropped support for
* Heavy flickering observed while performing ALT-TAB in Ghost Recon: Breakpoint Vulkan
* Corruption when turning on DebugOverlayEnable
* RPCS3 Corruption observed on game window
* [AMDVLK issue #236] Confusing implementation of VK_EXT_hdr_metadata
* GPU Profiler: per-draw SPM filenames collide and clobbering each other if the draws use the same shaders
  • Loading branch information
JaxLinAMD committed Sep 9, 2021
1 parent 1c696b6 commit 87fb643
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="e6ae9d1025c879035b34c353095362d89d20e30b"/>
<project path="drivers/pal" name="pal" revision="cd4f8b28b5d923e8d65a1ef1d3dee5137a89d6bd"/>
<project path="drivers/llpc" name="llpc" revision="72c9697660a901e888d119ad921b021c7800fd54"/>
<project path="drivers/xgl" name="xgl" revision="d8bb7dee18bb03f829b74a44aa5c8265e0737316"/>
<project path="drivers/pal" name="pal" revision="8e5baae7cfdd885974013337e556e9dc955b6737"/>
<project path="drivers/llpc" name="llpc" revision="a1145b1ee3fd323d2d9f72c604e96114ee1b7b7f"/>
<project path="drivers/spvgen" name="spvgen" revision="985d66ad5f62595b344c12746de0edfda201377e"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="c8455764b483a53b4eb99e1ddb4c357bb96f8657"/>
<project path="drivers/llvm-project" name="llvm-project" revision="e32a5e65b5a2e821f3442908399ba097b610b495"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="1c696b6deadae76dbb1a1b2d19c045fc30269745"/>
<project path="drivers/llvm-project" name="llvm-project" revision="b7a843f97612b6bf53eced6fea3ce2016f067727"/>
<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 87fb643

Please sign in to comment.