27ef34e957
New feature and improvement * [RGP]Add functionality to enable instruction-level trace per-pipeline * Add debug support to the CmdBufferLogger layer that allows for "single-stepping" of draws/dispatches Issue fix * Vulkan CTS OOM test case crashes and a wide range of many other potential PAL_NEW alloc failure crashes * Broken path of offchip GS * Transformfeedback multi-stream CTS failure on gfxip 8 and gfxip 9 * PRT issues with SDMA on gfxip 6-8
20 lines
820 B
XML
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="1d35effd11e3d47a8e5281f06b75dd334641476e"/>
|
|
<project path="drivers/pal" name="pal" revision="534ab72b967e07934dade777caf15686dc04b940"/>
|
|
<project path="drivers/llpc" name="llpc" revision="b26545220db28772ac07491e17d31bbcf9c249ec"/>
|
|
<project path="drivers/spvgen" name="spvgen" revision="d26082d54930ad2ea97da94a2443137e7325b64c"/>
|
|
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
|
|
<project path="drivers/llvm" name="llvm" revision="666d463e73a67dd3ccb304a5b13a5b1f09f784f0"/>
|
|
|
|
</manifest>
|